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

Search In

Steps to connect to the Oracle Database using JDBC in Java

Steps to connect to the database in java using JDBC for Oracle database 1) Driver class is registered The driver class is registered first with the help of the forName() method. e.g. Class.forName("oracle.jdbc.driver.OracleDriver"); 2) Connec

Storage Classes in C++

Storage classes defines the scope of the variable in the function. Storage class specified for a variable shows that for how long time the variable will remain in the program and which section of the program will have the accessibility of the variabl

Setup Django framework in wondows

Hi All, If you want to setup Django framework in your system then you just need to read this blog only .  Python Installation : - You need to install python first.You can install python from here . I'm using 3.5.2 version of python and s

Sending Notifications in Android

For sending notifications to android phone first you need to register yourself in google developer console https://console.developers.google.com After doing registeration in that you need to generate an API key from it   Code for GCM

How to install Djanog-1.4 with python in ubuntu

Use these step to install the django-1.4 in ubuntu Step1- First check the python-2.7 version by use this commond python -V   Step2- than use below link and install django-1.4 version https://pypi.python.org/pypi/Django/1.4 and download th

How to create models in dijango

To create models in dijango to following thses step in given below: Step1- First you check your mysql is proparlly working in your systems. Step2- Than DB setting in the settings.py in your project like as DATABASES = { 'default': { 'ENGINE': '

Bind gridview in MVC

While display set of records we always use gridview   In MVC we also have gridview for displaying records or group in a formatted way   For doing that we can do it in a series of ways one way is to bind the view directly with the databa

Various Return Types From MVC Controller

We have used ActionResult in our controllers . The hierarchy of Action Result is as follows:   System.Object System.Web.Mvc.ActionResult System.Web.Mvc.ContentResult System.Web.Mvc.EmptyResult System.Web.Mvc.FileResult Syst

SMTP protocol

SMTP stands for Simple Mail Transfer Protocol. This is the basic protocol used for email transfer in the internet.   SMTP is the protocol that will access details from the web server and will allow you to email the user any time you want. &

PHP superglobals

PHP has a large number of variable the are defined already. PHP provide an additional set of predefined arrays containing variables from the web server. PHP superglobal 1. $GLOBALS- It got the reference to every variable in the global scope. <

1 407 467
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: