摘要:
(int)(Math.random()* (1000+1 - 100) + 100) 阅读全文
摘要:
引用:http://blog.sina.com.cn/s/blog_604364630100dq1m.html有两种方法:方法一:用java.util.Date类来实现,并结合java.text.DateFormat类来实现时间的格式化,看下面代码:import java.util.*;import java.text.*;//以下默认时间日期显示方式都是汉语语言方式//一般语言就默认汉语就可以了,时间日期的格式默认为MEDIUM风格,比如:2008-6-16 20:54:53//以下显示的日期时间都是再Date类的基础上的来的,还可以利用Calendar类来实现见类TestDate2.jav 阅读全文
摘要:
引用:http://wenku.baidu.com/view/b8f42f3c376baf1ffc4fad38.html适用于sql server2000/2005select top 页大小*from tablewhere id not in( select top 页大小*(页数-1) id from table order by id)order by id 阅读全文
摘要:
入门级服务器tomcat进阶服务器Jboss高端服务器weblogic、websphere (收费) 阅读全文