<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" 
  xmlns:content="http://purl.org/rss/1.0/modules/content/" 
  xmlns:dc="http://purl.org/dc/elements/1.1/" 
  xmlns:atom="http://www.w3.org/2005/Atom" 
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" 
  xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>教程 on 码农真经的博客</title>
    <link>https://blog.mzh.ren/zh/tags/%E6%95%99%E7%A8%8B/</link>
    <description>Recent content in 教程 on 码农真经的博客</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh</language>
    <managingEditor>mzhren1024@gmail.com (码农真经)</managingEditor>
    <webMaster>mzhren1024@gmail.com (码农真经)</webMaster>
    <copyright>&amp;copy;{year}, All Rights Reserved</copyright>
    <lastBuildDate>Sat, 29 Nov 2025 13:48:56 +0000</lastBuildDate>
    
        <atom:link href="https://blog.mzh.ren/zh/tags/%E6%95%99%E7%A8%8B/index.xml" rel="self" type="application/rss+xml" />
    
    
    
      <item>
        <title>Mac专属！手把手教你本地部署“卡卡字幕助手”，解决转录翻译所有问题</title>
        <link>https://blog.mzh.ren/zh/posts/2025/11/videocaptioner-macos-run/</link>
        <pubDate>Sat, 29 Nov 2025 13:48:56 +0000</pubDate>
        <author>mzhren1024@gmail.com (码农真经)</author>
        <atom:modified>Sat, 29 Nov 2025 13:48:56 +0000</atom:modified>
        <guid>https://blog.mzh.ren/zh/posts/2025/11/videocaptioner-macos-run/</guid>
        <description>&lt;p&gt;&lt;a href=&#34;https://zm.i8k.tv/download/video-captioner&#34;&gt;免费字幕软件一站式下载 - 字幕工具箱 - 字幕工具箱&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;前面给大家推荐的&lt;a href=&#34;https://github.com/WEIFENG2333/VideoCaptioner&#34;&gt;卡卡字幕助手 VideoCaptioner&lt;/a&gt;是一个非常强大的视频字幕生成工具，支持多种功能，如视频字幕生成、断句、校正和字幕翻译等。&lt;/p&gt;</description>
        
        <dc:creator>码农真经</dc:creator>
        
        
        
        
          
            
              <category>VideoCaptioner</category>
            
          
            
              <category>MacOS</category>
            
          
            
              <category>本地运行</category>
            
          
            
              <category>教程</category>
            
          
            
              <category>字幕生成</category>
            
          
        
        
        
      </item>
    
      <item>
        <title>找出网段中未被使用的IP地址</title>
        <link>https://blog.mzh.ren/zh/posts/2025/08/find-unused-ip/</link>
        <pubDate>Sun, 17 Aug 2025 20:59:07 +0000</pubDate>
        <author>mzhren1024@gmail.com (码农真经)</author>
        <atom:modified>Sun, 17 Aug 2025 20:59:07 +0000</atom:modified>
        <guid>https://blog.mzh.ren/zh/posts/2025/08/find-unused-ip/</guid>
        <description>&lt;p&gt;找出网段中未被使用的IP地址是一个很常见的网络管理任务，通常称为“IP地址扫描”或“ping扫描”。这里有几种方法，从简单到专业，您可以根据自己的情况选择。&lt;/p&gt;</description>
        
        <dc:creator>码农真经</dc:creator>
        
        
        
        
          
            
              <category>网络管理</category>
            
          
            
              <category>IP地址</category>
            
          
            
              <category>扫描</category>
            
          
            
              <category>工具</category>
            
          
            
              <category>教程</category>
            
          
        
        
        
      </item>
    
      <item>
        <title>微信小程序入门教程之二：页面样式</title>
        <link>https://blog.mzh.ren/zh/posts/2020/10/2020-10-27-wechat-miniprogram-tutorial-part-two/</link>
        <pubDate>Tue, 27 Oct 2020 00:00:00 +0000</pubDate>
        <author>mzhren1024@gmail.com (码农真经)</author>
        <atom:modified>Tue, 27 Oct 2020 00:00:00 +0000</atom:modified>
        <guid>https://blog.mzh.ren/zh/posts/2020/10/2020-10-27-wechat-miniprogram-tutorial-part-two/</guid>
        <description>&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;作者：&lt;a href=&#34;http://www.ruanyifeng.com/blog/&#34;&gt;阮一峰&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;原文链接：&lt;a href=&#34;http://www.ruanyifeng.com/blog/2020/10/wechat-miniprogram-tutorial-part-two.html&#34;&gt;微信小程序入门教程之二：页面样式&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;这个系列的&lt;a href=&#34;http://www.ruanyifeng.com/blog/2020/10/wechat-miniprogram-tutorial-part-one.html&#34;&gt;上一篇教程&lt;/a&gt;，教大家写了一个最简单的 Hello world 微信小程序。&lt;/p&gt;
