
Search In
How would I set the dict[value] to correspond to its dict[key] where the value itself is a dictionary ?
I have a csv file where I am trying to count row[3] then connect it with row[0]
row[0] row[3
SQL Injection
Security of any Application plays a major role for any developer. Some of the users try to break the security of any application for their fun, for stealing the data .They use different methods to break the security and SQL Injection i
In this blog we will learn how to iterate over the elements of a collection (here we considered ArrayList) using generics and without generics.
First we will go through the process of using iterator method. Iterator() method is included by every col
Today I am going to write a short note on setImmediate, hope you will understand how setImmediate works in nodejs.
setImmediate
Once the current poll phase is completed, setImmediate will execute. After all the tasks has completed
Foreign Key is used to establish a link between two tables . It always define in reference of Primary key ( another table ) . It act as a Primary key in its own table and foreign key for another table .
Difference between Primary key and Foreign key
Sometimes we want to sort a List based on some property. Suppose we have a List of UserModel and we want to sort List by firstName then we can do that easily by using Collections.sort() and Comparator interface.
Example: In the below example I'm
Brute-force attack:
It is a password-guessing attack that does not aim to decrypt any information or data,the aim of a brute force attack is to gain access to user accounts by repeatedly trying a list of different combinations of passwords, Unlike
Linux by default cannot run windows application directly, both operating systems are too different. There are tons of Linux applications which are available and ready to install and use.
If you want to use windows programs on Linux than you need to
Simplification of bug report data:-
The sequence of actions that are applied on the software to reproduce the defect or bug, actually defines the way to get to the problem. A tester may detect a number of bugs during the testing session, however, if
Hi Reader's,
Welcome to FindNerd,today we are going to discuss convert Html to pdf in CakePHP 2.x.
If we want to convert Html to pdf in our CakePHP web application then firstly we have to download TCPF library from Github. You can see below link
