java
服务端
13805029595
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HashCode20251204.java
理论上存在哈希值hashcode一样,但是手机号码不一样哦原创 2025-12-05 17:39:07 · 428 阅读 · 0 评论 -
java.util.IllegalFormatPrecisionException
java.util.IllegalFormatPrecisionException%.15f printf 格式化时,若未指定正确的精度适配,会导致格式化冲突原创 2025-12-03 17:57:02 · 173 阅读 · 0 评论 -
java.io.UncheckedIOException: java.io.FileNotFoundException: .\wepay\apiclient_key.pem
摘要:程序抛出UncheckedIOException,原因是未找到证书文件apiclient_key.pem。该异常由FileNotFoundException触发,表明系统在.\wepay\路径下无法定位到指定的PEM密钥文件。可能由于文件路径错误、权限不足或文件缺失导致。需检查路径配置、文件是否存在及访问权限以确保程序正常运行。(98字)原创 2025-12-02 20:13:45 · 195 阅读 · 0 评论 -
The method encode(String, String) in the type URLEncoder is not applicable for the arguments (Stri
The method encode(String, String) in the type URLEncoder is not applicable for the arguments (String, Charset)原创 2025-11-28 22:13:15 · 160 阅读 · 0 评论 -
The method of(String[]) is undefined for the type List
The method of(String[]) is undefined for the type List原创 2025-11-28 22:08:59 · 190 阅读 · 0 评论 -
Null type safety: The expression of type ‘String‘ needs unchecked conversion to conform to ‘@NonNull
Null type safety: The expression of type 'String' needs unchecked conversion to conform to '@NonNull Object'原创 2025-11-26 10:52:07 · 350 阅读 · 0 评论 -
Null pointer access: The variable list can only be null at this location
Null pointer access: The variable list can only be null at this location原创 2025-11-26 10:29:06 · 141 阅读 · 0 评论 -
Access restriction: The type ‘BASE64Decoder‘ is not API (restriction on required library ‘D:\Java\jd
Access restriction: The type 'BASE64Decoder' is not API (restriction on required library 'D:\Java\jdk1.8.0_341\jre\lib\rt.jar')原创 2025-11-26 10:17:32 · 502 阅读 · 0 评论 -
Unlikely argument type for equals(): String seems to be unrelated to Class<capture#2-of ?>
Unlikely argument type for equals(): String seems to be unrelated to Class<capture#2-of ?>@SuppressWarnings("unlikely-arg-type")原创 2025-11-26 09:53:54 · 113 阅读 · 0 评论 -
sigar-amd64-winnt.dll+0x14ed4 EXCEPTION_ACCESS_VIOLATION 0xc0000005
sigar-amd64-winnt.dll+0x14ed4sigar-amd64-winnt.dllJava 程序因 sigar-amd64-winnt.dll 原生库触发 内存访问违规(EXCEPTION_ACCESS_VIOLATION 0xc0000005) 导致 JVM 崩溃原创 2025-11-26 01:19:21 · 415 阅读 · 0 评论 -
ClassFinal
ClassFinal是一款Java代码加密工具,可通过Maven插件或命令行方式对JAR/WAR包进行加密保护。主要功能包括:支持指定加密包名、配置文件(如application.yml)、排除特定类;提供密码和无密码两种加密模式;加密后需使用-javaagent参数启动。Maven插件配置简单,执行后会删除密码信息确保安全。命令行方式支持更多参数:-file指定文件路径,-packages设置加密包,-pwd设置密码,-Y跳过确认等。启动加密后的应用需附加-javaagent参数并输入密码。该工具适用于保原创 2025-11-21 09:45:15 · 278 阅读 · 0 评论 -
Exception in thread “AWT-EventQueue-0“ java.util.ConcurrentModificationException
Exception in thread "AWT-EventQueue-0" java.util.ConcurrentModificationException原创 2025-11-17 09:30:44 · 313 阅读 · 0 评论 -
Lombok.jar bug
Lombok.jar bug原创 2025-11-08 13:58:29 · 230 阅读 · 0 评论 -
easy-captcha-1.6.2.jar
easy-captcha-1.6.2.jar 验证码原创 2025-11-07 10:09:11 · 348 阅读 · 0 评论 -
kkview 2024
kkview 2024 开源项目bug修复原创 2025-11-05 10:03:37 · 107 阅读 · 0 评论 -
pinyin4j-2.5.0.jar unicode_to_hanyu_pinyin.txt
pinyin4j-2.5.0.jar unicode_to_hanyu_pinyin.txt原创 2025-11-04 10:45:14 · 142 阅读 · 0 评论 -
pinyin4j-2.5.0.jar
pinyin4j-2.5.0.jar原创 2025-11-04 10:42:37 · 397 阅读 · 0 评论 -
Electronic Scale
Electronic Scale 电子秤原创 2025-09-27 07:04:45 · 105 阅读 · 0 评论 -
hutool DesensitizedUtil
hutool DesensitizedUtil 脱敏工具类原创 2025-09-15 19:07:44 · 347 阅读 · 0 评论 -
Multi File Processing
Multi File Processing 大量文件处理5-6年原创 2025-09-06 13:28:18 · 148 阅读 · 0 评论 -
RecommendationDemo.java
推荐算法例子,复杂分数约分问题原创 2025-08-20 11:48:23 · 172 阅读 · 0 评论 -
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar
The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application原创 2025-08-04 09:57:36 · 181 阅读 · 0 评论 -
ParkingFeeCalculator.java
停车收费取整问题原创 2025-07-27 11:38:28 · 251 阅读 · 0 评论 -
MinIOTest.java
MinIOTest.java原创 2025-07-16 12:01:10 · 153 阅读 · 0 评论 -
spire.xls.jar
https://repo.e-iceblue.cn/#browse/browse:maven-public:e-iceblue%2Fspire.xls.free%2F5.3.0%2Fspire.xls.free-5.3.0.jar原创 2025-06-26 15:32:10 · 257 阅读 · 0 评论 -
IdGenerator.java UUID
IdGenerator.java UUID原创 2025-06-18 23:24:20 · 167 阅读 · 0 评论 -
BCrypt.java BCryptPasswordEncoder.java
BCrypt.javaBCryptPasswordEncoder.java原创 2025-06-04 11:28:23 · 178 阅读 · 0 评论 -
Eclipse [An internal error has occurred.Java heap space]
Eclipse [An internal error has occurred.Java heap space]原创 2025-05-27 06:31:12 · 539 阅读 · 0 评论 -
Windows File Copy
文件拷贝原创 2025-05-25 13:15:17 · 436 阅读 · 0 评论 -
shiro
shiro原创 2025-05-25 11:53:56 · 115 阅读 · 0 评论 -
jdk7 <> new ArrayList<>()
jdk7 <> new ArrayList<>()是 Java 7 及之后版本引入的特性。类型推断属于编译器的基础功能,其算法效率很高,所以对编译速度的影响可以忽略不计。说明是有一定影响,因为编译器需要解析类型。原创 2025-05-10 01:33:04 · 331 阅读 · 0 评论 -
cn.hutool.core.collection.CollUtil
cn.hutool.core.collection.CollUtil.java hutool 工具类原创 2025-05-10 00:38:17 · 319 阅读 · 0 评论 -
The enum constant NONE needs a corresponding case label in this enum switch on MailSetting.EmailType
The enum constant NONE needs a corresponding case label in this enum switch on MailSetting.EmailType原创 2025-04-27 19:38:55 · 231 阅读 · 0 评论 -
The import com.github.javaparser cannot be resolved
import com.github.javaparser.StaticJavaParser;import com.github.javaparser.ast.CompilationUnit;import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration;import com.github.javaparser.ast.body.FieldDeclaration;import com.github.javaparser.ast.bod原创 2025-04-27 14:14:25 · 330 阅读 · 0 评论 -
The type java.time.LocalTime cannot be resolved. It is indirectly referenced from required type java
The type java.time.LocalTime cannot be resolved. It is indirectly referenced from required type java.time.LocalDateTime原创 2025-04-27 11:38:00 · 221 阅读 · 0 评论 -
R is a raw type. References to generic type R<T> should be parameterized
R is a raw type. References to generic type R<T> should be parameterized原创 2025-04-27 01:36:31 · 263 阅读 · 0 评论 -
The serializable class AgentInfo does not declare a static final serialVersionUID field of type long
The serializable class AgentInfo does not declare a static final serialVersionUID field of type long原创 2025-04-27 00:57:01 · 304 阅读 · 0 评论 -
List findIntersection & getUnion
List findIntersection & getUnion 求两个列表的交集和并集原创 2025-04-22 09:34:19 · 415 阅读 · 0 评论 -
cn.hutool.core.util.RadixUtil Exception in thread “main“ java.lang.NegativeArraySizeException
cn.hutool.core.util.RadixUtil Exception in thread "main" java.lang.NegativeArraySizeException原创 2025-04-21 17:41:25 · 304 阅读 · 0 评论 -
JavaScript Number && Java Long
JavaScript Number && Java Long 精度丢失问题原创 2025-04-21 16:17:24 · 258 阅读 · 0 评论
分享