会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qukaige
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
21
下一页
2023年7月18日
List Map 排序
摘要: 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)
2023年7月14日
postgis 函数
摘要: 修改srid select UpdateGeometrySRID('xxxxx', 'geom', 4490);
阅读全文
posted @ 2023-07-14 09:04 qukaige
阅读(25)
评论(0)
推荐(0)
2023年7月6日
win10 bat启动脚本
摘要: @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)
2023年5月30日
分页 springboot
摘要: 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)
2023年5月25日
poi导出
摘要: 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)
2023年5月16日
blob 数据下载
摘要: 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)
2023年5月10日
Excel 导出
摘要: 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)
2023年3月20日
nacos配置多个文件
摘要: 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)
2023年3月7日
生成zip文件,并下载
摘要: 1. zip生成 /** * @param sourceFilePath :待压缩的文件路径 文件的目录,并非文件路径 * @param zipFilePath :压缩后存放路径 * @param fileName :压缩后文件的名称 不要传.zip名称 * @return */ public st
阅读全文
posted @ 2023-03-07 14:34 qukaige
阅读(201)
评论(0)
推荐(0)
2023年2月1日
docker switch to Windows Containers切换失败问题
摘要: 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
下一页
公告