&lt;p&gt;但是，那只是一个裸页面，并不好看。今天接着往下讲，如何为这个页面添加样式，使它看上去更美观，教大家写出实际可以使用的页面。&lt;/p&gt;</description>
        
        <dc:creator>码农真经</dc:creator>
        
        
        
        
          
            
              <category>app</category>
            
          
            
              <category>微信小程序</category>
            
          
            
              <category>教程</category>
            
          
            
              <category>ruanyifeng</category>
            
          
        
        
          
            
              <category>教程</category>
            
          
            
              <category>info</category>
            
          
        
        
      </item>
    
      <item>
        <title>微信小程序入门教程之一：初次上手</title>
        <link>https://blog.mzh.ren/zh/posts/2020/10/2020-10-26-wechat-miniprogram-tutorial-part-one/</link>
        <pubDate>Mon, 26 Oct 2020 00:00:00 +0000</pubDate>
        <author>mzhren1024@gmail.com (码农真经)</author>
        <atom:modified>Mon, 26 Oct 2020 00:00:00 +0000</atom:modified>
        <guid>https://blog.mzh.ren/zh/posts/2020/10/2020-10-26-wechat-miniprogram-tutorial-part-one/</guid>
        <description>&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;作者：&lt;a href=&#34;http://www.ruanyifeng.com/blog/&#34;&gt;阮一峰&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;原文链接：&lt;a href=&#34;http://www.ruanyifeng.com/blog/2020/10/wechat-miniprogram-tutorial-part-one.html&#34;&gt;微信小程序入门教程之一：初次上手&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;微信是中国使用量最大的手机 App 之一，日活跃用户超过3亿，月活跃用户超过11亿（&lt;a href=&#34;http://www.xinhuanet.com/info/2020-01/10/c_138692663.htm&#34;&gt;2019年底统计&lt;/a&gt;），市场极大。&lt;/p&gt;
&lt;p&gt;&lt;img src=&#34;https://blog.mzh.ren/zh/posts/2020/10/2020-10-26-wechat-miniprogram-tutorial-part-one/images/bg2020092908.jpg&#34; alt=&#34;&#34;&gt;&lt;/p&gt;
&lt;p&gt;2017年，微信正式推出了小程序，允许外部开发者在微信内部运行自己的代码，开展业务。这引发了热烈反响，截止2020年6月，小程序数量已经超过了&lt;a href=&#34;https://www.sohu.com/a/414519022_116132&#34;&gt;550万个&lt;/a&gt;。&lt;/p&gt;</description>
        
        <dc:creator>码农真经</dc:creator>
        
        
        
        
          
            
              <category>微信小程序</category>
            
          
            
              <category>教程</category>
            
          
            
              <category>ruanyifeng</category>
            
          
        
        
          
            
              <category>info</category>
            
          
        
        
      </item>
    
      <item>
        <title>函数式编程入门教程</title>
        <link>https://blog.mzh.ren/zh/posts/2020/07/2020-07-15-fp-tutorial/</link>
        <pubDate>Wed, 15 Jul 2020 00:00:00 +0000</pubDate>
        <author>mzhren1024@gmail.com (码农真经)</author>
        <atom:modified>Wed, 15 Jul 2020 00:00:00 +0000</atom:modified>
        <guid>https://blog.mzh.ren/zh/posts/2020/07/2020-07-15-fp-tutorial/</guid>
        <description>&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;作者：&lt;a href=&#34;http://www.ruanyifeng.com/blog/&#34;&gt;阮一峰&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;原文链接：&lt;a href=&#34;https://www.ruanyifeng.com/blog/2017/02/fp-tutorial.html&#34;&gt;函数式编程入门教程&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;你可能听说过函数式编程（Functional programming），甚至已经使用了一段时间。&lt;/p&gt;
&lt;p&gt;但是，你能说清楚，它到底是什么吗？&lt;/p&gt;</description>
        
        <dc:creator>码农真经</dc:creator>
        
        
        
        
          
            
              <category>函数式</category>
            
          
            
              <category>教程</category>
            
          
            
              <category>ruanyifeng</category>
            
          
        
        
          
            
              <category>代码</category>
            
          
            
              <category>教程</category>
            
          
        
        
      </item>
    
      <item>
        <title>傻瓜函数式编程</title>
        <link>https://blog.mzh.ren/zh/posts/2020/05/2020-05-06-functional-programming-for-the-rest-of-us/</link>
        <pubDate>Wed, 06 May 2020 00:00:00 +0000</pubDate>
        <author>mzhren1024@gmail.com (码农真经)</author>
        <atom:modified>Wed, 06 May 2020 00:00:00 +0000</atom:modified>
        <guid>https://blog.mzh.ren/zh/posts/2020/05/2020-05-06-functional-programming-for-the-rest-of-us/</guid>
        <description>&lt;blockquote&gt;
&lt;ul&gt;
&lt;li&gt;原文链接：&lt;a href=&#34;http://www.defmacro.org/2006/06/19/fp.html&#34;&gt;Functional Programming For The Rest of Us | defmacro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;翻译链接：&lt;a href=&#34;https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn/blob/master/FunctionalProgrammingForTheRestOfUs.cn.md&#34;&gt;Functional-Programming-For-The-Rest-of-Us-Cn/FunctionalProgrammingForTheRestOfUs.cn.md at master · justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/blockquote&gt;
&lt;p&gt;2006年6月19日，星期一&lt;/p&gt;
&lt;h3 id=&#34;开篇&#34;&gt;&lt;a href=&#34;https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn/blob/master/FunctionalProgrammingForTheRestOfUs.cn.md#%E5%BC%80%E7%AF%87&#34;&gt;&lt;/a&gt;开篇&lt;/h3&gt;
&lt;p&gt;我们这些码农做事都是很拖拉的。每天例行报到后，先来点咖啡，看看邮件还有RSS订阅的文章。然后翻翻新闻还有那些技术网站上的更新，再过一遍编程论坛口水区里那些无聊的论战。最后从头把这些再看一次以免错过什么精彩的内容。然后就可以吃午饭了。饭饱过后，回来盯着IDE发一会呆，再看看邮箱，再去搞杯咖啡。光阴似箭，可以回家了……&lt;/p&gt;</description>
        
        <dc:creator>码农真经</dc:creator>
        
        
        
        
          
            
              <category>函数式</category>
            
          
            
              <category>教程</category>
            
          
        
        
          
            
              <category>代码</category>
            
          
        
        
      </item>
    
  </channel>
</rss>