02 2011 档案

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

posted @ 2011-02-25 11:38 archie2010 阅读(1507) 评论(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 阅读(1659) 评论(0) 推荐(0) 编辑

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

posted @ 2011-02-16 15:03 archie2010 阅读(353) 评论(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 阅读(2620) 评论(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 阅读(161) 评论(0) 推荐(0) 编辑

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

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

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

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

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

点击右上角即可分享
微信分享提示