03 2020 档案

摘要:SPRING BOOT工程打WAR包部署到TOMCAT后,日志和应用中设置的不同了,将日志配置文件名改成springboot推荐的默认名称后解决。如我用logback,日志配置文件名改为logback-spring.xml 阅读全文
posted @ 2020-03-25 12:00 黑魔法os 阅读(2485) 评论(0) 推荐(0)
摘要:package yinhu.yinhu.controller; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; import org.springframework.beans.f 阅读全文
posted @ 2020-03-23 13:22 黑魔法os 阅读(5348) 评论(0) 推荐(1)
摘要:package yinhu.yinhu.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.annotation.Async; 阅读全文
posted @ 2020-03-23 12:43 黑魔法os 阅读(1133) 评论(0) 推荐(0)
摘要:function sends(info ) { var arr=info.split("@"); var userid=+arr[4]; var prefix = ctx+ "cw/integralInfo"; var index = layer.open({ //打开layer弹出框 type: 阅读全文
posted @ 2020-03-02 11:57 黑魔法os 阅读(5004) 评论(0) 推荐(0)
摘要://js获取项目根路径,如: http://localhost:8083/uimcardprj function getRootPath(){ //获取当前网址,如: http://localhost:8083/uimcardprj/share/meun.jsp var curWwwPath=win 阅读全文
posted @ 2020-03-01 15:00 黑魔法os 阅读(1134) 评论(0) 推荐(0)
摘要:<div class="form-group"> <label class="col-sm-3 control-label">添加标签:</label> <div class="layui-input-block"> <tr th:each="d : ${bts}"> <input type="ch 阅读全文
posted @ 2020-03-01 12:25 黑魔法os 阅读(3556) 评论(0) 推荐(0)