上一页 1 2 3 4 5 6 ··· 16 下一页
摘要: 解决方案:&serverTimezone=Asia/Shanghai 加在url后面 阅读全文
posted @ 2020-06-27 01:50 黑魔法os 阅读(2136) 评论(0) 推荐(0) 编辑
摘要: 1/ sudo apt-get update sudo apt-get install openjdk-8-jdk java -version 2/ sudo apt-get install python-software-properties sudo add-apt-repository ppa 阅读全文
posted @ 2020-06-12 09:55 黑魔法os 阅读(2785) 评论(0) 推荐(0) 编辑
摘要: mysql: update `表名` set 字段名= replace(replace(replace(字段名,char(9),''),char(10),''),char(13),''); 阅读全文
posted @ 2020-05-18 17:21 黑魔法os 阅读(221) 评论(0) 推荐(0) 编辑
摘要: 1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。 2) 组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中 阅读全文
posted @ 2020-04-10 17:31 黑魔法os 阅读(2774) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2020-04-10 17:17 黑魔法os 阅读(383) 评论(0) 推荐(0) 编辑
摘要: SPRING BOOT工程打WAR包部署到TOMCAT后,日志和应用中设置的不同了,将日志配置文件名改成springboot推荐的默认名称后解决。如我用logback,日志配置文件名改为logback-spring.xml 阅读全文
posted @ 2020-03-25 12:00 黑魔法os 阅读(2425) 评论(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 阅读(5318) 评论(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 阅读(1119) 评论(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 阅读(4929) 评论(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 阅读(1117) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 16 下一页