摘要:
解决方案:&serverTimezone=Asia/Shanghai 加在url后面 阅读全文
摘要:
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 阅读全文
摘要:
mysql: update `表名` set 字段名= replace(replace(replace(字段名,char(9),''),char(10),''),char(13),''); 阅读全文
摘要:
1) “File” -> “Settings” -> “Build,Execution,Deplyment” -> “Compiler”,选中打勾 “Build project automatically” 。 2) 组合键:“Shift+Ctrl+Alt+/” ,选择 “Registry” ,选中 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
摘要:
SPRING BOOT工程打WAR包部署到TOMCAT后,日志和应用中设置的不同了,将日志配置文件名改成springboot推荐的默认名称后解决。如我用logback,日志配置文件名改为logback-spring.xml 阅读全文
摘要:
package yinhu.yinhu.controller; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; import org.springframework.beans.f 阅读全文
摘要:
package yinhu.yinhu.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.annotation.Async; 阅读全文
摘要:
function sends(info ) { var arr=info.split("@"); var userid=+arr[4]; var prefix = ctx+ "cw/integralInfo"; var index = layer.open({ //打开layer弹出框 type: 阅读全文