Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Thursday, November 30, 2017
MYSQL Backup Database Using Command Line | MYSQL Import / Restore Database Using Command Line
›
To take backup database, you need to execute following command: mysqldump -u root -p password db_name > /tmp/sql_file.sql And you c...
Simple try & catch TagLib | Tag Library for Grails GSP views
›
First you have to create a TagLib as below: With following contents: package com . pkm . taglib class TryCatchTagLi...
Tuesday, November 21, 2017
Grails Groovy Sample DataSource Configuration For Database Connection
›
You need to edit DataSource.groovy file as below: dataSource { pooled = true jmxExport = true driverClassName = ...
Grails Groovy Use Groovy Source Class As Singleton Bean | Custom Bean Definition | Transactional Bean
›
This will act as a transnational bean First put the below settings to 'Config.groovy' grails . hibernate . cache . queries...
Monday, November 20, 2017
Query UI Tabs: Changing selected tab | Remembering Active Tab in JQuery UI Tabs | Select last tab by default on Page load, jQuery Ui Tabs | how to set a tab active in jQuery ui tab on page load | Set Jquery ui active tab on page load/reload
›
Query UI Tabs: Changing selected tab | Remembering Active Tab in JQuery UI Tabs | Select last tab by default on Page load, jQuery Ui Tabs |...
Sunday, November 19, 2017
JQuery Load Javascript Dynamically | Dynamic JS Loading
›
JQuery Load Javascript Dynamically | Dynamic JS Loading var script = document .createElement( "SCRIPT" ); script.src = ...
Saturday, November 18, 2017
Finding the IP Number and MAC Address of a Network Card
›
At first need to open command prompt, press windows button and type cmd and open command prompt: Now type "ipconfig" and b...
‹
›
Home
View web version