
Search In
1. It is must to import “NoticationCenter” so that we can use “notificationCenterVibrancyEffect”
import NotificationCenter
2. At the time of cell selection do following code in delegate method of UITable
Association means relationship, It is a way that two table are connected to each other or linking model together, in cakephp the links between models are handled through association. User can understand it from the following table.
&nb
Alias is basically renaming a table temporarily for a sql statement.
The rename is done only for a particular statement is temporory.
ex
The syntax of table alias is as follows
SELECT column1, column2....
FROM table_name AS alias_name
WHERE [con
Json object:
You easily write your object in json format with java . Json format is used because it becomes easy to exchange information in this form. It is easy to understand and easy to write.
Lets see an example,
If you are usin
Cryptography is based on the calculation and manipulation of data streams and the process to decrypt the data. It will allow you to store the sensitive information and then send it to the network so that the data cannot be read by anyon


If you want to include the table of contents in word Doc.
First you have to choosing the heading styles — for example, Heading 1 for main headings, Heading 2 for subheadings, and Heading 3 (and so on) Microsoft Office Word searches for he
This blog will let you know how to do troubleshooting in Redis. Redis logs are stored at location /var/log/redis/redis-server.log
To view the last 10 lines:
sudo tail /var/log/redis/redis-server.log
On Ubuntu 14.04 Redis log files are loc
Possible days in Date Range using Javascript
Hi friends,
In some cases we try to build a logic where for a case where we need to find all the possible days that are possible inside a date range for any use case like scheduling a meeting or rem
Sometimes our requirement is to export/download the latest database from live/test server.
We can easily create the dump on our server and then copy paste it from server to your local machine using Win-Scp.
But the issue comes when the size o
For declaring and defining functions in C++ we have the syntax and we have to follow it.
The general form for declaring a function in C++ is:
/* Signature of function */
return_type function_name( parameter list )
{
body of the function
}
&nb
