上一页 1 2 3 4 5 6 ··· 21 下一页
摘要: 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 阅读(7) 评论(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 阅读(24) 评论(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 阅读(32) 评论(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 阅读(50) 评论(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 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1. zip生成 /** * @param sourceFilePath :待压缩的文件路径 文件的目录,并非文件路径 * @param zipFilePath :压缩后存放路径 * @param fileName :压缩后文件的名称 不要传.zip名称 * @return */ public st 阅读全文
posted @ 2023-03-07 14:34 qukaige 阅读(177) 评论(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 阅读(466) 评论(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 阅读(25) 评论(0) 推荐(0) 编辑
摘要: jdk1.8下载 链接:https://pan.baidu.com/s/1QDGAbSFZS992ajoruJQBtQ 提取码:b3w3 jdk安装 #解压安装包 tar zxvf jdk-8u65-linux-x64.tar.gz #配置环境变量 vim /etc/profile export J 阅读全文
posted @ 2022-12-14 16:12 qukaige 阅读(40) 评论(0) 推荐(0) 编辑
摘要: Anaconda 下载安装包 linux , windows 链接:https://pan.baidu.com/s/10VhNRzOr-W19Z_RemhnthA 提取码:k6mo 常用命令 : -- 激活conda conda activate -- 退出conda conda deactivat 阅读全文
posted @ 2022-12-14 16:02 qukaige 阅读(58) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 21 下一页