上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 42 下一页

2016年7月7日

spring配置文件中属性mappingLocations、mappingDirectoryLocations

摘要: http://blog.csdn.net/vacblog/article/details/7774173 阅读全文

posted @ 2016-07-07 20:39 struggle_beiJing 阅读(460) 评论(0) 推荐(0) 编辑

2016年7月5日

$("").click与onclick的区别示例介绍

摘要: http://www.jb51.net/article/55650.htm 阅读全文

posted @ 2016-07-05 14:21 struggle_beiJing 阅读(155) 评论(0) 推荐(0) 编辑

javascript:console.log()是什么js库里的?

摘要: 以下博客写的很好: http://blog.163.com/zhangmihuo_2007/blog/static/27011075201452522824347/ 阅读全文

posted @ 2016-07-05 10:05 struggle_beiJing 阅读(366) 评论(0) 推荐(0) 编辑

2016年7月2日

Web.xml配置详解之context-param (加载spring的xml,然后初始化bean看的)

摘要: http://www.cnblogs.com/goody9807/p/4227296.html(很不错啊) 容器先加载spring的xml,然后初始化bean时,会为bean赋值,包括里面的占位符 阅读全文

posted @ 2016-07-02 14:19 struggle_beiJing 阅读(534) 评论(0) 推荐(0) 编辑

Spring处理id相同的bean

摘要: http://www.360doc.com/content/13/1018/05/41237_322247510.shtml(应该可以解决) http://www.2cto.com/kf/201601/487876.html(提供思路,思想) http://blog.csdn.net/caihaij 阅读全文

posted @ 2016-07-02 13:51 struggle_beiJing 阅读(198) 评论(0) 推荐(0) 编辑

关于系统中使用多个PropertyPlaceholderConfigurer的配置(不错)

摘要: http://seraph115.iteye.com/blog/435165 阅读全文

posted @ 2016-07-02 13:46 struggle_beiJing 阅读(280) 评论(0) 推荐(0) 编辑

2016年7月1日

spring 的 PropertyPlaceholderConfigurer读取的属性怎么访问 (java访问方式,不是xml中的占位符哦)及此类的应用

摘要: 一、1.占位符的应用:(@Autowired注解方式,不需要建立set与get方法了,xml注入也不需要写了) http://www.cnblogs.com/susuyu/archive/2012/09/10/2678458.html 二、 2、java方式访问(已经验证过好用) 1、通过sprin 阅读全文

posted @ 2016-07-01 22:52 struggle_beiJing 阅读(2816) 评论(0) 推荐(0) 编辑

2016年6月30日

mysql的sql分页函数limit使用

摘要: My sql数据库最简单,是利用mysql的LIMIT函数,LIMIT [offset,] rows从数据库表中M条记录开始检索N条记录的语句为: 其中limit为可选项,例如我们有个student表,我们选取前5条记录可以使用下面的sql语句 例如从表student(主键为id)中从第10条记录( 阅读全文

posted @ 2016-06-30 23:37 struggle_beiJing 阅读(7822) 评论(0) 推荐(0) 编辑

总结经验

摘要: 一、 1、问题背景: 俩个系统做集成,服务端用spring集成cxf发布的接口。客户端将在业务中集成服务端的接口,为服务端接口提供数据。 客户端为服务端批量传入多条数据,如果服务端接口不配置事务,这样的话,前俩条数据添加成功了,第三条数据添加失败 程序不会回滚。但是客户端知道服务端程序出错了,会把整 阅读全文

posted @ 2016-06-30 17:02 struggle_beiJing 阅读(175) 评论(0) 推荐(0) 编辑

2016年6月29日

Struts2 - 常用的constant总结

摘要: http://www.cnblogs.com/HD/p/3653930.html 阅读全文

posted @ 2016-06-29 17:34 struggle_beiJing 阅读(116) 评论(0) 推荐(0) 编辑

上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 42 下一页

导航