Tutorial66.com
@Share Application Development Skill.



Tutorial is tutorial...66 is My Country Code Up to 10 Years EXP for Application Development Role in Thailand.
collapse collapse

Knowledge Search



Tutorial Category



xxJava get ColumnCount by using ResultSetMetaData

February 21, 2012, 05:38:23 AM by Admin | Views: 14 | Comments: 0

You can manage Dynamic JDBC Result by using ResultSetMetaData
to get information of ResultSet  with Example

[code]
         StringBuffer sb=new StringBuffer();
         ResultSetMetaData rm=rs.getMetaData();
         sb.append("<TABLE class=\"imagetable\" width=\"80%\">\n");
         sb....

xxcrontab run every hour How to set crontab for run every hour

February 13, 2012, 11:15:49 PM by Admin | Views: 35 | Comments: 0

crontab run every hour How to set  crontab for run every hour

Example contab for run every hour

0   *  *   *   *         Run every Hour
0   */4  *   *   *      Run every 4 Hour

xxOracle check public synonym select synonym_name from user_synonyms table

February 06, 2012, 10:29:59 PM by Admin | Views: 57 | Comments: 0

You can select  synonym_name, table_owner or table_name from
table user_synonyms with this query

Code: [Select]
SELECT synonym_name, table_owner, table_name
FROM user_synonyms;

xxPHP Read XML with DOM Elements

January 31, 2012, 12:52:41 PM by Admin | Views: 66 | Comments: 0

You can use DOM to Read XML with PHP for Example

Example XML File
[code]
<?xml version="1.0" encoding="ISO-8859-1"?>
<data>
     <content>
            <std_id>10001</std_id>
            <std_name>Name 1</std_name>
     </content>   
     <con...

xxUnix grep Search Process By Name Using grep command

January 31, 2012, 04:01:49 AM by Admin | Views: 94 | Comments: 0

Example  to Search Process  By Name In Unix Using grep command

You can use this command

Code: [Select]
ps -ef | grep YOUPROCESS


Pages: [1]

Tutorial for Application Development update




* Developer Zone

Welcome to developer zone for Web Application development Base on Java , PHP ,and other tools

SimplePortal 2.3.3 © 2008-2010, SimplePortal