摘要:
查找命令:netstat -aon|findstr 端口号停止进程命令:taskkill /pid PID号 /f 阅读全文
摘要:
将XML文件中的<mirrors>节点修改为(阿里云的仓库): <mirrors> <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http:/ 阅读全文
摘要:
打开my.ini文件,加入:max_allowed_packet=500M 默认大小为1M多,可以根据自己所需的大小设置 阅读全文
摘要:
请求: RestTemplate restTemplate = new RestTemplate(); LinkedMultiValueMap body=new LinkedMultiValueMap(); body.add("map",dataService.runData()); HttpHea 阅读全文
摘要:
datasource: db1: driver-class-name: com.mysql.cj.jdbc.Driver jdbc-url: jdbc:mysql://192.168.14.4:3306/double_prevention?useUnicode=true&characterEncod 阅读全文
摘要:
redis执行redis-server –service-install redis.windows.conf jar包命令写入.bat文件里(java -jar 路径+项目名.jar),把bat文件放入 C:\Users\Lawrence\AppData\Roaming\Microsoft\Win 阅读全文
摘要:
mvn -Dmaven.test.skip=true package 阅读全文
摘要:
Ctrl+Alt+T打开终端 shutdown -h now 立即关机 shutdown -h 5 五分钟后关机 poweroff 立即关机 shutdown -r 立即重启 shutdown -r 5 五分钟后重启 reboot立即重启 init 0关机 init 6 重启 打开software 阅读全文
摘要:
redis-server.exe redis.windows.conf --maxheap 200MB 启动闪退问题:redis-server.exe redis.windows.conf Creating Server TCP listening socket *:6379: bind: No s 阅读全文
摘要:
第一种:responseType: 'blob' ,这种方式用于文件在磁盘中 vue: download(index,row){ var ts = this; axios.post(this.paths.baseURL+'file/downloadFile', {path:row.zurl}, {r 阅读全文