上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: import java.util.*; public class Test { public static void main(String[] args) { List<Map<String, Object>> list = new ArrayList<>(); Map<String, Objec 阅读全文
posted @ 2023-07-18 11:14 qukaige 阅读(18) 评论(0) 推荐(0)
摘要: 修改srid select UpdateGeometrySRID('xxxxx', 'geom', 4490); 阅读全文
posted @ 2023-07-14 09:04 qukaige 阅读(25) 评论(0) 推荐(0)
摘要: @echo offtitle:xxx服务 echo xxx服务...start "xxx服务" java -Dfile.encoding=utf-8 -jar xxx.jar 阅读全文
posted @ 2023-07-06 15:40 qukaige 阅读(78) 评论(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 阅读(21) 评论(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 阅读(47) 评论(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 阅读(79) 评论(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 阅读(68) 评论(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 阅读(68) 评论(0) 推荐(0)
摘要: 1. zip生成 /** * @param sourceFilePath :待压缩的文件路径 文件的目录,并非文件路径 * @param zipFilePath :压缩后存放路径 * @param fileName :压缩后文件的名称 不要传.zip名称 * @return */ public st 阅读全文
posted @ 2023-03-07 14:34 qukaige 阅读(201) 评论(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 阅读(921) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 21 下一页