02 2011 档案

struts2 ibatis Spring系统架构图
摘要:struts2 Ibatis Spring ----------------------------------- 阅读全文

posted @ 2011-02-25 11:38 archie2010 阅读(1525) 评论(2) 推荐(1)

Spring中的autowire属性(转)
摘要:default-autowire="x"x有4个选择:byName,byType,constructor和autodetect1. byName:Service.javapublic class Service{ Source source; public void setSource(Source source) { this.source = source; }}applicationContext.xml<beans ... default-autowire="byName"> <bean id="source" 阅读全文

posted @ 2011-02-22 15:21 archie2010 阅读(1666) 评论(0) 推荐(0)

sql server远程连接非1433端口
摘要:服务器名称:192.168.1.6,1455 阅读全文

posted @ 2011-02-16 15:03 archie2010 阅读(369) 评论(0) 推荐(0)

StringUtils工具类
摘要:1 abbreviate方法 缩写一段文字 Java代码 StringUtils.abbreviate("abcdefghijklmno",-1,10)="abcdefg..."2 isBlank和isEmpty区别 Java代码 StringUtils.isBlank("")=trueStringUtils.isEmpty("")=false3 join方法 Java代码 StringUtils.join(["a","b","c"],"--&q 阅读全文

posted @ 2011-02-14 09:46 archie2010 阅读(2631) 评论(0) 推荐(2)

网址
摘要:http://www.opensymphony.com/http://www.compass-project.org/下载http://sourceforge.net/projects/compass/files/http://www.zili.cn/school/course-zk/course.asp?coId=664http://www.blogjava.net/zhangchuanzheng805/archive/2011/01/19/343223.htmlhttp://www.java2s.com/Code/Java/sqlhttp://www.java2s.com/Product/ 阅读全文

posted @ 2011-02-11 15:56 archie2010 阅读(166) 评论(0) 推荐(0)

时间选择插件jquery.timepickr
摘要:jquery.timepickr http://haineault.com/media/jquery/ui-timepickr/page/官网效果样例效果 阅读全文

posted @ 2011-02-09 17:50 archie2010 阅读(789) 评论(0) 推荐(0)

数据库转化null值
摘要:mysql数据库:[代码]Ms-SqlServer数据库[代码] 阅读全文

posted @ 2011-02-09 14:03 archie2010 阅读(282) 评论(0) 推荐(0)