1 2 3 4 5 ··· 66 下一页
摘要: 在服务器上安装mkfontscale工具时,下载成功但是再安装过程中一直提示: retrieving repo key for OS unencrypted from http://repo.openeuler.org/openEuler-22.03-LTS-SP3/OS/x86_64/RPM-GP 阅读全文
posted @ 2025-09-16 18:23 yshy 阅读(15) 评论(0) 推荐(0)
摘要: rpm -qa | grep vsftpd 安装 yum install vsftpd -y FTP服务启动 systemctl start vsftpd.service systemctl restart vsftpd.service netstat -anp | grep 21 FTP开机启动 阅读全文
posted @ 2025-05-21 10:31 yshy 阅读(22) 评论(0) 推荐(0)
摘要: package javaapplication25; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; import org.apache.c 阅读全文
posted @ 2024-07-29 16:18 yshy 阅读(45) 评论(0) 推荐(0)
摘要: 控制台打印如下: 15:03:26.279 [lettuce-eventExecutorLoop-1-4] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.0.6:63 阅读全文
posted @ 2024-07-10 15:09 yshy 阅读(1014) 评论(0) 推荐(0)
摘要: JSONConfig jsonConfig = new JSONConfig(); jsonConfig.setStripTrailingZeros(false); String bw= JSONUtil.toJsonStr(vo, jsonConfig); 阅读全文
posted @ 2024-07-05 09:13 yshy 阅读(158) 评论(0) 推荐(0)
摘要: 1.软件信息 fastdfs-6.11.0.zip fastdfs-nginx-module-1.24.zip libfastcommon-1.0.71.zip libserverframe-1.2.1.zip nginx-1.24.0.tar.gz 源码地址:https://github.com/ 阅读全文
posted @ 2024-01-01 14:35 yshy 阅读(446) 评论(1) 推荐(0)
摘要: MySQ:mysql-5.7.30-linux-glibc2.12-x86_64 生未知异常.org.springframework.jdbc.BadSqlGrammarException: ### Error querying database. Cause: java.sql.SQLSyntax 阅读全文
posted @ 2023-12-29 13:57 yshy 阅读(23) 评论(0) 推荐(0)
摘要: WHERE xsfnsrsbh IN <foreach collection="param.nsrsbhList" index="index" item="nsrsbh" open="(" close=")"> <if test="index >0 "> <choose> <when test="( 阅读全文
posted @ 2023-11-06 13:06 yshy 阅读(355) 评论(0) 推荐(0)
摘要: 异常信息如下: 2023-08-31 19:52:39.627 ERROR 18321 [rCallbackThread] com.xxl.job.core.log.XxlJobFileAppender : 没有那个文件或目录 java.io.IOException: 没有那个文件或目录 at ja 阅读全文
posted @ 2023-08-31 19:58 yshy 阅读(1397) 评论(0) 推荐(0)
摘要: 报错信息如下: cn.hutool.crypto.CryptoException: SecurityException: JCE cannot authenticate the provider BC at cn.hutool.crypto.SecureUtil.createCipher(Secur 阅读全文
posted @ 2023-08-30 12:23 yshy 阅读(5406) 评论(0) 推荐(0)
1 2 3 4 5 ··· 66 下一页