<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[m0_67009383的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/m0_67009383</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; m0_67009383]]></copyright><item><title><![CDATA[关于springMVC 项目 println 输出中文乱码问题，解决方法]]></title><link>https://blog.csdn.net/m0_67009383/article/details/148676287</link><guid>https://blog.csdn.net/m0_67009383/article/details/148676287</guid><author>m0_67009383</author><pubDate>Sun, 15 Jun 2025 21:47:51 +0800</pubDate><description><![CDATA[最近学习关于 springMVC 相关知识的时候 发现 输出的中文是乱码的 ���。]]></description><category></category></item><item><title><![CDATA[ollama中安装deepseek-r1模型]]></title><link>https://blog.csdn.net/m0_67009383/article/details/145770684</link><guid>https://blog.csdn.net/m0_67009383/article/details/145770684</guid><author>m0_67009383</author><pubDate>Fri, 21 Feb 2025 14:19:16 +0800</pubDate><description><![CDATA[首先需要你已经安装了 ollama ，已安装的忽略此段，如果没有安装打开 ollama 官网然后选择对应的deepseek模型版本系统模型推荐是7b的模型，但是可以根据自己的电脑配置来选择对应的模型其中1.5b，7b，8b，14b 属于小模型；32b，70b属于大模型，671b属于顶级的大模型，当然一般在自己的个人点配置模型按照需求去获取对应的模型。其中14b以上模型，需要消耗GPU算力资源，所以一般个人使用建议部署小模型。]]></description><category></category></item><item><title><![CDATA[ollama 安装及修改models位置]]></title><link>https://blog.csdn.net/m0_67009383/article/details/145716826</link><guid>https://blog.csdn.net/m0_67009383/article/details/145716826</guid><author>m0_67009383</author><pubDate>Tue, 18 Feb 2025 23:26:35 +0800</pubDate><description><![CDATA[由于ollama默认安装位置以及模型下载位置在电脑的系统盘上，但是为了系统运行有充足的空间，一般不建议将软件安装在系统盘上，所以有下列教程来操作修改ollama的安装位置。安装完成后将 C:\Users\你的用户名\.ollama 下的models文件夹剪切到D:/ollama下。需要打开ollama软件下载的位置，一般都在C:\Users\你的用户名\Downloads中。1.按住windows加r键唤出运行窗口，然后输入：SYSDM.CPL，随后回车。随后点击系统变量下方的新建。随后添加环境变量配置。]]></description><category></category></item><item><title><![CDATA[前端获取用户地理定位]]></title><link>https://blog.csdn.net/m0_67009383/article/details/144697696</link><guid>https://blog.csdn.net/m0_67009383/article/details/144697696</guid><author>m0_67009383</author><pubDate>Tue, 24 Dec 2024 16:53:27 +0800</pubDate><description><![CDATA[定位一般分为两种场景：移动端和PC，下面分别讲下这两个场景在使用定位过程中的一些注意事项。]]></description><category></category></item><item><title><![CDATA[nodejs 发送邮件服务]]></title><link>https://blog.csdn.net/m0_67009383/article/details/144493664</link><guid>https://blog.csdn.net/m0_67009383/article/details/144493664</guid><author>m0_67009383</author><pubDate>Sun, 15 Dec 2024 23:00:20 +0800</pubDate><description><![CDATA[本次采用：网易126邮箱邮箱测试本次采用 node:20.12.2 nodemailer:^6.9.16版本使用 nodemailer 发送邮件有以下流程：使用SMTP或其他传输机制创建一个 nodemailer  传输器设置消息选项（谁发送给谁）使用先前创建的传输器的 sendMail() 方法传递消息对象。]]></description><category></category></item><item><title><![CDATA[关于 The AudioContext was not allowed to start 问题！]]></title><link>https://blog.csdn.net/m0_67009383/article/details/140497943</link><guid>https://blog.csdn.net/m0_67009383/article/details/140497943</guid><author>m0_67009383</author><pubDate>Sun, 29 Sep 2024 09:55:25 +0800</pubDate><description><![CDATA[不光是这样，在页面加载完毕的情况下，用户没有click、dbclick、touch等主动交互行为，使用js直接调用.play() 方法的话，chrome都会抛出此错误。在一些场景中，我们需需求是在浏览器使用音视频的自动播放功能。但是chrome浏览器在2018年4月起，就在浏览器上全面禁止了。]]></description><category></category></item><item><title><![CDATA[实现光标跟随效果]]></title><link>https://blog.csdn.net/m0_67009383/article/details/142627707</link><guid>https://blog.csdn.net/m0_67009383/article/details/142627707</guid><author>m0_67009383</author><pubDate>Sun, 29 Sep 2024 09:51:41 +0800</pubDate><description><![CDATA[本次采用 vue3.3.8 markdown-it:13.0.1 highlight.js:11.8.0 版本。]]></description><category></category></item><item><title><![CDATA[vue 聊天发送 emoji]]></title><link>https://blog.csdn.net/m0_67009383/article/details/140828653</link><guid>https://blog.csdn.net/m0_67009383/article/details/140828653</guid><author>m0_67009383</author><pubDate>Wed, 31 Jul 2024 18:13:15 +0800</pubDate><description><![CDATA[首先需要将用到的图片根据需要生成一个JSON文件表情包数据，里面有图片有name还有标识，以键值对的形式，[微笑]是相当于一个表情包标识，此处灵感来源于vx将emoji展示完成后，就需要一个能输入的并且能展示输入内容的地方 在传统 的输入框 input 或者 textarea 都是不能展示图片的，所以采用在div contenteditable=“true”]]></description><category></category></item><item><title><![CDATA[关于 The AudioContext was not allowed to start 问题！]]></title><link>https://blog.csdn.net/m0_67009383/article/details/140497973</link><guid>https://blog.csdn.net/m0_67009383/article/details/140497973</guid><author>m0_67009383</author><pubDate>Wed, 17 Jul 2024 16:23:33 +0800</pubDate><description><![CDATA[在一些场景中，我们需需求是在浏览器使用音视频的自动播放功能。但是chrome浏览器在2018年4月起，就在浏览器上全面禁止了音视频的自动播放功能。不光是这样，在页面加载完毕的情况下，用户没有click、dbclick、touch等主动交互行为，使用js直接调用.play() 方法的话，chrome都会抛出此错误。由于是浏览器的限制，目前有两种解决方法。]]></description><category></category></item><item><title><![CDATA[桌面图标变白怎么处理方法！]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136398545</link><guid>https://blog.csdn.net/m0_67009383/article/details/136398545</guid><author>m0_67009383</author><pubDate>Fri, 01 Mar 2024 15:50:31 +0800</pubDate><description><![CDATA[3、打开任务管理器 找到 windows 资源管理器并点击 右键选择重新启动就好了。2、win + r 输入 %localappdata% 回车，如果窗口显示。那么根据提示路径打开文件，找到 lconCache.db 文件并删除。1、点击 此电脑，点击查看。]]></description><category></category></item><item><title><![CDATA[java 如何关闭自动更新]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136374404</link><guid>https://blog.csdn.net/m0_67009383/article/details/136374404</guid><author>m0_67009383</author><pubDate>Thu, 29 Feb 2024 16:23:53 +0800</pubDate><description><![CDATA[【代码】java 如何关闭自动更新。]]></description><category></category></item><item><title><![CDATA[main.ts中引入App.vue报错：Cannot find module ‘./App.vue‘ or its corresponding type declarations]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136339198</link><guid>https://blog.csdn.net/m0_67009383/article/details/136339198</guid><author>m0_67009383</author><pubDate>Wed, 28 Feb 2024 10:32:33 +0800</pubDate><description><![CDATA[main.ts中引入App.vue报错：Cannot find module ‘./App.vue‘ or its corresponding type declarations]]></description><category></category></item><item><title><![CDATA[Linux 中不小心删除了 root 文件夹改怎么办？]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136322015</link><guid>https://blog.csdn.net/m0_67009383/article/details/136322015</guid><author>m0_67009383</author><pubDate>Tue, 27 Feb 2024 14:48:33 +0800</pubDate><description><![CDATA[Linux 中不小心删除了 root 文件夹改怎么办？]]></description><category></category></item><item><title><![CDATA[docker 中 tomcat 容器中无法使用 ip、ping、ifconfig 命令]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136310237</link><guid>https://blog.csdn.net/m0_67009383/article/details/136310237</guid><author>m0_67009383</author><pubDate>Mon, 26 Feb 2024 22:28:53 +0800</pubDate><description><![CDATA[docker 在安装 tomcat 容器时是安装的基础版本，没有。]]></description><category></category></item><item><title><![CDATA[修改 Linux 服务器主机名]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136280199</link><guid>https://blog.csdn.net/m0_67009383/article/details/136280199</guid><author>m0_67009383</author><pubDate>Sun, 25 Feb 2024 11:25:35 +0800</pubDate><description><![CDATA[修改 Linux 服务器主机名]]></description><category></category></item><item><title><![CDATA[docker教程 ——安装]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136240830</link><guid>https://blog.csdn.net/m0_67009383/article/details/136240830</guid><author>m0_67009383</author><pubDate>Thu, 22 Feb 2024 18:21:55 +0800</pubDate><description><![CDATA[docker 安装（centos，Ubuntu），卸载，docker 安装Node、Nginx、Mysql、Portainer、jdk]]></description><category></category></item><item><title><![CDATA[关于 unable to resolve host 找不到主机名]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136220961</link><guid>https://blog.csdn.net/m0_67009383/article/details/136220961</guid><author>m0_67009383</author><pubDate>Wed, 21 Feb 2024 21:27:41 +0800</pubDate><description><![CDATA[关于  unable to resolve host 找不到主机名。]]></description><category></category></item><item><title><![CDATA[nvm list available 报 certificate has expired 【解决淘宝证书过期问题】]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136153426</link><guid>https://blog.csdn.net/m0_67009383/article/details/136153426</guid><author>m0_67009383</author><pubDate>Sun, 18 Feb 2024 16:01:46 +0800</pubDate><description><![CDATA[NVM 的安装路径 ===> 找到 settings.txt 文件进行修改然后保存就可以。1、将https改成http。：在 1 月 22 日，淘宝原镜像域名（）的 HTTPS 证书正式到期。]]></description><category></category></item><item><title><![CDATA[NVM 管理 Node.js]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136149105</link><guid>https://blog.csdn.net/m0_67009383/article/details/136149105</guid><author>m0_67009383</author><pubDate>Sun, 18 Feb 2024 15:25:28 +0800</pubDate><description><![CDATA[NVM]]></description><category></category></item><item><title><![CDATA[docker教程 —— 理论]]></title><link>https://blog.csdn.net/m0_67009383/article/details/136148865</link><guid>https://blog.csdn.net/m0_67009383/article/details/136148865</guid><author>m0_67009383</author><pubDate>Sun, 18 Feb 2024 11:36:24 +0800</pubDate><description><![CDATA[Docker 是一个用于开发，交付和运行应用程序的开放平台。Docker 使您能够将应用程序与基础架构分开，从而可以快速交付软件。借助 Docker，您可以与管理应用程序相同的方式来管理基础架构。通过利用 Docker 的方法来快速交付，测试和部署代码，您可以大大减少编写代码和在生产环境中运行代码之间的延迟。1、快速，一致地交付您的应用程序。3、在同一硬件上运行更多工作负载。2、响应式部署和扩展。]]></description><category></category></item></channel></rss>