
Search In
Directives are the functions of javascript in Angularjs, the function can run when the DOM is loaded by the angular framework. By this new approach, Angularjs will let you to create a new directive which could manuplate or modify DOM logicaly a
In their book The Wiki Way: Quick Collaboration on the Web, Ward Cunningham and co-author Bo Leuf described the essence of the Wiki concept:[8][9][page needed]
"A wiki invites all users—not just experts&mda
Every year, new technologies emerge that have the potential to change the business world. While some fade away, others stay and make a huge impact. Knowing which trends to involve your business in and which ones to pass on can be challenging. However
To run cron jobs for an Odoo deployment a WSGI application requires
a classical Odoo (run via odoo.py) should connect to the database in which cron jobs have to be run (via odoo.py -d) And it should not be exposed to the network.
To ensure cron runn
As we all know that creating a backup of your project is very crucial for any application , not just to recover your application in case of any unseen conditions but also for testing , creating a new server , migration etc.
Until recently heroku do
1. CREATE DATABASE
Create database is a type of command used to create new SQL database.
Here is the syntax of CREATE DATABASE statement:-
CREATE DATABASE DatabaseName;
2.DROP DATABASE
Drop database is a type of command used to drop any exist
What is SQLite?
SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation.
It is RDBMS, no connection establishment is required like JDBC and ODBC
Lightweight&n
To create a database in MySQL, we use the CREATE DATABASE statement.
CREATE DATABASE Syntax
CREATE DATABASE database_name;
CREATE DATABASE Example
The below statement will create a database named "demo":
CREATE DATABASE demo;
Hope this will h
Mobile OS is growing largest & stronger day by day that it also surpassed the Windows OS as the most used OS in the world by increasing its data computation.
The database is one of the essential parts for building mobile apps, adding mor
The business is all about relationships. But many people need to keep track of countless conversations to work with. And all these interactions can be in different stages of the sales pipeline. It is a challenge that confronts many businesses and thi