
Search In
The upload method https://upgrade.odoo.com/database/v1/upload/ use this link to Upload a database dump
Parameters
key (str) -- (required) your private key
request (str) -- (required) your request id
Returns
request result
Return type
json dictionary
Friend Function
These are special functions which can access the private members of a class.
Private and protected data of class can be accessed from a friend function.
Declaration of Friend Function
class className
{
...... .... ......

When we Integrate The Full Calendar in our web applications/ blog if we come accross an issue in which the multi-day event spans 1 day short. Therefore to get rid of the issue do the following steps with the start and end date as mentioned below.
The Round function return a value towards the nearest integer.
Syntax:-
Math.round(number)
number is any numeric expression.
If the fractional portion of number is .5 or greater, the argument is rounded to the next highest integer. If the fracti
The <progress> Element is use to show the completeness of the task. We can use script to manipulate the value of progress bar.
This tag is new in HTML5 and progress element have start tag (<progress>) and end tag (</progress>).
P
Linear search is simple search algorithm in which a sequential searching is done over all the items in a list. Every items are checked and if any match is found then that item is returned otherwise search will be continuued till the end of the dat
generic root means:
in this we do addition of a given number until reached a single digit after addition . For example:
Generic root of 784: 7 + 8 + 4 = 19 since 19 is a two digit numbers so 1 + 9 = 10.then again add 1 +0=1
So, generic r
This tutorial will help us to see the use of final keyword with a method of a class and a class individually.
Example:
class parentClass {
public function test1() {
echo "This is test1 method of parentClass";
}
final public functi
Doubleclick for Publishers an Intro
We use different type of techniques for internet marketing to promote the content and drive traffic towards a websi
What is Factorial ?
Factorial of a no. means multiplying below numbers. Factorial is denoted by “!” Exclamation mark
Eg:- 5! means :- 5 * 4 * 3 * 2 * 1 = 120
What is a Recursive function?
Definition:- A function which calls itself is called as
