What Are Cheat Sheets? Cheat Sheet in literal translation, means cheat sheet. It is very difficult for a programmer to decorate all functions, classes and attributes existing… Read more “Cheat Sheets — @BruteSpike”
Month: October 2016
Show log of MySQL when running query in rails — hungnhot’s blog
When you run query to select, update, insert… in ruby, you can show log realtime when query is running. First, go to MySQL and run: show variables… Read more “Show log of MySQL when running query in rails — hungnhot’s blog”
NodeJS ,Restful API build authentication for multiple devices — Sharing Knowledge and programming
1.please install express MVC by using the following url https://www.npmjs.com/package/express-mvc-generator 2. build a server listner that should work for API ,api_app.js /** * * importing all necessary… Read more “NodeJS ,Restful API build authentication for multiple devices — Sharing Knowledge and programming”
Connect PHP with MySQL and display data rows into HTML table — Amjad Khan
MySQL Database having table name “emp” has records as below, Below is the source code to connect PHP with MySQL: via Connect PHP with MySQL and display data… Read more “Connect PHP with MySQL and display data rows into HTML table — Amjad Khan”
Setup PHP Dev Environment on Mac OS X Sierra – Apache, MySQL & PHPMyAdmin — Maltronic.io
Getting the development environment right at the start is vitally important to productive application development. Here we will setup a flexible “LAMP” development environment on the latest… Read more “Setup PHP Dev Environment on Mac OS X Sierra – Apache, MySQL & PHPMyAdmin — Maltronic.io”
Script to automatically backup MySQL database — Victor Tommasi
Its obvious to say that so much important to keep your data safe when systems are in production, but there are so many ways to this. Here… Read more “Script to automatically backup MySQL database — Victor Tommasi”
Using MySQL Load Data Local Infile — SQL code examples
Security Issues with MySQL have resulted in changes to command procedures. An error 1148 is kicked up when load data local infile ‘…’ is used. To avoid… Read more “Using MySQL Load Data Local Infile — SQL code examples”
JavaScript Form Validation — PKSMAX
It is important to validate the form submitted by the user because it can have inappropriate values. So validation is must. The JavaScript provides you the facility… Read more “JavaScript Form Validation — PKSMAX”
How To Create a Simple Database With MySQL and CMD — Dante’s Gazette
SQL (Structured Query Language) is a programming language for managing databases, such as Creating, Modifying, or even deleting databases and tables. via How To Create a Simple Database… Read more “How To Create a Simple Database With MySQL and CMD — Dante’s Gazette”
Struts 2 Hello World With Eclipse, Maven and Jetty — afsinka
How Project Explorer looks like: via Struts 2 Hello World With Eclipse, Maven and Jetty — afsinka
You must be logged in to post a comment.