
开发过程中遇到的问题
平时开发过程中遇到的一些问题
慢半拍的学长
做更好的自己
展开
-
PowerDesigner建表时表明长度超长的问题
PowerDesigner设计表长度超长的问题原创 2023-03-21 18:26:23 · 823 阅读 · 0 评论 -
Java for循环删除集合中某些元素
Java for循环有四种方法删除集中某些元素:1、简单for循环删除;2、增强for循环forEarch删除;3、迭代器Iterator删除;4、java 8 removeIf方法删除原创 2022-08-01 15:36:51 · 10017 阅读 · 0 评论 -
Springboot项目配置Elasticsearch,设置账号密码后报 unable to find valid certification path to requested target
unable to find valid certification path to requested target原创 2022-07-28 17:21:28 · 1900 阅读 · 1 评论 -
Springboot项目配置Elasticsearch,设置账号密码后报javax.net.ssl.SSLHandshakeException: General SSLEngine problem
ES 报错:javax.net.ssl.SSLHandshakeException: General SSLEngine problem原创 2022-07-28 17:04:00 · 7130 阅读 · 0 评论 -
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2
报错:Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2原因:测试类引起的打包异常问题解决办法:跳过测试打包。在maven项目pom.xml文件插件中添加 <plugin> <groupId>org.apache.maven.plugins</groupId> <原创 2021-07-15 19:25:54 · 4859 阅读 · 0 评论