摘要: https://blog.csdn.net/u014199143/article/details/80692685 @Configuation等价于<Beans></Beans> @Bean等价于<Bean></Bean> @ComponentScan等价于<context:component-sc 阅读全文
posted @ 2019-10-22 10:22 sunseeker 阅读(209) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/dengjili/article/details/82468576 事务管理(ACID)谈到事务一般都是以下四点 原子性(Atomicity)原子性是指事务是一个不可分割的工作单位,事务中的操作要么都发生,要么都不发生。一致性(Consistency)事务 阅读全文
posted @ 2019-10-21 14:58 sunseeker 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1.excel建表 https://jingyan.baidu.com/article/95c9d20d0ee5e2ec4e75618d.html 2.具体操作 https://blog.csdn.net/lk1985021/article/details/90379662 https://www. 阅读全文
posted @ 2019-08-29 17:13 sunseeker 阅读(291) 评论(1) 推荐(0) 编辑
摘要: 概要:前端日期选择器选择完之后传一个String到后台,后台的字段的数据类型是date 前端: <label class="layui-form-label" >单据日期</label> <div class="layui-input-inline"> <input type="text" id=" 阅读全文
posted @ 2019-08-23 11:27 sunseeker 阅读(6577) 评论(0) 推荐(0) 编辑
摘要: 1.@change="getFile($event)" 2.File imageFolder= new File(request.getServletContext().getRealPath("img/category")) 3. 4.v-model.trim="bean.id" 5.axios. 阅读全文
posted @ 2019-08-19 22:33 sunseeker 阅读(178) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yali_aini/article/details/83213695 https://blog.csdn.net/sihai12345/article/details/81205359 阅读全文
posted @ 2019-08-19 22:24 sunseeker 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 主要解决点击年份立马关闭控件弹窗实现和控件闪退问题 1、立马关闭控件弹窗实现 点击完年份立马生效,而不是还要点击确定才关闭弹窗 2.闪退 阅读全文
posted @ 2019-07-25 09:47 sunseeker 阅读(1240) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/houfengfei668/article/details/79843625 https://blog.csdn.net/lm9521/article/details/84990675 https://www.oschina.net/question/24 阅读全文
posted @ 2019-07-15 19:23 sunseeker 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 一般web端都是用form标签的形式进行表单提交到后台,后台控制层再用相应的实体对象去接收前端传来的json参数。 但是有时候前端界面很复杂,要传入后端的参数是各种标签里面的value值,这些值又是来自不同实体对象,所以后台接收参数就会变成一个麻烦事。 我现在采取的措施是,后端控制层用一个map参数 阅读全文
posted @ 2019-07-08 09:33 sunseeker 阅读(13977) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/rexueqingchun/article/details/91870372 1.pom.xml配置依赖包 2.编写excel导入对应实体类 3.编写导入监听类 4.编写导入工具类 5.业务层调用 阅读全文
posted @ 2019-07-02 18:22 sunseeker 阅读(11472) 评论(0) 推荐(2) 编辑