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

Search In

How to make pendrive bootable using command prompt for windows?

If you are trying to make Pen-drive bootable, you can do this by using cmd prompt. Follow the below steps- First make sure to insert the usb drive and then go to Command Prompt---> press start+r key to open run and type cmd in to open command pro

Use case testing

Use case testing:- Use case testing is a high level functional black box testing technique which helps in determining/identifying test cases to test a particular system on a transaction by transaction basis from start to finish.A use case is a descri

Create JPanel in java with example

JPanel is class of swing package in java and swing package part of j2se to develop standalone application. JPanel is a container and component of the JFrame. Constructor & Description 1. JPanel() Creates a JPanel with a double buffer

How to install, configure & use AWS client in ubuntu

To Install awsclient we need to install python-pip first:-- --> sudo apt-get install python-pip After installing pip we can install awsclient using :- --> sudo apt-get install awscli After successfully installing awsclient, we need to con

Animation to DialogFragment in android

Hi, Here I am adding sliding animation to DialogFragment First I am adding animation xml in res/anim folder. Then creating custom style that add to the particular fragmentdialogs's onStart() method. slidestart.xml <set xmlns:android="http://

How does KeepAlive setting in Apache 2.4 help

Keep-Alive is a Directive in Apache that is used to maintain a persistent connection between client and server, which prevents a connection from breaking. It is also known as HTTP keep-alive, When we put KeepAlive Directive "on" it the allows same TC

How to make Long Term Agreement (Framework Agreement) for purchases in OpenERP/Odoo ?

Step-1 Install the Framework_agreement module. Step-2 Framework_agreement->Model->Purchases.py Step-3 After that custmozie purchases.py(Python file) file: In below example, I have custmozied purchases.py file. You can directly copy the below py

Initializing Log4J with Spring

In below Code you have to define the following log4j properties into your log.properties file:- log4j.properties # Global logging configuration log4j.rootLogger = DEBUG, fileout # Define the file appender log4j.appender.fileout=org

errror come on run time to connect my android app with mysql

my code this AllProductsActivity Class public class AllProductsActivity extends ListActivity { // Progress Dialog private ProgressDialog pDialog; // Creating JSON Parser object JSONParser jParser = new JSONParser(); ArrayList<HashMap<Strin

Test Data and its Importance

What is a test data? In order to test a software or product, we need to enter some data is known as a test data. It is generated by a tester or by automation tools to support testing. It affects the execution of a specific module.Test data may be use

1 465 949
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: