上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页
摘要: 发现在点击ztree节点后,页面多打开了一个_blank窗口,解决办法修改下jquery.ztree.all.js文件。 找到这一行: "\" ", ((url != null && url.length > 0) ? "href='" + url + "'" : ""), " target='", 阅读全文
posted @ 2020-03-19 23:46 西门夜说 阅读(376) 评论(0) 推荐(0)
摘要: <%-- Created by IntelliJ IDEA. User: 3600X Date: 2020/3/7 Time: 17:18 To change this template use File | Settings | File Templates. --%> <%@ page cont 阅读全文
posted @ 2020-03-15 20:54 西门夜说 阅读(1450) 评论(0) 推荐(0)
摘要: 模态框: <%--修改模态框--%> <div class="modal fade" id="updateModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role 阅读全文
posted @ 2020-03-10 22:09 西门夜说 阅读(1294) 评论(0) 推荐(0)
摘要: 后端: @Controller public class TRoleController { @Autowired private TRoleService tRoleService; @RequestMapping("/role/index") public String toRoleIndex( 阅读全文
posted @ 2020-03-09 21:21 西门夜说 阅读(230) 评论(0) 推荐(0)
摘要: 本来时每页两条可就是分页不生效,这是为什么?我在上面的业务代码逻辑中调用startPage()方法后,不是直接去查询列表,而是先去查了记录数量,所以后面的查列表的接口就不会使用分页! 修改: 分页成功 阅读全文
posted @ 2020-03-09 20:52 西门夜说 阅读(856) 评论(0) 推荐(0)
摘要: 解决方案 1 <dependencies> 2 <!--Spring Boot进行Web开发的模块--> 3 <dependency> 4 <groupId>org.springframework.boot</groupId> 5 <artifactId>spring-boot-starter-we 阅读全文
posted @ 2020-03-07 16:22 西门夜说 阅读(1721) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-03-04 11:34 西门夜说 阅读(1521) 评论(0) 推荐(0)
摘要: package com.ytkj.rose.util; import org.springframework.util.StringUtils; import javax.validation.constraints.NotNull; import java.lang.reflect.Field; 阅读全文
posted @ 2020-02-29 22:56 西门夜说 阅读(632) 评论(0) 推荐(0)
摘要: <dependency> <groupId>javax.validation</groupId> <artifactId>validation-api</artifactId> <version>2.0.1.Final</version></dependency> package com.ytkj. 阅读全文
posted @ 2020-02-29 21:24 西门夜说 阅读(1943) 评论(0) 推荐(0)
摘要: docker pull tomcat docker run -d -p 9999:8080 --name tomcat -v /usr/local/webapps:/usr/local/tomcat/webapps -v /usr/local/webapps-logs:/usr/local/tomc 阅读全文
posted @ 2020-02-28 02:20 西门夜说 阅读(167) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 17 下一页