摘要: 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 尐鱼儿 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Struts2 拦截器 https://www.w3cschool.cn/struts_2/struts_interceptors.html 阅读全文
posted @ 2020-04-08 18:16 尐鱼儿 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 最近在修改同事代码时,经常遇到莫名的问题,比如查询结果集中出现上一次请求中的脏数据,我就排查啊,总觉得是代码哪个地方写的不严谨,后来想到了,可能是action对象成单例造成的。看了下spring配置文件,果然,全部没有加 scope="prototype"。加上后,问题顺利解决。 ps:不写scop 阅读全文
posted @ 2020-04-08 18:14 尐鱼儿 阅读(309) 评论(0) 推荐(0) 编辑
摘要: spring 默认scope 是单例模式,这样只会创建一个Action对象,每次访问都是同一个Action对象,数据不安全,struts2 是要求每次次访问都对应不同的Action,scope="prototype" 可以保证 当有请求的时候 都创建一个Action对象。1.struts2为每个线程 阅读全文
posted @ 2020-04-08 18:12 尐鱼儿 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 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 尐鱼儿 阅读(61) 评论(0) 推荐(0) 编辑
摘要: net.sf.json JSONObject与JSONArray使用实例 https://www.cnblogs.com/x-ll123/p/9352175.html 阅读全文
posted @ 2020-04-08 17:23 尐鱼儿 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: net.sf.json的jar包->JSONArray 引入时注意事项 https://blog.csdn.net/qq_42815754/article/details/83446635 阅读全文
posted @ 2020-04-08 17:21 尐鱼儿 阅读(1790) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41069280/article/details/79516373 阅读全文
posted @ 2020-04-08 16:38 尐鱼儿 阅读(349) 评论(0) 推荐(0) 编辑
摘要: 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 尐鱼儿 阅读(131) 评论(0) 推荐(0) 编辑
摘要: java.io.Serializable(序列化)接口详细总结 https://blog.csdn.net/so_geili/article/details/78931742 序列化梳理 https://blog.csdn.net/so_geili/article/details/99836043 阅读全文
posted @ 2020-04-08 14:55 尐鱼儿 阅读(345) 评论(0) 推荐(0) 编辑
摘要: lombok https://projectlombok.org/ Lombok中的@Data注解 https://www.cnblogs.com/qianjinyan/p/9576939.html 引用了lombok.Data包,但是不起效,这是为什么? https://blog.csdn.net 阅读全文
posted @ 2020-04-08 14:42 尐鱼儿 阅读(113) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lihanxiang/p/8475548.html 阅读全文
posted @ 2020-04-08 14:38 尐鱼儿 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 详解 hibernate mapping配置 https://www.jb51.net/article/115130.htm <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate 阅读全文
posted @ 2020-04-08 14:37 尐鱼儿 阅读(1609) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiohao/p/3633641.html 阅读全文
posted @ 2020-04-08 14:03 尐鱼儿 阅读(148) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/mq0036/p/8522150.html 阅读全文
posted @ 2020-04-08 14:01 尐鱼儿 阅读(66) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/songwenlong/p/6517165.html 阅读全文
posted @ 2020-04-08 10:01 尐鱼儿 阅读(101) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/songwenlong/p/5944139.html 阅读全文
posted @ 2020-04-08 09:59 尐鱼儿 阅读(149) 评论(0) 推荐(0) 编辑