会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
_Lawrence
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
2023年5月18日
springboot项目引入公用项目
摘要: <!--公共interface模块--> <dependency> <groupId>com.hcp</groupId> <artifactId>dubbointerface</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency>
阅读全文
posted @ 2023-05-18 21:42 _Lawrence
阅读(108)
评论(0)
推荐(0)
2023年5月17日
base64转文件保存
摘要: 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
阅读(428)
评论(0)
推荐(0)
2023年5月10日
汉字获取拼音首字母
摘要: <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
阅读(106)
评论(0)
推荐(0)
2023年4月4日
vue引入粒子背景图效果
摘要: 安装依赖 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
阅读(98)
评论(0)
推荐(0)
2023年3月20日
idea创建类添加注解模板
摘要: /** *@Author:LLF *@description: *@Date:${DATE} ${TIME} *@version: V1.0 */
阅读全文
posted @ 2023-03-20 10:24 _Lawrence
阅读(67)
评论(0)
推荐(0)
2023年3月17日
springboot多线程
摘要: ThreadPoolTaskExecutor就是在java中ThreadPoolExecutor的基础上封装的 最佳线程数 =CPU 核数 * [ 1 +(I/O 耗时 / CPU 耗时)] 1、ThreadPoolTaskExecutor package com.hcp.tools.dxc; im
阅读全文
posted @ 2023-03-17 16:57 _Lawrence
阅读(258)
评论(0)
推荐(0)
2023年2月23日
idea自动换行设置
摘要:
阅读全文
posted @ 2023-02-23 08:53 _Lawrence
阅读(202)
评论(0)
推荐(0)
2023年2月22日
idea创建junit idea No test subjects found解决
摘要: 安装junit插件
阅读全文
posted @ 2023-02-22 19:03 _Lawrence
阅读(326)
评论(0)
推荐(0)
yml引入多文件
摘要:
阅读全文
posted @ 2023-02-22 15:59 _Lawrence
阅读(81)
评论(0)
推荐(0)
2022年12月15日
idea jvm内存不足
摘要: 安装文件目录:idea64.exe.vmoptions -Xms256m -Xmx1024m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 项目启动配置:vim option
阅读全文
posted @ 2022-12-15 20:08 _Lawrence
阅读(116)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
20
下一页
公告