
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>Chad&#39;s Blog</title>
      <link>https://www.ruoduan.cn/blog</link>
      <description>若端的个人技术实验室，记录前端、工程化、Node.js、Python 和探索实践。</description>
      <language>zh-cn</language>
      <managingEditor>z.ruoduan@gmail.com (Chad)</managingEditor>
      <webMaster>z.ruoduan@gmail.com (Chad)</webMaster>
      <lastBuildDate>Sun, 28 Feb 2021 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://www.ruoduan.cn/tags/web-other/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://www.ruoduan.cn/blog/http2</guid>
    <title>Nginx 开启 HTTP/2</title>
    <link>https://www.ruoduan.cn/blog/http2</link>
    <description>记、Nginx 开启 HTTP/2 HTTP 2.0即超文本传输协议 2.0，是下一代HTTP协议。是由互联网工程任务组（IETF）的Hypertext Transfer Protocol Bis (httpbis)工作小组进行开发。是自1999年http1.1发布后的首个更新。 HTTP/2 协议是从 SPDY 演变</description>
    <pubDate>Sun, 28 Feb 2021 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>web-other</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/webhooks自动化部署</guid>
    <title>webhooks自动化部署</title>
    <link>https://www.ruoduan.cn/blog/webhooks自动化部署</link>
    <description>缘起 最近用 Gatsby 写了一个个人 blog，link = http://new.ruoduan.cn/ 🙏🙏🙏 Star 发现 build 后体积太大，FTP 发文件 都要 10 几分钟，挑选来下自动化部署工具 🔧，本打算用jenkins 感觉有点重，而且学习成本较高。 看了一下觉得 使用 github</description>
    <pubDate>Fri, 10 Jan 2020 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>web-other</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/小程序云开发服务端-云函数-函数式编程-数据库取出数据突破限制</guid>
    <title>小程序云开发服务端(云函数-函数式编程)数据库取出数据突破限制</title>
    <link>https://www.ruoduan.cn/blog/小程序云开发服务端-云函数-函数式编程-数据库取出数据突破限制</link>
    <description>获取集合中的所有待办事项清单：因为有默认 limit 100 条的限制，因此很可能一个请求无法取出所有数据，需要分批次取： 步骤 1. 定义最大条数也就是 下面 👇 示 🌰 中的 MAXLIMIT 2. 获取数据总条数 countResult.total 3. 总条数 / MAXLIMIT 想上取整计算出 要取几次</description>
    <pubDate>Thu, 14 Nov 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>web-other</category>
  </item>

  <item>
    <guid>https://www.ruoduan.cn/blog/小程序数据监听-observers-避免赋值死循环</guid>
    <title>小程序数据监听(observers),避免赋值死循环</title>
    <link>https://www.ruoduan.cn/blog/小程序数据监听-observers-避免赋值死循环</link>
    <description>在小程序开发过程中，我们通过 observers 监听处理 properties 组件数学列表的过程中，免不了对 当前数据进行处理 在我们对监听的数据进行赋值时候，会造成死循环，其实这个问题在大多数框架中都有这个问题。 小栗子 🌰[错误示范] 小栗子 🌰[正确示范] [ ] 原因就是 playlist.playCo</description>
    <pubDate>Thu, 14 Nov 2019 00:00:00 GMT</pubDate>
    <author>z.ruoduan@gmail.com (Chad)</author>
    <category>web-other</category>
  </item>

    </channel>
  </rss>
