上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: package com.hcp.tools.file; /** * @Author:LLF * @description: * @Date:2023/5/17 20:15 * @version: V1.0 */ public enum Base64FileTypeEnum { // 文件类型 BAS 阅读全文
posted @ 2023-05-17 21:31 _Lawrence 阅读(294) 评论(0) 推荐(0) 编辑
摘要: <dependency> <groupId>com.belerweb</groupId> <artifactId>pinyin4j</artifactId> <version>2.5.1</version> </dependency> package com.hcp.tools; import ne 阅读全文
posted @ 2023-05-10 09:40 _Lawrence 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 安装依赖 npm install vue-particles --save-dev main.js import VueParticles from 'vue-particles' Vue.use(VueParticles) template <vue-particles color="#409EF 阅读全文
posted @ 2023-04-04 18:26 _Lawrence 阅读(77) 评论(0) 推荐(0) 编辑
摘要: /** *@Author:LLF *@description: *@Date:${DATE} ${TIME} *@version: V1.0 */ 阅读全文
posted @ 2023-03-20 10:24 _Lawrence 阅读(51) 评论(0) 推荐(0) 编辑
摘要: ThreadPoolTaskExecutor就是在java中ThreadPoolExecutor的基础上封装的 最佳线程数 =CPU 核数 * [ 1 +(I/O 耗时 / CPU 耗时)] 1、ThreadPoolTaskExecutor package com.hcp.tools.dxc; im 阅读全文
posted @ 2023-03-17 16:57 _Lawrence 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-02-23 08:53 _Lawrence 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 安装junit插件 阅读全文
posted @ 2023-02-22 19:03 _Lawrence 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-02-22 15:59 _Lawrence 阅读(63) 评论(0) 推荐(0) 编辑
摘要: 安装文件目录:idea64.exe.vmoptions -Xms256m -Xmx1024m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 项目启动配置:vim option 阅读全文
posted @ 2022-12-15 20:08 _Lawrence 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 在使用webpack时 webpack 3.x 要使用 webpack-dev-server 2.x webpack 4.x 要使用 webpack-dev-server 3.x 查看webpack版本:webpack -v 阅读全文
posted @ 2022-09-30 16:12 _Lawrence 阅读(826) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页