<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[leonnew的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/leonnew</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; leonnew]]></copyright><item><title><![CDATA[麒麟linux安装vsftp适配java端开启TLS文件传输遇到的问题]]></title><link>https://blog.csdn.net/leonnew/article/details/143742628</link><guid>https://blog.csdn.net/leonnew/article/details/143742628</guid><author>leonnew</author><pubDate>Wed, 13 Nov 2024 14:40:23 +0800</pubDate><description><![CDATA[生成私钥和证书：openssl req -x509 -nodes -keyout vsftpd.key -out vsftpd.crt -days 365 -newkey rsa:2048。合并私钥和证书：cat vsftpd.crt vsftpd.key > vsftpd.pem。具体安装过程不多写了，百度即可，写写比较坑的地方。# 允许用于加密 SSL 连接的 SSL 算法。#监听ipv6端口，有需要可以开。# TLS v1.2支持。#开启ftp的被动模式。#IP地址，也可以不写。]]></description><category></category></item><item><title><![CDATA[麒麟系统kylin_server_v10_sp3 error setting up base reposity 设置基础软件仓库时出错]]></title><link>https://blog.csdn.net/leonnew/article/details/143337266</link><guid>https://blog.csdn.net/leonnew/article/details/143337266</guid><author>leonnew</author><pubDate>Tue, 29 Oct 2024 18:05:48 +0800</pubDate><description><![CDATA[点击“安装源”进到安装源配置页面，我们发现只能从网络上选择安装源，如果当前的服务器是处于互联网环境，那么我们也可以配置正确的银河麒麟外网软件源地址进行操作系统的安装。而对于内网环境的服务器，在不作任何改变的情况下，安装步骤将无法继续进行；在系统安装界面选择“网络与主机名”，进入网络配置页面，并根据现场环境配置服务器的网络（DHCP或静态），确认配置正确后点击左上角的“完成”；在系统安装界面的用户设置下选择“Root密码”，进入root密码配置界面，密码设置完成后即可“开始安装”操作系统。]]></description><category></category></item><item><title><![CDATA[windows修复SSL漏洞CVE-2016-2183]]></title><link>https://blog.csdn.net/leonnew/article/details/140736575</link><guid>https://blog.csdn.net/leonnew/article/details/140736575</guid><author>leonnew</author><pubDate>Sat, 27 Jul 2024 15:50:15 +0800</pubDate><description><![CDATA[勾选已启用->修改SSL密码套件算法，仅保留TLS 1.2 SHA256 和 SHA384 密码套件、TLS 1.2 ECC GCM 密码套件。2、计算机配置->管理模板->网络->SSL配置设置。3、SSL密码套件顺序->右击->编辑。需要重新启动服务器生效。]]></description><category></category></item><item><title><![CDATA[nginx 版本升级]]></title><link>https://blog.csdn.net/leonnew/article/details/140734934</link><guid>https://blog.csdn.net/leonnew/article/details/140734934</guid><author>leonnew</author><pubDate>Sat, 27 Jul 2024 14:21:42 +0800</pubDate><description><![CDATA[Nginx 的版本最开始使用的是， 由于服务升级，需要将 Nginx 的版本升级到，要求 Nginx 不能中断提供服务。]]></description><category></category></item><item><title><![CDATA[rocky使用yum安装msyql8.0]]></title><link>https://blog.csdn.net/leonnew/article/details/136440743</link><guid>https://blog.csdn.net/leonnew/article/details/136440743</guid><author>leonnew</author><pubDate>Sun, 03 Mar 2024 23:37:01 +0800</pubDate><description><![CDATA[mysql8的配置稍微有点不一样，按照英文提示来就行，不会的可以看之前发的文章，安装完毕后systemctl start mysqld启动mysql。然后mysql_secure_installation配置权限。直接yum install mysql-server。先查看一下源是否有mysql和mysql的版本。初始化完毕重新加载就可以登录试试了。]]></description><category></category></item><item><title><![CDATA[上传大文件报错No data found for resource with given identifier]]></title><link>https://blog.csdn.net/leonnew/article/details/136315589</link><guid>https://blog.csdn.net/leonnew/article/details/136315589</guid><author>leonnew</author><pubDate>Tue, 27 Feb 2024 10:38:19 +0800</pubDate><description><![CDATA[预览中的数据No data found for resource with given identifier。没用，打开apifox请求接口发现请求正常，判断问题可能是前端问题，再次请求接口发现控制台打印错误信息。还有一个办法在每个接口请求的地方设置timeout超时时间即可，注意是毫秒。nginx报499问题，开始修改nginx配置文件。首先以为是nginx问题查看nginx日志。]]></description><category></category></item><item><title><![CDATA[python3.10编译安装报SSL失败解决方法]]></title><link>https://blog.csdn.net/leonnew/article/details/130886213</link><guid>https://blog.csdn.net/leonnew/article/details/130886213</guid><author>leonnew</author><pubDate>Fri, 26 May 2023 14:35:33 +0800</pubDate><description><![CDATA[第211行路径修改为OpenSSL编译的路径，注：每个人的文件可能不一样，以自己的为准。修改后重新对Python源文件进行编译。1、升级openssl版本-编译安装。4、添加路径至ld.so.conf。注意：路径最后不带“/”，否则报错。2、安装的时候使用带ssl的参数。从官网下载OpenSSL文件。6、查看OpenSSL版本。第212-214解除注释。2、下载后解压并编译。]]></description><category></category></item><item><title><![CDATA[error while loading shared libraries: libc.so.6 误删除libc.so.6急救办法,]]></title><link>https://blog.csdn.net/leonnew/article/details/130863856</link><guid>https://blog.csdn.net/leonnew/article/details/130863856</guid><author>leonnew</author><pubDate>Thu, 25 May 2023 11:35:58 +0800</pubDate><description><![CDATA[在高版本的环境中编译了一个软件，然而在低版本系统中无法使用，缺少libc.so支持,然而在编译过程中误删除了 libc.so.6的软连接，rm /lib64/libc.so.6。然后可以测试应用，然而我的问题还是没有解决，从2.14安装到2.16，最后放弃了。当时我的小心肝啊，都快绝望了操作环境还是正式环境，最后通过查找文档发现急救方案。下载需要升级的版本，注意高版本不一定支持低版系统，需要在官网确认好。配置，我们把安装文件单独放在其他地方，不放在系统位置，方便查找。查看系统现在支持的版本。]]></description><category></category></item><item><title><![CDATA[若依mybatis升级为mybatis-plus]]></title><link>https://blog.csdn.net/leonnew/article/details/129400769</link><guid>https://blog.csdn.net/leonnew/article/details/129400769</guid><author>leonnew</author><pubDate>Wed, 08 Mar 2023 12:27:43 +0800</pubDate><description><![CDATA[因为分页插件本身依赖了mybatis，所以之前common可以不引用mybatis，但是现在mybatis已被移除，所以必须重新引入mybatis-plus，否则代码会报错。启动项目：启动项目出现mybatis-plus的标志，并且不报错，说明升级成功，在不影响原有功能的情况下，已经将mybatis升级到了mybatis-plus，在写新功能的时候可以愉快的使用plus了，旧功能建议保持原样，如果想要将旧功能也改造成plus版的，需要做不少改动，但是并不困难，只是有些繁琐，强迫症患者可以做一下。]]></description><category></category></item><item><title><![CDATA[maven project标签标红 提示please verify your project structure]]></title><link>https://blog.csdn.net/leonnew/article/details/128733496</link><guid>https://blog.csdn.net/leonnew/article/details/128733496</guid><author>leonnew</author><pubDate>Thu, 19 Jan 2023 11:05:53 +0800</pubDate><description><![CDATA[在parent标签添加。]]></description><category></category></item><item><title><![CDATA[Windows版本的Redis（新版本的GitHub地址）]]></title><link>https://blog.csdn.net/leonnew/article/details/128361749</link><guid>https://blog.csdn.net/leonnew/article/details/128361749</guid><author>leonnew</author><pubDate>Sun, 18 Dec 2022 13:42:06 +0800</pubDate><description><![CDATA[Redis通常被称为数据结构服务器，因为值（value）可以是字符串(String)、哈希(Hash)、列表(list)、集合(sets)和有序集合(sorted sets)等类型。]]></description><category></category></item><item><title><![CDATA[Windows定时任务 每隔一段时间(最小到秒级)执行一次指定的脚本]]></title><link>https://blog.csdn.net/leonnew/article/details/128290459</link><guid>https://blog.csdn.net/leonnew/article/details/128290459</guid><author>leonnew</author><pubDate>Mon, 12 Dec 2022 17:39:13 +0800</pubDate><description><![CDATA[如果不小心关掉了任务计划，可以在这里面重新打开：在控制面板 -> 管理工具(查看方式设置为小图标) -> 任务计划程序 -> 任务计划程序库 -> 自己的任务计划。设置注意如果超过时间停止任务，需要去掉，要不只能运行3天。最下面任务运行规则可以改为并行运行实例。开始时间一定要设置成可执行的时间，然后发生执行1次 以后重复下面的任务间隔。1、首先打开我们创建好的任务计划，比如我创建了一个任务计划叫做"守护进程"2、双击任务计划，打开属性面板，然后点击"触发器"选项卡，再点击"编辑"我就是卡在这里很久很久。]]></description><category></category></item><item><title><![CDATA[利用Windows的命令行工具tasklist和findstr,start结合计划任务]]></title><link>https://blog.csdn.net/leonnew/article/details/128289604</link><guid>https://blog.csdn.net/leonnew/article/details/128289604</guid><author>leonnew</author><pubDate>Mon, 12 Dec 2022 16:50:51 +0800</pubDate><description><![CDATA[今天，介绍一种利用Windows命令行工具 tasklist 和 findstr, start 来实现监控某个进程是否正常工作的方案。为了保证这个进程能持续的提供服务，我们建立一个 BAT 批处理文件，将其加入到系统的。但是，真正的POWERFUL工具，还是命令行的。假设有一个服务进程， 叫botserver，此服务允许短暂的不可用，假设 5 分钟；同时，还要用到命令行里的 通道 | ，这个可是个supper channel。的方式，在字符串或文本文件中搜索指定的内容；中，设定执行周期为3分钟；]]></description><category></category></item><item><title><![CDATA[spring boot整合swagger3,swagger注解详解]]></title><link>https://blog.csdn.net/leonnew/article/details/128142640</link><guid>https://blog.csdn.net/leonnew/article/details/128142640</guid><author>leonnew</author><pubDate>Fri, 02 Dec 2022 09:44:09 +0800</pubDate><description><![CDATA[Api(tags = "用户查询接口",description = "增删改查用户列表，密码初始化")：用在请求的类上，表示对类的说明，也代表了这个类是swagger2的资源。：用在请求的方法上，包含多@ApiImplicitParam。：用于方法，参数，字段说明 表示对参数的要求和说明。：用于方法，表示一个http请求访问该方法的操作。：用于请求的方法上，根据响应码表示不同响应。：用于类或者方法上，不被显示在页面上。：用在请求的方法上，表示不同的响应。：用于方法，表示单独的请求参数。]]></description><category></category></item><item><title><![CDATA[SpringBoot 常用注解汇总]]></title><link>https://blog.csdn.net/leonnew/article/details/128037048</link><guid>https://blog.csdn.net/leonnew/article/details/128037048</guid><author>leonnew</author><pubDate>Fri, 25 Nov 2022 14:11:54 +0800</pubDate><description><![CDATA[SpringBootConfiguration继承自@Configuration，二者功能也一致，标注当前类是配置类， 并会将当前类内声明的一个或多个以@Bean注解标记的方法的实例纳入到spring容器中，并且实例名就是方法名。查看源码可发现，@SpringBootApplication是一个复合注解，包含了@SpringBootConfiguration，@EnableAutoConfiguration，@ComponentScan这三个注解。支持别名@Bean(“xx-name”)]]></description><category></category></item><item><title><![CDATA[雷电模拟器dnconsole命令汇总]]></title><link>https://blog.csdn.net/leonnew/article/details/127963092</link><guid>https://blog.csdn.net/leonnew/article/details/127963092</guid><author>leonnew</author><pubDate>Mon, 21 Nov 2022 13:46:05 +0800</pubDate><description><![CDATA[雷电模拟器命令详解]]></description><category></category></item><item><title><![CDATA[windows10关闭自动更新]]></title><link>https://blog.csdn.net/leonnew/article/details/127860567</link><guid>https://blog.csdn.net/leonnew/article/details/127860567</guid><author>leonnew</author><pubDate>Tue, 15 Nov 2022 10:16:45 +0800</pubDate><description><![CDATA[再次使用“WIN+R”组合快捷键打开运行操作框，输入命令“services.msc”，点击下方确定打开服务，然后在服务中找到“Windows Update Medic Service”选项，双击打开，将启动类型改为「禁用 」，如图所示。之后在Win10服务设置中，再找到“Update Orchestrator Service”服务选项，双击打开，将启动类型改为「禁用 」，并「停止 」，完成后，点击下方的“确定”保存就可以了，如图所示。4、选择应用，并点击确定关闭。2、将启动类型替换为禁用。]]></description><category></category></item><item><title><![CDATA[nodejs初始化运行项目报错Error: error:0308010C:digital envelope routines::unsupported]]></title><link>https://blog.csdn.net/leonnew/article/details/127557013</link><guid>https://blog.csdn.net/leonnew/article/details/127557013</guid><author>leonnew</author><pubDate>Thu, 27 Oct 2022 17:29:01 +0800</pubDate><description><![CDATA[原因：因为我安装的nodejs是V18。在node17之后更新了OpenSSL。本来想初始化运行ruoyi的前端vue项目没想到运行报错。#windows系统。]]></description><category></category></item><item><title><![CDATA[c#写的国密SM2和SM4解密类，可用于腾讯云人脸身份验证]]></title><link>https://blog.csdn.net/leonnew/article/details/127085855</link><guid>https://blog.csdn.net/leonnew/article/details/127085855</guid><author>leonnew</author><pubDate>Wed, 28 Sep 2022 11:12:40 +0800</pubDate><description><![CDATA[【代码】c#写的国密SM2和SM4解密类，可用于腾讯云人脸身份验证。]]></description><category></category></item><item><title><![CDATA[服务器重启造成docker容器启动失败]]></title><link>https://blog.csdn.net/leonnew/article/details/126968503</link><guid>https://blog.csdn.net/leonnew/article/details/126968503</guid><author>leonnew</author><pubDate>Wed, 21 Sep 2022 11:04:45 +0800</pubDate><description><![CDATA[docker build失败error creating overlay mount to /var/lib/docker/overlay2/XX/merged: invalid argument这里忘记截图了，大体就这么个提示。说一下原因，因为启动docker之前selinux是开启的，服务器重启之后selinux是关闭的所以造成docker容器认为selinux与主机不匹配造成启动失败，]]></description><category></category></item></channel></rss>