Wednesday, January 1, 2014

Happy new years 2014

Happy new years 2014
Good things happen for you

Happy New Year 2014

Thursday, December 12, 2013

ตัวอย่างการใช้ HINT

 ตัวอย่างการใช้ HINT เพื่อ Tunup Performance ให้กับ SQL Command ครับ
แทรกเข้าไปใน script ได้เลย มันจะมี format ของมันให้เรียกใช้
ตามตัวอย่างด้านล่างครับ

ตัวอย่างการใช้ HINT

Wednesday, October 26, 2011

Hibernate Video Tutorial Best Video for Hibernate Tutorial

Hibernate Video Tutorial Hibernate Video Tutorial Best Video for Hibernate Tutorial

Spring Hibernate Video Tutorial Java NetBeans Spring Hibernate tutorial

Spring Hibernate Video Tutorial Java NetBeans Spring Hibernate tutorial

Friday, August 31, 2007

JSTL Standard TagLib Tag C c:set,c:if,c:out






Note for work c:if ,c:out and c:set

Java Number Format

long start=System.currentTimeMillis();
super.process();
long end=System.currentTimeMillis();
long total=(end-start)/1000;
java.text.DecimalFormat dc=new DecimalFormat();
dc.applyPattern("0.0");
String formated=dc.format(total);


more pattern is ###,###.00

Java Calculate process time

long start=System.currentTimeMillis();
tins.process();
long end=System.currentTimeMillis();
long total=(end-start)/1000; //in second