
Search In
FORMAT(X,D[,locale])
In mysql FORMAT function is used for formats a number X to a format like '#,###,###.##' and rounded to decimal places, and it returns the result as a string. If D is 0, the result has no decimal point.
The third optional paramet
In this blog we will go through a set of best practices for working with ADO.NET:
1. Database Connection
From performance perspective, it is important that While working with a database that we should open a connection with the database
If you want get multiple statement_lines.Then you have to follow the following code in your .py file.
import logging
import sets
from openerp import models, fields, api
_logger = logging.getLogger(__name__)
class barcode_rule(models.Model
iPhone provides number of fonts for developing the app but not all.
Sometimes we need to go beyond the fonts provided by iOS sdk.
Following steps will do the needful
1) Add desired font to project (It must be .tff or .otf);
2) Go to info.plist and
Shell sorting was first introduced by Donald Shell.
It compares the element in the list that lies far apart for exchanging . The execution time is dependent on the gap it uses.
Algorithm for Shell Sort
step.1:
Showcase view or Help view is basically used to show some useful content on any screen when user comes first time there.
This is the github library you can use to set showcase in easy way like this :
add library in gradle file :
compile 'com.
1. Suppose you want to select or get number of days as per its month.
2. First, use a picker & convert it into month picker you can use many third-party pods or simply use their .h or .m files also.
3. Once ur picker is ready to go select any mon
Php functions that starts with double underscore are called magic methods.These functions are not stand alone functions and are defined inside class. Php will call these functions from background means behind the scenes. It is not directly called by
Jquery .map( callback ) method is used to project the contents that is used in the array and then map this object with the new set of array, It is able to create a new array for calling every elements. It provides function once for each set of an arr
Hello guys,
Its really helpful for integration Paypal in PHP to verify card details.
To integrate it, first you have to download the PHP-Paypal SDK, below is the direct link
https://github.com/paypal/PayPal-PHP-SDK/releases
// 1. Autoload the SDK P