
Search In
If you want to make user in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to Settings menu and click it.
Step-2 Go to users->Users
Step-3 click on Create button
Step-4 Name->Email->Adress->Access Rights->Appli
Hi Readers,
This Post is just a brief introduction about “How we can implement Autolayout Contraints through coding”.
Now,Before moving ahead with the topic let us have a brief about AutoLayout.
WHAT IS AUTOLAYOUT...??
Auto Layout is a way to def
To take backup of structure only you need to execute the following command:
mysqldump -u [username] –p[password] –no-data [database_name] > [dump_file.sql]
Here, –no-data tells the mysqldump to take the structure backup only.
To take backup of MySQL database only you need to execute the following command:
mysqldump -u [username] –p[password] –no-create-info [database_name] > [dump_file.sql]
Here, we will use the –no-create-info to take data backup only.
What Is Localization Testing In Software Testing ?
Normally localization testing is executed to confirm the quality of any application's or product’s localization for a specific goal or situation accomplished just on the localized version
‘Random Testing’ is also called a ‘Monkey Testing’. Random testing is a kind of black box testing. We mainly focused in the functional testing on it. Generally random testing is executed when there is not sufficient time perio
Prototype Model is the the very famous model in the software development model. The main concept here is that in place of freezing the needs or requirements ahead the coding or designing can carry on, a temporary prototype is made to comprehend the r
Object Methods:
Object Methods are thode methods which we have to explicitly define in the class.
First we have to create an object of the class and then we call the object methods.
Example:
class Object
def initialize (name
To send an email in c#, we will create an application in which user can login via gmail id and password and send the mails. Now Firstly we will understand what is required to create email application in c#.
If we want to send the email in c# we have
Image cropper is the UI part of the web application to crop the image as requirement using mouse drag-drop.
Image cropper is inbuilt functionality in the Liferay.
Follow below steps to better understand :
Load the below Js and CSS files, if you h
