- 博客(222)
- 资源 (1)
- 收藏
- 关注

原创 【IDE】 那些你必须安装的插件 - Visual Studio Code - 持续更新
那些你必须安装的插件 - Visual Studio Code - 持续更新
2023-12-10 00:35:51
2294

原创 【IDE】那些你必须安装的插件 - Intellij IDEA - 持续更新
装上这些 IDEA 插件,让你飘飘欲仙!你就是这条街最靓的仔!
2020-12-23 10:56:45
6854
3

原创 【Git】Git安装 + 多站点SSH Key配置
我的安装环境环境版本操作系统windows 7 64位git2.14.2.windows.3一、Git安装1、官网下载gitwindows下载地址mac下载地址Linux/Unix下载地址2、安装完毕查看环境变量是否自动配置了我自定义将Git安装在D:/Git的,所以我的环境变量是指向: D:\Git\cmd;3、验证安装成功打开C...
2019-01-28 23:36:18
1161
原创 【Exception】MybatisPlusException: can not find lambda cache for this entity
Caused by: com.baomidou.mybatisplus.core.exceptions.MybatisPlusException: can not find lambda cache for this entity [fun.maso.entity.SubTableBaseEntity]
2025-03-27 23:03:14
511
原创 【Exception】Error: Dynamic require of “path“ is not supported
Error: Dynamic require of "path" is not supported.
2023-11-22 22:51:46
1156
原创 封面从这里取好啦
https://www.pexels.comThe best free stock photos, royalty free images & videos shared by creators.
2023-11-22 22:27:28
490
原创 【Exception】npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLY
npm ERR! code UNABLE_TO_GET_ISSUER_CERT_LOCALLYnpm ERR! errno UNABLE_TO_GET_ISSUER_CERT_LOCALLY
2023-11-22 11:47:02
1314
原创 【Exception】Address already in use: no further information: localhost/127.0.0.1:6379
先一次性向 Redis stream 中生产了 50000 条数据,在消费数据过程中,大概在消费了44000多条数据时,发生了异常。
2023-10-16 00:08:20
1019
2
原创 【Exception】org.springframework.core.serializer.support.SerializationFailedException
Spring Boot 自动装配的 RedisTemplate 的 value 序列化器,默认是 JdkSerializationRedisSerializer。由于这里的`com.itplh.model.dashboard.QueryDashboardResponseDTO`没有实现`java.io.Serializable`接口。所以在调用`DashboardCachingRedisImpl.putIfAbsent`时,对 value 进行序列化时发生了异常。
2023-09-15 17:57:57
965
原创 【Exception】warning: Clone succeeded, but checkout failed. error: unable to create file xxx
warning: Clone succeeded, but checkout failed. error: unable to create file xxx Filename too long
2023-08-31 00:42:55
247
原创 【Exception】[ERROR] Plugin org.apache.maven.plugins:maven-enforcer-plugin:1.4 or one of its dependenc
[ERROR] Plugin org.apache.maven.plugins:maven-enforcer-plugin:1.4 or one of its dependencies
2023-08-31 00:07:57
177
原创 【Exception】Exception in thread “main“ java.lang.ArrayStoreException
java.lang.ArrayStoreException
2023-04-10 11:16:53
233
原创 【Exception】Cannot find Java 1.8 or higher.
本机明明安装了 OpenJDK8,为什么它提示 Connot find Java 1.8 or higher ?
2022-06-28 16:44:21
2391
原创 【开发技巧】驼峰和下划线命名相互转换
开发时,一般数据库的字段命名是下划线风格,Java编程时字段命名一般是驼峰风格。在实体和域模型创建初期,我们经常需要对同一字段进行命名风格的反复切换。
2022-06-15 19:08:10
1229
原创 【Mybatis】使用 org.apache.ibatis.parsing.PropertyParser 造一个自己的模板引擎
在后端编程中,我们经常要做对目标文本进行变量的解析与替换工作。这时候就会面临纠结,点进来看看作者是怎么解决的!
2022-06-13 15:33:52
497
原创 【Exception】error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413
使用 git 将本地的代码,推送到远程仓库时,推送失败(使用的http协议)。
2022-02-24 11:32:42
5129
1
原创 【Exception】VMware Workstation 与 Hyper-V 不兼容。请先从系统中移除 Hyper-V 角色,然后再运行 VMware Workstation。
VMware Workstation 与 Hyper-V 不兼容。请先从系统中移除 Hyper-V 角色,然后再运行 VMware Workstation。
2021-12-13 15:08:44
3299
原创 the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty‘
the input device is not a TTY. If you are using mintty, try prefixing the command with ‘winpty’
2021-12-13 14:23:54
1411
原创 【Navicat】Cannot load OCI DLL, 87
使用新安装的 Navicat 第一次连接 Oracle 数据库时,出现如下弹窗。
2021-11-18 15:35:12
4362
原创 【Exception】Parameter 1 of constructor in org.springframework.boot.autoconfigure.web.servlet.error.Er
Parameter 1 of constructor in org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration required a bean of type 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath' that could not be found.
2021-05-17 16:32:26
1264
java快速搭建spring-mvc所需的配置文件
2018-08-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人