
Search In
Yesterday i was searching about how to generate and download csv file in php script using array, i google it and found lots of code there but nothing was working according to my requirement then developed this code. Feel free to let me know if you fi
1.Functional Requirements or usecase document or functional specification.
2.Study of the detailed design of the API to be tested(E Speak and WES)
-Interfaces could Java classes
-Interfaces could be EJB's
-Interfaces could be C++ or VC++ classes
-In
We usally wants to male a ul/li tree from an array having parent id within each individual record :
$subjecttopic=Array
(
[0] => Array
(
[id] => 52b28146f484a5a410000029
[name] => Addtion
[par
If you are using ImagePickerController and wants to get selected Image location then use below code:-
- (void) imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info{
// Get the asset url
Its sometimes very tedious and time consuming to search for a product or a partner or anything by typing and still not getting the desired result and then you have to wait for the Search More wizard.
To compensate this, I have got a solution, just g
Run sql queries using SQL tag in JSP
We can run SQL queries directly in JSP page using "sql" tag.
Suppose we have a 'postgres' database, with below credentials:
db:'test'
user: root
password: 123
table name: user which have a column 'userName'.
Be
Introduction to QTP(Quick Test Professional)
QTP stands for Quick Test Professional and is a product of Hewlett Packard (HP). QTP was owned by Mercury Interactive and later it was acquired by HP. Its original name was Astra Quick Test and later nam
Bugs Occur Because of the following reasons:-
Inexperienced developer:- Inexperienced programmers or programmers without proper domain knowledge introduce simple mistakes while coding. Lack of coding practices, unit testing, debugging are some of t
In SQL **joins** are used when we want to select data and information from two or more tables on the basis of some relationships between one or more columns in tables. SQL Joins are used to relate information in different tables. Thus,we can say
Map:
Map use to take the object of enumerable and returns a new array with the results of running block once for every element in enum, the block is something like [1,2,3].map { |a| a+2 }
and the outcome of [1,2,3].map { |a| a+2 } will be [3,4,5]
