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