Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Creating ensure Index in Mogodb

Creating Indexes in Mogodb- ensure Index and get indexes then verify Hello readers! Many time we get stuck with the query How to Creating Indexes in Mogodb, ensure Index and get indexes then verify? Here below is the simple answer for this query- I

Environment swapping in odoo9

Environment swapping is most important for odoo module and with_context([context][, **overrides]) → records[source] It Returns a new version of this recordset attached to an extended context. The extended context is either the provided context&n

String in C++

While perform manipulation with character or with string you need to do it with an char  array for string or char variable for a single character.   This is the first way to manipulate the characters with char array.   char greeti

Difference between update() and merge() in Hibernate

Difference between update() and merge() method : Hibernate has different methods to save, fetch, update and delete object. Commonly or the most popular methods to update the data are update() and merge(). The update() method is widely used to update

Method Overloading in Java

Method Overloading Creating a multiple methods with same name and with different argument list is known as method overloading. When we are overloading a method argument, list should be unique i.e, it should be unique with either number of arguments

XML Configuration based spring framework example

Hello guys Bellow example will help you to develop XML configuration based spring framework project,here I have develop example to display "Hello Bhagwan" message using beans. Please create project and follow bellow setps: Step :1 Add bellow jar

How to make these 2 rectangles collide and BOUNCE back

For the code below I managed to make these rectangles collide and bound at the Jpanel border, but why is that these rectangles do not bound each other when they collide, instead they overlapped each other? I think there is a problem in my actionPerfo

Delegation in odoo9

Delegation is most important for odoo module, it is the third inheritance mechanism which provides more flexibility (it can be altered at runtime) but less power: using the _inherits a model delegates the lookup of any field not f

Find Number of days between two given dates

Here, I am writing simple method to find out the number of days between two dates. In many situations, we need to calculate it. So just pass two dates as parameters of the method and get the number of days in long data type. public long getDa

PHP functions for applying user defined functions on array values.

There are two predefined functions in PHP for applying user defined function on each element of an array. 1. array_walk() : array_walk() applied a user function on each element of an array. It returns TRUE on success and FALSE on failure. The user

1 6 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: