- 博客(5)
- 资源 (2)
- 收藏
- 关注
JAVA工具类
/** * * 字符串操作的工具类 * @since 1.0 * */ public class StringUtil { /** * 将一字符串转换成拼音首字母 * * @since 1.1 * @param strText * 字符串 * @return 字符串对...
2010-04-28 21:52:15
114
时间处理
写道 1.得到当前的时间 Calendar cal = Calendar.getInstance(); String time=formatter.format(cal.getTime()); String strEnd=time.substring(0, 16);// 2007-10-30 09:30 Calendar cal = Calendar.getInstanc...
2010-04-28 21:50:34
116
把jdk打包tomcat(转帖备用学习)
把jdk打包tomcat中: 1.把jdk1.6.XXX拷贝到tomcat目录下 2.在startup.bat中第2行添加 set JAVA_HOME=..\jdk1.6.XXX 设置好了把tomcat目录直接拷贝到客户机上就可以运行WEB应用了.就不用单独安装jdk了,...
2010-04-28 21:48:40
117
JQUERY文字滚动
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <
2010-04-20 17:36:08
146
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