上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 42 下一页

2016年5月20日

struts2与spring整合问题,访问struts2链接时,spring会负责创建Action

摘要: 因为: struts2的action每次访问都重新创建一个对象,那spring的ioc是怎么实现注入的呢 ? 靠的是spring给创建的对象。 不知道你的action是在spring容器里还是自己创建的!要是在spring容器中那直接ref就好了。 http://zhidao.baidu.com/l 阅读全文

posted @ 2016-05-20 16:53 struggle_beiJing 阅读(426) 评论(0) 推荐(0) 编辑

浏览器中 for in 反射 对象成员 的差异

摘要: http://www.cnblogs.com/_franky/archive/2010/05/08/1730437.html 下面是例子 function test(url, obj) { if($("#myForm").size() == 0){ $("body").append("<form i 阅读全文

posted @ 2016-05-20 11:29 struggle_beiJing 阅读(246) 评论(0) 推荐(0) 编辑

jQuery ajax - serialize() 方法

摘要: http://www.jb51.net/article/60849.htm http://www.w3school.com.cn/jquery/ajax_serialize.asp 阅读全文

posted @ 2016-05-20 11:26 struggle_beiJing 阅读(155) 评论(0) 推荐(0) 编辑

2016年5月19日

jquery的ajax同步和异步

摘要: http://blog.sina.com.cn/s/blog_9c581bd30101d9xg.html 异步和同步确实有些区别,同步时在切换浏览器页面可能卡死不动。而异步的时候切换页面的时候还可以切换。用如下的演示(默认是异步的,可以不用写 async : true)可用下面的例子 //ajax页 阅读全文

posted @ 2016-05-19 15:42 struggle_beiJing 阅读(155) 评论(0) 推荐(0) 编辑

2016年5月18日

一个tomcat部署俩个java web项目

摘要: 2.发布的时候可以发布成war包,用项目名称右键export,选择项目名称,还有发布的路径,即tomcat下的路径,参考http://zhidao.baidu.com/link?url=imOu0Uux5K-7JkhazslmBq346amyCKhKr8mG82-yPEBhE493HffwbQUQ_ 阅读全文

posted @ 2016-05-18 18:53 struggle_beiJing 阅读(317) 评论(0) 推荐(0) 编辑

2016年5月17日

Spring+CXF Service类中无法注入Dao

摘要: http://nealcai.iteye.com/blog/1956613 阅读全文

posted @ 2016-05-17 14:38 struggle_beiJing 阅读(349) 评论(0) 推荐(0) 编辑

2016年5月16日

eclipse从数据库逆向生成Hibernate实体类

摘要: 不知道的那俩步,不用创建 http://my.oschina.net/tiancai/blog/118884 阅读全文

posted @ 2016-05-16 17:45 struggle_beiJing 阅读(124) 评论(0) 推荐(0) 编辑

cxf WebService整理 (基于注解)

摘要: http://blog.csdn.net/zjw10wei321/article/details/39889823 阅读全文

posted @ 2016-05-16 15:34 struggle_beiJing 阅读(399) 评论(0) 推荐(0) 编辑

天气预报的接口

摘要: http://www.webxml.com.cn/files/WeatherWsHelp.pdf http://www.webxml.com.cn/WebServices/WeatherWS.asmx?op=getWeather http://www.webxml.com.cn/WebService 阅读全文

posted @ 2016-05-16 14:18 struggle_beiJing 阅读(196) 评论(0) 推荐(0) 编辑

2016年5月12日

spring中涉及事务(bean中ref与local)

摘要: <bean id="接口" parent="父id"> <property name="target"> <ref local="实现" /> </property> </bean> <bean id="实现" class="实现类的全路径"> <property name="成员变量"> <ref 阅读全文

posted @ 2016-05-12 17:05 struggle_beiJing 阅读(1300) 评论(0) 推荐(0) 编辑

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 42 下一页

导航