<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[lanren312的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/lanren312</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; lanren312]]></copyright><item><title><![CDATA[ubuntu的一些记录]]></title><link>https://blog.csdn.net/lanren312/article/details/156084205</link><guid>https://blog.csdn.net/lanren312/article/details/156084205</guid><author>lanren312</author><pubDate>Fri, 19 Dec 2025 22:15:00 +0800</pubDate><description><![CDATA[【代码】ubuntu的一些记录。]]></description><category></category></item><item><title><![CDATA[docker安装mongo，导入、导出数据]]></title><link>https://blog.csdn.net/lanren312/article/details/145610372</link><guid>https://blog.csdn.net/lanren312/article/details/145610372</guid><author>lanren312</author><pubDate>Thu, 13 Feb 2025 21:14:18 +0800</pubDate><description><![CDATA[在mongo的安装目录下 D:\Program Files\MongoDB\Server\4.2\bin 目录cmd。在mongo的安装目录下 D:\Program Files\MongoDB\Server\4.2\bin 目录cmd。在 D:\mongo-local\lanren312 目录cmd。在 D:\mongo-local\lanren312 目录cmd。将服务上数据拷贝到docker容器/mongodata下。进入到docker容器，在bin目录下执行。]]></description><category></category></item><item><title><![CDATA[linux部署node服务]]></title><link>https://blog.csdn.net/lanren312/article/details/145545928</link><guid>https://blog.csdn.net/lanren312/article/details/145545928</guid><author>lanren312</author><pubDate>Mon, 10 Feb 2025 22:00:00 +0800</pubDate><description><![CDATA[2、创建Systemd服务文件，用来管理服务的启动、停止和重启，查看状态。1、将demo拷贝到linux服务器；3、浏览器访问  http://]]></description><category></category></item><item><title><![CDATA[vue2使用flv.js在浏览器打开flv格式视频]]></title><link>https://blog.csdn.net/lanren312/article/details/145265867</link><guid>https://blog.csdn.net/lanren312/article/details/145265867</guid><author>lanren312</author><pubDate>Mon, 20 Jan 2025 22:07:49 +0800</pubDate><description><![CDATA[修改proxyConfig.js文件，添加下面的内容；修改组件中的url地址为 /flv/xxx。到此，在浏览器可以正常打开。]]></description><category></category></item><item><title><![CDATA[上传文件到云存储前端报错413 Request Entity Too Large]]></title><link>https://blog.csdn.net/lanren312/article/details/143157985</link><guid>https://blog.csdn.net/lanren312/article/details/143157985</guid><author>lanren312</author><pubDate>Tue, 22 Oct 2024 22:15:00 +0800</pubDate><description><![CDATA[当客户端发送包含请求体数据的请求时（例如：通过post请求上传文件），nginx会将请求数据存储在临时文件中。1、在nginx中，client_body_temp是一个用于存储客户端请求体数据（例如上传文件）的临时文件目录。有个问题，前端访问这个上传接口，上传2g的文件到云存储，后端代码的日志记录差不多等了10分钟才开始有反应。这个报错就很明显了，nginx对上传文件的大小有了限制，去看看nginx的配置就知道了。使用的proxy_pass进行的请求转发，修改相关参数，改成300，上传成功。]]></description><category></category></item><item><title><![CDATA[ubuntu安装docker]]></title><link>https://blog.csdn.net/lanren312/article/details/142907252</link><guid>https://blog.csdn.net/lanren312/article/details/142907252</guid><author>lanren312</author><pubDate>Mon, 14 Oct 2024 01:00:34 +0800</pubDate><description><![CDATA[【代码】ubuntu安装docker。]]></description><category></category></item><item><title><![CDATA[Python自动给课本文字标注拼音]]></title><link>https://blog.csdn.net/lanren312/article/details/142816057</link><guid>https://blog.csdn.net/lanren312/article/details/142816057</guid><author>lanren312</author><pubDate>Thu, 10 Oct 2024 20:50:29 +0800</pubDate><description><![CDATA[环境： Ubuntu20.04，ubuntu20.04自带python版本 3.8.10，pip的版本是 20.0.2。]]></description><category></category></item><item><title><![CDATA[python连接mysql数据库]]></title><link>https://blog.csdn.net/lanren312/article/details/141823706</link><guid>https://blog.csdn.net/lanren312/article/details/141823706</guid><author>lanren312</author><pubDate>Mon, 02 Sep 2024 21:15:00 +0800</pubDate><description><![CDATA[环境： Ubuntu20.04ubuntu20.04自带python版本 ,可以看到是 3.8.10，pip的版本是 20.0.2。]]></description><category></category></item><item><title><![CDATA[Nginx 配置文件中 location、proxy_pass最后的斜杠/作用]]></title><link>https://blog.csdn.net/lanren312/article/details/141169668</link><guid>https://blog.csdn.net/lanren312/article/details/141169668</guid><author>lanren312</author><pubDate>Tue, 13 Aug 2024 23:30:00 +0800</pubDate><description><![CDATA[http://192.168.1.118/lanren01/login 转发地址：http://192.168.1.118:9235/lanren01/login# http://192.168.1.118/lanren02/login 转发地址：http://192.168.1.118:9235/login# http://192.168.1.118/lanren03/login 转发地址：http://192.168.1.118:9235/lanren03/login。]]></description><category></category></item><item><title><![CDATA[Error creating bean with name ‘mailNotifier‘ defined in class path resource [de/codecentric/boot/adm]]></title><link>https://blog.csdn.net/lanren312/article/details/140616561</link><guid>https://blog.csdn.net/lanren312/article/details/140616561</guid><author>lanren312</author><pubDate>Mon, 22 Jul 2024 23:15:00 +0800</pubDate><description><![CDATA[后来找到原因，在创建名为 mailNotifier 的Bean时出现了问题。这个Bean是由Spring Boot Admin的自动配置类 AdminServerNotifierAutoConfiguration$MailNotifierConfiguration 定义的。使用排除规则，如果确定不需要邮件通知功能，可以通过排除自动配置来避免创建这个Bean。springboot项目，原先有redisson，引入邮箱包后启动报错。控制台有大量的redisson连接报错，以为是redis报错。]]></description><category></category></item><item><title><![CDATA[SpringBoot+Thymeleaf项目重定向到另一个系统HTTPS变成HTTP]]></title><link>https://blog.csdn.net/lanren312/article/details/140129374</link><guid>https://blog.csdn.net/lanren312/article/details/140129374</guid><author>lanren312</author><pubDate>Tue, 02 Jul 2024 23:15:00 +0800</pubDate><description><![CDATA[浏览器看到重定向后 https成了http，F12控制台看到是 301 Moved Permanently。单体项目不能直接  response.sendRedirect(url)，要进到html页面处理。SpringBoot+Thymeleaf项目是一个简单的单体项目，只有一个页面。单体项目最开始写法： response.sendRedirect(url);1、由于单体项目只有一个页面，在中添加。2、在跳转的项目的 index.html页面 也加上。重定向的是前后分离，前端用的vue。]]></description><category></category></item><item><title><![CDATA[openfeign服务相互调用碰到问题总结]]></title><link>https://blog.csdn.net/lanren312/article/details/139361980</link><guid>https://blog.csdn.net/lanren312/article/details/139361980</guid><author>lanren312</author><pubDate>Fri, 31 May 2024 21:50:25 +0800</pubDate><description><![CDATA[起因：服务A调用服务B，B中返回了数据，A服务没接收到，经查发现B返回的和A接收的数据类型不一样。]]></description><category></category></item><item><title><![CDATA[ubuntu20.04安装nacos报错 java.io.FileNotFoundException: /opt/nacos-1.2.0/conf/cluster.conf (没有那个文件或目录)]]></title><link>https://blog.csdn.net/lanren312/article/details/138349339</link><guid>https://blog.csdn.net/lanren312/article/details/138349339</guid><author>lanren312</author><pubDate>Tue, 30 Apr 2024 23:00:00 +0800</pubDate><description><![CDATA[【代码】ubuntu20.04安装nacos报错 java.io.FileNotFoundException: /opt/nacos-1.2.0/conf/cluster.conf (没有那个文件或目录)]]></description><category></category></item><item><title><![CDATA[ubuntu20.04安装RabbitMQ 3.11.19+Erlang 25.3.1]]></title><link>https://blog.csdn.net/lanren312/article/details/138314853</link><guid>https://blog.csdn.net/lanren312/article/details/138314853</guid><author>lanren312</author><pubDate>Mon, 29 Apr 2024 22:15:00 +0800</pubDate><description><![CDATA[【代码】ubuntu20.04安装RabbitMQ 3.11.19+Erlang 25.3.1。]]></description><category></category></item><item><title><![CDATA[openEuler-22.03安装 mysql8.0.32]]></title><link>https://blog.csdn.net/lanren312/article/details/138271923</link><guid>https://blog.csdn.net/lanren312/article/details/138271923</guid><author>lanren312</author><pubDate>Sun, 28 Apr 2024 22:00:00 +0800</pubDate><description><![CDATA[缺少 libcrypto.so.10库文件,安装openssl可以解决。mysql启动成功，但是查看版本提示异常。还是按之前的安装方法。接下来进行下一步操作。]]></description><category></category></item><item><title><![CDATA[openEuler-22.03安装redis6.2.7]]></title><link>https://blog.csdn.net/lanren312/article/details/138212342</link><guid>https://blog.csdn.net/lanren312/article/details/138212342</guid><author>lanren312</author><pubDate>Fri, 26 Apr 2024 20:45:00 +0800</pubDate><description><![CDATA[redis一开始是安装5.0.7，一直安装失败gcc安装版本是 10.3.1make报错。]]></description><category></category></item><item><title><![CDATA[ubuntu20.04开机运行java的sh脚本]]></title><link>https://blog.csdn.net/lanren312/article/details/138182159</link><guid>https://blog.csdn.net/lanren312/article/details/138182159</guid><author>lanren312</author><pubDate>Thu, 25 Apr 2024 22:30:00 +0800</pubDate><description><![CDATA[用到了 rc.local。]]></description><category></category></item><item><title><![CDATA[openEuler-22.03下载、安装]]></title><link>https://blog.csdn.net/lanren312/article/details/138194487</link><guid>https://blog.csdn.net/lanren312/article/details/138194487</guid><author>lanren312</author><pubDate>Thu, 25 Apr 2024 22:15:00 +0800</pubDate><description><![CDATA[下载版本：openEuler-22.03-LTS-x86_64-dvd.iso。设置完后，重启虚拟机。]]></description><category></category></item><item><title><![CDATA[Ubuntu20.04安装 nginx1.23.1]]></title><link>https://blog.csdn.net/lanren312/article/details/138162938</link><guid>https://blog.csdn.net/lanren312/article/details/138162938</guid><author>lanren312</author><pubDate>Wed, 24 Apr 2024 23:30:00 +0800</pubDate><description><![CDATA[后续修改参考之前写过centos安装步骤。2、 安装相关依赖包。]]></description><category></category></item><item><title><![CDATA[Ubuntu20.04安装 mysql8.0.32]]></title><link>https://blog.csdn.net/lanren312/article/details/138154704</link><guid>https://blog.csdn.net/lanren312/article/details/138154704</guid><author>lanren312</author><pubDate>Wed, 24 Apr 2024 20:45:00 +0800</pubDate><description><![CDATA[检查删除原有的mysql(可以不做，自己记录)]]></description><category></category></item></channel></rss>