上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: 修改srid select UpdateGeometrySRID('xxxxx', 'geom', 4490); 阅读全文
posted @ 2023-07-14 09:04 qukaige 阅读(16) 评论(0) 推荐(0) 编辑
摘要: @echo offtitle:xxx服务 echo xxx服务...start "xxx服务" java -Dfile.encoding=utf-8 -jar xxx.jar 阅读全文
posted @ 2023-07-06 15:40 qukaige 阅读(58) 评论(0) 推荐(0) 编辑
摘要: maven <!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper-spring-boot-starter --> <dependency> <groupId>com.github.pagehelper</gr 阅读全文
posted @ 2023-05-30 17:32 qukaige 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 1. 引入pom <!-- easypoi相关jar包 --> <dependency> <groupId>cn.afterturn</groupId> <artifactId>easypoi-spring-boot-starter</artifactId> <version>4.1.0</vers 阅读全文
posted @ 2023-05-25 21:23 qukaige 阅读(29) 评论(0) 推荐(0) 编辑
摘要: zip exportExcel({ taskId: '1-ef4a-1', tableName: '1result', exportName: '指标' }).then(res => { const content = res const blob = new Blob([content]) con 阅读全文
posted @ 2023-05-16 16:45 qukaige 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 1. pom相关 <dependency> <groupId>cn.afterturn</groupId> <artifactId>easypoi-spring-boot-starter</artifactId> <version>4.1.0</version> </dependency> <dep 阅读全文
posted @ 2023-05-10 13:39 qukaige 阅读(62) 评论(0) 推荐(0) 编辑
摘要: spring: application: name: server1 cloud: nacos: config: file-extension: yml group: DEFAULT_GROUP namespace: c51a5709-5852-455f-81c8-fd72334a35d7 serv 阅读全文
posted @ 2023-03-20 13:15 qukaige 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 1. zip生成 /** * @param sourceFilePath :待压缩的文件路径 文件的目录,并非文件路径 * @param zipFilePath :压缩后存放路径 * @param fileName :压缩后文件的名称 不要传.zip名称 * @return */ public st 阅读全文
posted @ 2023-03-07 14:34 qukaige 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 1. 最好先卸载docker 2. 执行脚本 安装docker # PowerShell Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/microsoft/Windows-Containers/Main/h 阅读全文
posted @ 2023-02-01 16:45 qukaige 阅读(659) 评论(0) 推荐(0) 编辑
摘要: 执行 docker run -dit -p 8080:8080 -p 50000:50000 --restart=on-failure -u root --privileged=true -v /export/server:/export/server -v jenkins_home:/var/je 阅读全文
posted @ 2022-12-14 19:45 qukaige 阅读(26) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页
点击右上角即可分享
微信分享提示