<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>shenle_blogs</title>
      <link>https://2575451471.github.io</link>
      <description>最近的10条笔记 on shenle_blogs</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>index</title>
    <link>https://2575451471.github.io/</link>
    <guid>https://2575451471.github.io/</guid>
    <description><![CDATA[ 欢迎来到 shenle_blogs 这是我的博客主页。 . ]]></description>
    <pubDate>Wed, 06 May 2026 12:13:49 GMT</pubDate>
  </item><item>
    <title>proteus_snake_pswd小记</title>
    <link>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/proteus_snake_pswd%E5%B0%8F%E8%AE%B0</link>
    <guid>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/proteus_snake_pswd%E5%B0%8F%E8%AE%B0</guid>
    <description><![CDATA[ 贪吃蛇代码 硬件连接 硬件功能引脚说明点阵列端口P08位列选，低电平有效（共阴）74HC595P3^6 (SH_CP)移位时钟74HC595P3^5 (ST_CP)存储时钟（锁存）74HC595P3^4 (DS)串行数据方向按键P2^7上，按键按下为低电平方向按键P2^6下，按键按下为低电平方向按键P2^5左，按键按下为低电平方向按键P2^4右，按键按下为低电平外部中断0P3^2 (INT0)用于重启游戏，下降沿触发 定义 #define COL_PORT P0 // 点阵列端口（共阴，低电平有效） P0连接点阵的列线，共阴极，低电平时点亮对应的列。 sbit SH_CP = P3^6; //... ]]></description>
    <pubDate>Sat, 14 Feb 2026 11:55:00 GMT</pubDate>
  </item><item>
    <title>HTML+css+js学习</title>
    <link>https://2575451471.github.io/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/HTML+css+js%E5%AD%A6%E4%B9%A0</link>
    <guid>https://2575451471.github.io/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/HTML+css+js%E5%AD%A6%E4%B9%A0</guid>
    <description><![CDATA[  为了博客自定义设计，来系统学习下相关的HTML+css+js语法 只是一个简单的语法了解 [toc] HTML语法学习 html5(HyperText Markup Language/超文本标记语言) 网页的[结构]和[内容] (网页的骨架) 后缀html,htm 基础 &lt;h1&gt;这是一个标题&lt;/h1&gt; &lt;p&gt;这是一个段落&lt;/p&gt; &lt;a href=&quot;www.cnblogs.com/shenleblog/&quot;&gt;这是一个链接&lt;/a&gt; &lt;img src=&quot;www.runoob.com/wp-co... ]]></description>
    <pubDate>Tue, 20 Jan 2026 10:39:00 GMT</pubDate>
  </item><item>
    <title>cnblog批量上传图片脚本小记</title>
    <link>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/cnblog%E6%89%B9%E9%87%8F%E4%B8%8A%E4%BC%A0%E5%9B%BE%E7%89%87%E8%84%9A%E6%9C%AC%E5%B0%8F%E8%AE%B0</link>
    <guid>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/cnblog%E6%89%B9%E9%87%8F%E4%B8%8A%E4%BC%A0%E5%9B%BE%E7%89%87%E8%84%9A%E6%9C%AC%E5%B0%8F%E8%AE%B0</guid>
    <description><![CDATA[  # 原因 在博客园后台没发现能一次性上传多张图片的选项，功能 在vsc的插件里面也得每次先复制到粘贴板，再快捷键复制一张 之前某些情况上传需要上传多张图片，都是一张一张传的， 希望下次能有个简便的方法，所以用 ai 写了个py脚本 （非专业,ai生成较为臃肿） 依赖 脚本依赖 pip install requests #用来发送HTTP POST请求 链接博客园需要metaweblog访问令牌（博客园设置最下方） ) 测试脚本 测试能否成功连接博客园，顺便查看下自己的博客id import xmlrpc.client # 请将以下变量替换为你的真实凭证 API_URL = &quot;&qu... ]]></description>
    <pubDate>Fri, 16 Jan 2026 15:45:00 GMT</pubDate>
  </item><item>
    <title>proteus_51实验小记</title>
    <link>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/proteus_51%E5%AE%9E%E9%AA%8C%E5%B0%8F%E8%AE%B0</link>
    <guid>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/proteus_51%E5%AE%9E%E9%AA%8C%E5%B0%8F%E8%AE%B0</guid>
    <description><![CDATA[  实验六)) 元件 6116：2KB RAM，地址线 A0A10（11 根）、数据线 D0D7、控制端{WE}（写）、{OE}（读）、{CS}（片选）。 2716：2KB EPROM，地址线 A0A10、数据线 D0D7、控制端{OE}（读）、{CE}（片选）。 AT89C51：P0 口（地址 / 数据复用，需接锁存器 74HC573）、P2 口（高 8 位地址）。 连线 给 6116 和 2716 分配互不重叠的地址空间 eg:以 “6116 地址：0x20000x27FF；2716 地址：0x30000x37FF” 地址锁存 （P0 口→74HC573）： AT89C51 的ALE（地址锁... ]]></description>
    <pubDate>Wed, 10 Dec 2025 15:02:00 GMT</pubDate>
  </item><item>
    <title>vsc_backgroud_css小记</title>
    <link>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/vsc_backgroud_css%E5%B0%8F%E8%AE%B0</link>
    <guid>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/vsc_backgroud_css%E5%B0%8F%E8%AE%B0</guid>
    <description><![CDATA[  突然想给vsc背景加张图片 下载了 Custom CSS and JS Loader的插件 这个插件专门用来加载自定义的css和js文件 然后用ai写了个css文件 /* VS Code背景图：左下角局部显示 + 低存在感 */ body { /* ./images/3084836-20251207204854564-1083380884.png */ background-image: url(&quot;./images/3084836-20251207201446453-1671085419.jpg&quot;); background-size: 30% auto; /* 图片宽度占... ]]></description>
    <pubDate>Sun, 07 Dec 2025 16:16:00 GMT</pubDate>
  </item><item>
    <title>ros2+gazebo学习</title>
    <link>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/ros2+gazebo%E5%AD%A6%E4%B9%A0</link>
    <guid>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/ros2+gazebo%E5%AD%A6%E4%B9%A0</guid>
    <description><![CDATA[  &gt; 换环境了，这块不看了 ros2 1.2 wsl安装ros2 一键安装 wget fishros.com/install -O fishros &amp;&amp; bash fishros 1.3 运行你的第一个机器人 demo ros2 run turtlesim turtlesim_node ros2:主命令,调用ROS2框架提供的各种功能 run:ROS2的运行子命令，用于启动ROS2节点 turtlesim:指定要运行的ROS2功能包 turtlesim_node:指定要运行的ROS2功能包中的节点(可执行文件) [INFO] [1765116673.400203981] ... ]]></description>
    <pubDate>Sat, 06 Dec 2025 09:38:00 GMT</pubDate>
  </item><item>
    <title>数电交通信号灯_proteus</title>
    <link>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/%E6%95%B0%E7%94%B5%E4%BA%A4%E9%80%9A%E4%BF%A1%E5%8F%B7%E7%81%AF_proteus</link>
    <guid>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/%E6%95%B0%E7%94%B5%E4%BA%A4%E9%80%9A%E4%BF%A1%E5%8F%B7%E7%81%AF_proteus</guid>
    <description><![CDATA[  - - -)) 设计任务 1）控制器采用1Hz信号信号作为时钟信号； 2）控制器具有异步复位端，复位时系统复位到00； 3）十字路口在SN方向和EW方向各有红、绿、黄三盏灯。 设SN方向、EW方向红、绿、黄三盏灯按序亮一个周期需要40s。 SN直行方向：绿灯亮（17秒）→黄灯亮（3秒）→红灯亮20秒， EW方向：红灯亮（20秒）→绿灯亮（17秒）→黄灯亮（3秒）， 4）当通行灯、禁行灯亮的最后9秒，采用一位数码管倒计时显示时间 5）黄灯闪烁亮3秒。 1. ]]></description>
    <pubDate>Tue, 02 Dec 2025 16:09:00 GMT</pubDate>
  </item><item>
    <title>hexo配置小记</title>
    <link>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/hexo%E9%85%8D%E7%BD%AE%E5%B0%8F%E8%AE%B0</link>
    <guid>https://2575451471.github.io/%E4%BB%A3%E7%A0%81%E5%B0%8F%E8%AE%B0/hexo%E9%85%8D%E7%BD%AE%E5%B0%8F%E8%AE%B0</guid>
    <description><![CDATA[  --- title: &quot;hexo配置小记&quot; date: &quot;2025-02-15 05:56:44&quot; tags: &quot;小记&quot; hidden: false top: false layout: post 流程 安装nodejs、npm (安装nodejs会自动安装npm) nodjs安装地址 winget install --id OpenJS.NodeJS -e --source winget --location &quot;E:\apps\Nodejs&quot; #命令行安装 node -v # 查看nodejs版本 npm -v... ]]></description>
    <pubDate>Fri, 14 Feb 2025 21:56:00 GMT</pubDate>
  </item><item>
    <title>C++学习</title>
    <link>https://2575451471.github.io/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/C++%E5%AD%A6%E4%B9%A0</link>
    <guid>https://2575451471.github.io/%E7%BC%96%E7%A8%8B%E8%AF%AD%E8%A8%80/C++%E5%AD%A6%E4%B9%A0</guid>
    <description><![CDATA[  # 引入 根据菜鸟教程学习，供自用 打印hello world #include &lt;iostream&gt; using namespace std; int main() { cout &lt;&lt; &quot;Hello World&quot; &lt;&lt; &quot;\n&quot;; return 0; } 现象 PS C:\Users\86177&gt; cd &quot;d:\DeskTop\cppstudy\&quot; ; if ($?) { g++ -std=c++11 hello.cpp -o a.exe } ; if ($?) { ./a.exe } H... ]]></description>
    <pubDate>Sat, 11 Jan 2025 08:03:00 GMT</pubDate>
  </item>
    </channel>
  </rss>