
Search In
Currently, Magento is the most popular eCommerce platform with more than 250,000 merchants across the globe. Magento 2 was under development since 2010, and it was released back in 2015. It took five years to develop, which is quite a long term in
Hello Readers,
In today's we will learn about math object of JavaScript. We can use this object as it includes many mathematical methods and perform several tasks on numbers.
Lets have a look on the methods:
random() : This method
If you want to count the presence of a element in a given range, then you can use the count() function defined in the STL algorithm.
It returns the number of variable inside a range whose value is equal to the given number.
Template for count
templ
While working with ADO.NET you need to understand the thing why SqlCommand is used.
We have two kind of operations related to database:
1 That will make changes in the database
Insert
Update
Delete
2 That will n
Filter is one of the important part in angularJS. There are many default filters like:
1. uppercase
2. lowercase
3. orderby
etc.
We can use these filter simply by adding a pipe character (|) in the expression.
Now we will discuss a custom filter and
Whenever we want to create an exact copy of an object, object cloning is used. So, clone() method of Object class is used to clone an object.
The java.lang.Cloneable interface must be implemented by the class to create object clone. And If we don't
QA plays a crucial part in product quality and product delivery. In agile development procedure like scrum, QA needs to work in highly flatten verification execution cycles. One of the provocation the QA engineer's face is that the coding that was do
Sometime we need to migrate theme from one installation another. We can do this easily by following the below steps:
1). Create a new theme in Liferay 6.2 using this command.
./create.sh themename “ThemeDisplayName”
themename = The Name of your
If you want to installing your theme in OpenERP(Odoo) follow the below mentioned steps: -
Step-1 Go to website module and click it
Step-2 Select Users->Content ‣ New Page
Step-3 create a template
Step-4 select the update theme
Step-5 Apply them
Below are the state of any bug by which bug goes through during test life cycle.
1.NEW : Tester Found new bug in the application.
2.Assigned : Tester assign Bug to the developer.
3.Open : Developer is fixing the bug .
4.Fixed : Developer has fixed t
