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

Search In

Use of JPA(Java Persistence API) to implement ORM

JPA:- Java Persistence API is a collection of classes and methods to persist or store data into the database Using the JAVA API. The Below code will show you how you can work with JPA. First we make the POJO. Employee.java package com.evon; pu

How to match template using openCV ?

Template matching with openCV basically works on matrix reading of searched image. following is the example of Template matching using openCV : xml file to show resulting image after image search : <?xml version="1.0" encoding="

Spring "depends-on" attribute

dependsOn attribute for loading the depended beans referenced by another bean. dependsOn is a attribute as part of the bean tag and it takes the comma separated bean names which are loaded before the actual bean is instantiated. In this Example we c

depends-on attributes in spring

dependsOn attribute for loading the depended beans referenced by another bean. dependsOn is a bean tag that can indicate bean depends on another bean . In this Example we can see when ApplicationContext Container is initialize first it will i

How to find a record anywhere in SQL Database

Find value in all tables in a Database Some times we know the value which is in our database, but we don't know the Database architecture and mapping with our code base. So if i want to know that where a particular value store, we can use below quer

What's The Difference Between "Shopify Login" And "Partner Shopify Login"?

Are you confused between Shopify login and Shopify partner login?    Well, here’s something to aid you!    Shopify login and Shopify partner login are two different things, but still, people seem to be confused about it.

OpenERP-8:Use amount booked in the company currency on basis of the conversion into the voucher currency

Step-1 Install the account_voucher module and base module is also. Step-2 After that customize account_voucher module and sales module: In below example, I have customized account_voucher module. You can directly use the below account_voucher modul

Sin Method in Javascript

The sin method of javascript defines a sin of a number. Where the number is a numeric expression, representing the size of an angle in radians. See the syntax below - Syntax: Math.sin(number) The sin method returns a numeric value between -1 and

How to use conditions in query builder with Symfony2

Hello Friends, If you are looking to use conditions in mysql query with query builder in Symfony2. Please review the below code and make the changes accordingly: $qb = $this->getConn()->createQueryBuilder(); $qb->select("SUM( IF(`pm_stat

How to Send More Than One Data in PHP Ajax Form

<input type="file" name="file" id="file" /> <div style="background:url() no-repeat"> <span id="uploaded_image" ><img src=" '.$row["carimg"].' " height="150" width="225" class="img-thumbnail" /></span></div> &n

1 376 481
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: