<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>技术学习-其他 on Even - A super concise theme for Hugo</title>
    <link>http://localhost:1313/categories/%E6%8A%80%E6%9C%AF%E5%AD%A6%E4%B9%A0-%E5%85%B6%E4%BB%96/</link>
    <description>Recent content in 技术学习-其他 on Even - A super concise theme for Hugo</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 06 Oct 2023 00:00:00 +0000</lastBuildDate>
    <atom:link href="http://localhost:1313/categories/%E6%8A%80%E6%9C%AF%E5%AD%A6%E4%B9%A0-%E5%85%B6%E4%BB%96/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Scrum Master 培训个人笔记</title>
      <link>http://localhost:1313/posts/workspace/01-tech/other/scrummaster%E4%B9%8B%E5%9F%B9%E8%AE%AD%E4%B8%AA%E4%BA%BA%E7%AC%94%E8%AE%B0/</link>
      <pubDate>Fri, 06 Oct 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/other/scrummaster%E4%B9%8B%E5%9F%B9%E8%AE%AD%E4%B8%AA%E4%BA%BA%E7%AC%94%E8%AE%B0/</guid>
      <description>&lt;blockquote&gt;&#xA;&lt;p&gt;站在自己的角度总结培训笔记，保护隐私，来源不注明。&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;h1 id=&#34;why&#34;&gt;WHY&lt;/h1&gt;&#xA;&lt;p&gt;当前时代的挑战——乌卡VUCA（Volatility 易变性, Uncertainty 不确定性, Complexity 复杂性, Ambiguity 模糊性）&lt;/p&gt;</description>
    </item>
    <item>
      <title>SFTP基础学习</title>
      <link>http://localhost:1313/posts/workspace/01-tech/other/sftp%E5%AD%A6%E4%B9%A0/</link>
      <pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/other/sftp%E5%AD%A6%E4%B9%A0/</guid>
      <description>&lt;h1 id=&#34;概念知识&#34;&gt;概念知识&lt;/h1&gt;&#xA;&lt;h2 id=&#34;ftp-vs-sftp&#34;&gt;FTP vs SFTP&lt;/h2&gt;&#xA;&lt;p&gt;FTP(file transfer protocol)：&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Using the client/server model, FTP supports the direct transfer of files between your chosen FTP client and your web server.&#xA;by &lt;a href=&#34;https://kinsta.com/knowledgebase/ftp-vs-sftp/&#34;&gt;https://kinsta.com/knowledgebase/ftp-vs-sftp/&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;SFTP(ssh|secure file transfer protocol，安全文件传输协议): 实现功能和FTP一样，但是通过SSH（a secure channel）提供安全的文件传输。具体来说：the data moves between your FTP client and your web server is &lt;strong&gt;encrpted&lt;/strong&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>SSH学习</title>
      <link>http://localhost:1313/posts/workspace/01-tech/other/ssh%E5%AD%A6%E4%B9%A0/</link>
      <pubDate>Sun, 28 May 2023 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/other/ssh%E5%AD%A6%E4%B9%A0/</guid>
      <description>&lt;h1 id=&#34;概念知识&#34;&gt;概念知识&lt;/h1&gt;&#xA;&lt;p&gt;参考： &lt;a href=&#34;https://codecharms.me/posts/security-ssh&#34;&gt;https://codecharms.me/posts/security-ssh&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h2 id=&#34;ssh&#34;&gt;SSH&lt;/h2&gt;&#xA;&lt;p&gt;SSH (Secure Shell)是一种连接加密机制，能够保证我们在传送数据时，会先进行加密，并且只有通过认证的才能解密。使用的是&lt;strong&gt;公钥加密&lt;/strong&gt;技术&lt;/p&gt;&#xA;&lt;p&gt;属于client-server模型，要建立一个ssh连接的条件：&lt;/p&gt;</description>
    </item>
    <item>
      <title>认识编码</title>
      <link>http://localhost:1313/posts/workspace/01-tech/other/%E8%AE%A4%E8%AF%86%E7%BC%96%E7%A0%81/</link>
      <pubDate>Mon, 19 Dec 2022 00:00:00 +0000</pubDate>
      <guid>http://localhost:1313/posts/workspace/01-tech/other/%E8%AE%A4%E8%AF%86%E7%BC%96%E7%A0%81/</guid>
      <description>&lt;h1 id=&#34;概念&#34;&gt;概念&lt;/h1&gt;&#xA;&lt;p&gt;字符集 vs. 编码方式：编码方式就是将字符集里的字符&lt;strong&gt;映射&lt;/strong&gt;成可以被计算机识别的若干位二进制来表示。&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;对于一个字符集来说要正确编码转码一个字符需要三个关键元素：字库表（character repertoire）、编码字符集（coded character set）、字符编码（character encoding form）。&#xA;其中：字库表是一个相当于所有可读或者可显示字符的数据库，字库表决定了整个字符集能够展现表示的所有字符的范围。编码字符集，即用一个编码值code point来表示一个字符在字库中的位置。字符编码，将编码字符集和实际存储数值之间的转换关系。一般来说都会直接将code point的值作为编码后的值直接存储。例如在ASCII中A在表中排第65位，而编码后A的数值是0100 0001也即十进制的65的二进制转换结果。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
