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

Search In

Autowiring modes in spring

Autowiring modes:-Autowiring modes in spring are of 5 types: Default, byName, byType, byConstructor and autodetect Address.java package com.chandan; public class Address { private String city; public Address() { } p

Sum without highest and lowest number in an array

Description: Sum all the numbers of the array except the highest and the lowest element. Example: { 6, 2, 1, 8, 10 } => 16 If array is empty or null, or if only 1 Element exists, return 0.   Test Cases: Test.describe("Basic tests") do

Upgrading Rails Application From 3.1 to 3.2

In my previous blog Upgrading Rails from 3.0 to 3.1, I explained you how we can upgrade a rails application from 3.0 to 3.1. In this I am going to show you, what changes are required to update an application from 3.1 to the latest of 3.2 rails versio

add team and charcater select to multiplayer Game using "MultiLan V3.0"

I am trying to develop multiplayer games with Unity3D and I use a plugin "MultiLAN V0.3" and I must add the functionality of the team and the character choose for my study project and I am very a hurry by time, I would be very grateful for your

Android Version Names

Each version of Android is having a specific code name since Android version 1.5. These name are English alphabetically and a confectionery theme based (usually , sugary foods). And these names belongs to one or more version names. Below is the list

NSTimer in IPhone SDK

Here is the code for: calling a method after a time interval delay. we use the NSTimer to implement this. NSTimer *timer= [NSTimer scheduledTimerWithTimeInterval:3.0 target:self

Import statement in spring

Import:- The import statement can be used to import the another bean configuration file in the existing bean configuration file. It is used to import more than one bean configuration file from different sources. The following example can be shown

Change color of polyline

Hi all, If you want to change the color of a polyline or route on map just change the color in this delegate of map. - (MKOverlayRenderer *)mapView:(MKMapView *)mapView rendererForOverlay:(id <MKOverlay>)overlay { MKPolylineRenderer *ren

How to use where clause and inner join in Cakephp 3 ?

How to use where clause and inner joins? This is the way to use where clause and inner joins in Cakephp 3 Use matching if its cakephp 3.0.x. Use innerJoinWith() if its cakephp 3.1.x For example: return $this->Product->find() -

Discussion on find functions in Ruby

Welcome to Findnerd. Today we are going to discuss find functions in Ruby. There are different functions available. Please have a look.   A) find/detect : It will return either object or nil.   (0..10).find { |i| i == 5 } # return 5 &

1 3 26
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: