Cool www.fl0919.com

netty手写http响应

package com.fangliang.proxy_server.start; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.*; import io.netty.channel.nio.NioEventL

Cool Published on 2025-04-28

springboot获取项目的根目录,和获取编译后jar包的所在的目录

仅仅需要2行代码!!!! File file = new File(""); System.out.println(file.getAbsolutePath());

Cool Published on 2024-11-22

idea 创建springboot项目时 出现 Unknown Error! Could not retrieve latest Aspose.Words Maven Artifact!的解决办法

idea 创建springboot项目时 出现 Unknown Error! Could not retrieve latest Aspose.Words Maven Artifact!的解决办法 在plugin 里面把和Aspose 相关的插件都禁用了 参考:https://stackoverfl

Cool Published on 2024-10-23

navicat 密码解密工具

navicat 密码解密工具,15,16 选择12版本 运行效果 以下java代码 jdk1.8 import javax.crypto.*; import javax.crypto.spec.*; import javax.swing.*; import java.awt.*; import ja

Cool Published on 2024-10-23

java 使用 apose 将word、excel转成pdf 在线预览

下载包aspose-wordaspose-cellsmaven从本地导入包 <dependency> <groupId>com.aspose</groupId> <artifactId>aspo

Cool Published on 2023-01-16
Cool Published on 2022-11-15
Cool Published on 2022-11-15
Cool Published on 2022-09-29

RegexUtil

长期更新package com.btxc.financeplatform.modules.biz.utils;import java.util.ArrayList;import java.util.List;import java.util.regex.Matcher;import java.uti

Cool Published on 2022-09-29
Previous Next