会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
尐鱼儿
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
68
69
70
71
72
73
74
75
76
···
151
下一页
2020年4月9日
maven配置,setting.xml配置
摘要: https://blog.csdn.net/qq_34575174/article/details/89312927
阅读全文
posted @ 2020-04-09 13:29 尐鱼儿
阅读(172)
评论(0)
推荐(0)
2020年4月8日
zTree基本使用
摘要: zTree基本使用 https://blog.csdn.net/qq_32444825/article/details/81170621 zTree 简介 http://www.treejs.cn/v3/main.php#_zTreeInfo
阅读全文
posted @ 2020-04-08 18:20 尐鱼儿
阅读(153)
评论(0)
推荐(0)
Struts2 拦截器
摘要: Struts2 拦截器 https://www.w3cschool.cn/struts_2/struts_interceptors.html
阅读全文
posted @ 2020-04-08 18:16 尐鱼儿
阅读(79)
评论(0)
推荐(0)
struts2 action 配置scope="prototype"问题
摘要: 最近在修改同事代码时,经常遇到莫名的问题,比如查询结果集中出现上一次请求中的脏数据,我就排查啊,总觉得是代码哪个地方写的不严谨,后来想到了,可能是action对象成单例造成的。看了下spring配置文件,果然,全部没有加 scope="prototype"。加上后,问题顺利解决。 ps:不写scop
阅读全文
posted @ 2020-04-08 18:14 尐鱼儿
阅读(317)
评论(0)
推荐(0)
Spring的scope="prototype"属性
摘要: spring 默认scope 是单例模式,这样只会创建一个Action对象,每次访问都是同一个Action对象,数据不安全,struts2 是要求每次次访问都对应不同的Action,scope="prototype" 可以保证 当有请求的时候 都创建一个Action对象。1.struts2为每个线程
阅读全文
posted @ 2020-04-08 18:12 尐鱼儿
阅读(360)
评论(0)
推荐(0)
Hibernate 映射类型
摘要: Hibernate学习—Hibernate 映射类型 https://www.cnblogs.com/tenWood/p/7253566.html Hibernate - Java 类型, Hibernate 映射类型及 SQL 类型之间的对应关系 https://blog.csdn.net/j08
阅读全文
posted @ 2020-04-08 17:53 尐鱼儿
阅读(66)
评论(0)
推荐(0)
net.sf.json JSONObject与JSONArray使用实例
摘要: net.sf.json JSONObject与JSONArray使用实例 https://www.cnblogs.com/x-ll123/p/9352175.html
阅读全文
posted @ 2020-04-08 17:23 尐鱼儿
阅读(1037)
评论(0)
推荐(0)
net.sf.json的jar包->JSONArray 引入时注意事项
摘要: net.sf.json的jar包->JSONArray 引入时注意事项 https://blog.csdn.net/qq_42815754/article/details/83446635
阅读全文
posted @ 2020-04-08 17:21 尐鱼儿
阅读(1807)
评论(0)
推荐(0)
JDBC获得数据库连接时,在URL上的?useUnicode=true&characterEncoding=utf-8的意思是什么?
摘要: https://blog.csdn.net/weixin_41069280/article/details/79516373
阅读全文
posted @ 2020-04-08 16:38 尐鱼儿
阅读(359)
评论(0)
推荐(0)
hibernate的hibernate.hbm2ddl.auto属性
摘要: hibernate的hibernate.hbm2ddl.auto属性 https://blog.csdn.net/u012773469/article/details/83330482 hibernate.hbm2ddl.auto配置详解 https://www.cnblogs.com/talo/a
阅读全文
posted @ 2020-04-08 16:36 尐鱼儿
阅读(140)
评论(0)
推荐(0)
上一页
1
···
68
69
70
71
72
73
74
75
76
···
151
下一页
公告