文章分类 -  ssh-bos

摘要:remoting-servlet.xml web.xml 阅读全文
posted @ 2019-06-08 16:47 expworld 阅读(94) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-08 14:33 expworld 阅读(99) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-06-07 23:36 expworld 阅读(100) 评论(0) 推荐(0)
摘要:解决:去除懒加载 阅读全文
posted @ 2019-06-02 22:34 expworld 阅读(527) 评论(0) 推荐(0)
摘要:1、在一个model文件里,有关联的外键东西不要加到toString方法中,有可能会出现死循环. 2、响应数据转json时候,如果把有关联的字段也加到转json里,会出现cyle死循环报错,必须加到excludes列表里过滤掉。(多表关联模型转json的bug-死循环) 3、 阅读全文
posted @ 2019-06-02 19:18 expworld 阅读(69) 评论(0) 推荐(0)
摘要:源代码: 应用: 阅读全文
posted @ 2019-06-01 16:39 expworld 阅读(251) 评论(0) 推荐(0)
摘要:User.hbm.xml IBaseDao BaseDaoImpl 阅读全文
posted @ 2019-05-26 16:54 expworld 阅读(145) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-26 03:03 expworld 阅读(66) 评论(0) 推荐(0)
摘要:UserServiceImpl MD5Utils 阅读全文
posted @ 2019-05-26 01:19 expworld 阅读(88) 评论(0) 推荐(0)
摘要:package com.gyf.bos.web.action; import com.gyf.bos.model.User; import com.gyf.bos.service.IUserService; import org.apache.struts2.ServletActionContext; import org.springframework.beans.factory.an... 阅读全文
posted @ 2019-05-26 01:12 expworld 阅读(173) 评论(0) 推荐(0)
摘要:login ... 阅读全文
posted @ 2019-05-26 01:00 expworld 阅读(114) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-26 00:59 expworld 阅读(68) 评论(0) 推荐(0)
摘要:BaseServiceImpl.java IUserSerice IBaseService UserServiceImpl .java 阅读全文
posted @ 2019-05-25 13:44 expworld 阅读(146) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-25 13:40 expworld 阅读(68) 评论(0) 推荐(0)
摘要:package com.exp.bos.dao.base; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.orm.hibernate3.HibernateTemplate; import java.io.Serializable; import java.... 阅读全文
posted @ 2019-05-25 12:01 expworld 阅读(472) 评论(0) 推荐(0)
摘要:核心:我就要把公共代码抽取出来。怎么抽?就是用T泛型。 阅读全文
posted @ 2019-05-25 02:31 expworld 阅读(89) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-25 01:45 expworld 阅读(101) 评论(0) 推荐(0)
摘要:作用:可视化设计表结构,并导出.sql文件 阅读全文
posted @ 2019-05-24 00:36 expworld 阅读(133) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-05-24 00:11 expworld 阅读(196) 评论(0) 推荐(0)
摘要:使用自己封装的处理乱码过滤器类。 阅读全文
posted @ 2019-05-23 23:28 expworld 阅读(412) 评论(0) 推荐(0)