<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>NotionNext BLOG</title>
        <link>https://notion.hobee.me/</link>
        <description>这是一个由NotionNext生成的站点</description>
        <lastBuildDate>Wed, 11 Oct 2023 10:39:48 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>https://github.com/jpmonette/feed</generator>
        <language>zh-CN</language>
        <copyright>All rights reserved 2023, Hobee</copyright>
        <item>
            <title><![CDATA[迁移｜蓝桥杯 历届真题 日期问题]]></title>
            <link>https://notion.hobee.me/article/old-lanqiaocup-date-problem</link>
            <guid>https://notion.hobee.me/article/old-lanqiaocup-date-problem</guid>
            <pubDate>Sat, 18 Apr 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[迁移自旧站]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-7955ad5470e64442a637203a9c91fca7"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><blockquote class="notion-quote notion-block-602e2896b6b5468fb38021d1fdffebb4"><div>由原站迁移，部分图片/排版可能无法正常显示</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-708b7256e7f243b597038e792962e77e" data-id="708b7256e7f243b597038e792962e77e"><span><div id="708b7256e7f243b597038e792962e77e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#708b7256e7f243b597038e792962e77e" title="1.题目"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.<b>题目</b></span></span></h2><div class="notion-text notion-block-408ac98029e843fc84d1ab6af30c466c">原题<a target="_blank" rel="noopener noreferrer" class="notion-link" href="http://lx.lanqiao.cn/problem.page?gpid=T443">传送门</a></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-9a331c0fd03b4c95a74478eb3a736618" data-id="9a331c0fd03b4c95a74478eb3a736618"><span><div id="9a331c0fd03b4c95a74478eb3a736618" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9a331c0fd03b4c95a74478eb3a736618" title="问题描述"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>问题描述</b></span></span></h3><div class="notion-text notion-block-e2098c2dfb23423b9a85241c34f45021">小明正在整理一批历史文献。这些历史文献中出现了很多日期。小明知道这些日期都在1960年1月1日至2059年12月31日。令小明头疼的是，这些日期采用的格式非常不统一，有采用年/月/日的，有采用月/日/年的，还有采用日/月/年的。更加麻烦的是，年份也都省略了前两位，使得文献上的一个日期，存在很多可能的日期与其对应。</div><div class="notion-text notion-block-7c0e0995cf1c4233ac7cfbdb2d7fd434">比如02/03/04，可能是2002年03月04日、2004年02月03日或2004年03月02日。</div><div class="notion-text notion-block-0c53d681ecb94942a13235352b6c259b">给出一个文献上的日期，你能帮助小明判断有哪些可能的日期对其对应吗？</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-cd05eab466e545219d4e1c3ec86dc6a1" data-id="cd05eab466e545219d4e1c3ec86dc6a1"><span><div id="cd05eab466e545219d4e1c3ec86dc6a1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#cd05eab466e545219d4e1c3ec86dc6a1" title="输入格式"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>输入格式</b></span></span></h3><div class="notion-text notion-block-5be1ca4d6a2242e8b9fcfafb384cacf7">一个日期，格式是&quot;AA/BB/CC&quot;。 (0 &lt;= A, B, C &lt;= 9)</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-96195e716b744683a554d77aaa91eaf6" data-id="96195e716b744683a554d77aaa91eaf6"><span><div id="96195e716b744683a554d77aaa91eaf6" class="notion-header-anchor"></div><a class="notion-hash-link" href="#96195e716b744683a554d77aaa91eaf6" title="输出格式"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>输出格式</b></span></span></h3><div class="notion-text notion-block-71858f30202b43fa91cbee96b63c4762">输出若干个不相同的日期，每个日期一行，格式是&quot;YYYY-MM-DD&quot;。多个日期按从早到晚排列。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-6869608526404d9e93d153e37a1b75ed" data-id="6869608526404d9e93d153e37a1b75ed"><span><div id="6869608526404d9e93d153e37a1b75ed" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6869608526404d9e93d153e37a1b75ed" title="样例输入"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>样例输入</b></span></span></h3><div class="notion-text notion-block-66ca072ddbbf4bbab89607645f4c1129">02/03/04</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-617b158d37a648c4b93fa94b0b985aff" data-id="617b158d37a648c4b93fa94b0b985aff"><span><div id="617b158d37a648c4b93fa94b0b985aff" class="notion-header-anchor"></div><a class="notion-hash-link" href="#617b158d37a648c4b93fa94b0b985aff" title="样例输出"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>样例输出</b></span></span></h3><div class="notion-text notion-block-49ecb5878413432480796c4c9a9079af">2002-03-04</div><div class="notion-text notion-block-4c7bee7ab7bd490895d2391b32693d67">2004-02-03</div><div class="notion-text notion-block-e92a2d5e738d46e5b324e5292b1136f7">2004-03-02</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-0f26c8c36138480dadc3afe8d5fb5c4c" data-id="0f26c8c36138480dadc3afe8d5fb5c4c"><span><div id="0f26c8c36138480dadc3afe8d5fb5c4c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0f26c8c36138480dadc3afe8d5fb5c4c" title="数据规模和约定"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>数据规模和约定</b></span></span></h3><div class="notion-text notion-block-886c98bbb0d444f39ed00e36e04533da">峰值内存消耗（含虚拟机） &lt; 256M</div><div class="notion-text notion-block-39f150807df946638119aa425cf696bf">CPU消耗 &lt; 1000ms</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-8d4c4fe51a0a44d98a6ae04db28b81ad" data-id="8d4c4fe51a0a44d98a6ae04db28b81ad"><span><div id="8d4c4fe51a0a44d98a6ae04db28b81ad" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8d4c4fe51a0a44d98a6ae04db28b81ad" title="2.思路"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.<b>思路</b></span></span></h2><div class="notion-text notion-block-93c4b14c12b74524826609ead53b80fa">读完题后其实思路还是蛮清晰的，不过就是 读入-&gt;判断是否合法-&gt;输出 就大功告成了。</div><div class="notion-text notion-block-b5fc3510d71a4ae0a0565eff3318de6b">读入数据Python有split()方法，很好搞定。判断的话分三种情况，按题目所说将不同的情况分别进行判断，合法的用列表记录下来，不合法的就跳过。为了保证日期不重复，就在三种情况都判断完之后，将列表转换为集合进行去重。最后按顺序输出就再转换回列表并sort一下。这里因为日期是符合字典序的顺序排列的，所以可以直接sort，而不用自己再写一个排序函数了。</div><div class="notion-text notion-block-347ebf5c74fe4164bffddf9a69d880de">不过需要注意，既然是处理日期，就要判断某个月是30天还是31天，是不是闰年也要特殊判断。我们在补全年份的时候要注意，由于给定的日期是有范围的，所以要根据不同的情况加上不同的前缀。大于等于60的时候补‘19’，小于‘60’的时候补‘20’.</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-1374854df7e0436abd2480c61d0159ca" data-id="1374854df7e0436abd2480c61d0159ca"><span><div id="1374854df7e0436abd2480c61d0159ca" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1374854df7e0436abd2480c61d0159ca" title="3.代码"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.<b>代码</b></span></span></h2><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-311cf78d89a449508f8a7efd513de8f9" data-id="311cf78d89a449508f8a7efd513de8f9"><span><div id="311cf78d89a449508f8a7efd513de8f9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#311cf78d89a449508f8a7efd513de8f9" title="4.避坑"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">4.<b>避坑</b></span></span></h2><div class="notion-text notion-block-5965a257d6574d8e935151db3dad9f14">这个题看上去十分简单，思路也很清晰，但往往这样的题都是笑里藏刀，果不其然，这题的数据确实有点东西。我在提交之后只得了87分，也就是差一个点没有过，但我实在想不到哪里出问题了，在看了好多题解之后（csdn上好多博主真的只给代码，不给解释，我看着就头大。虽然我这个代码没有解释，但思路和避坑足够你a题了），终于明白了问题所在：‘00’。‘00’这个数据只有在用作年份的时候合法，比如‘2000’年，但用作月份和日子都是不合法的。而我之前的程序对‘00’没有特殊判断，所以会输出3个日期，这显然是不合理的。</div><div class="notion-text notion-block-0d353a07f6ed4e13b98f126e7262321e">于是我赶紧将<code class="notion-inline-code">check</code>函数第一行加上了对‘00’的判断，于是AC了。</div><div class="notion-blank notion-block-a634eed8bdda41889d5557b44c865ac3"> </div><div class="notion-callout notion-gray_background_co notion-block-8b31ce857c0249aa8cdcb96db333ba7f"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">对本文有任何建议，欢迎邮件联系 support@hobee.me</div></div><div class="notion-blank notion-block-18c24097031545df94dd027b1697b786"> </div><div class="notion-blank notion-block-2f83cf7c777e4081ae8400fa99e27076"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[迁移｜什么是物联网平台]]></title>
            <link>https://notion.hobee.me/article/old-what-is-iot</link>
            <guid>https://notion.hobee.me/article/old-what-is-iot</guid>
            <pubDate>Tue, 21 Jul 2020 00:00:00 GMT</pubDate>
            <description><![CDATA[迁移自旧站]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-611c8e94bea14b61aeb3884f6bcb9632"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><blockquote class="notion-quote notion-block-0a500cc14efb4fd8aaab36aa276d6d47"><div>由原站迁移，部分图片/排版可能无法正常显示</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-69eb871158ac4813ae7f5aeb1283c6a1" data-id="69eb871158ac4813ae7f5aeb1283c6a1"><span><div id="69eb871158ac4813ae7f5aeb1283c6a1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#69eb871158ac4813ae7f5aeb1283c6a1" title="1.写在前面"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>1.写在前面</b></span></span></h2><div class="notion-text notion-block-faee4e91b8824666ad6b7e84a37640a3">最近放暑假，我一个偶然的机会接触到物联网、物联网平台及其应用，进行简单的了解之后觉得很有意思，就想写一个系列来完整介绍一下物联网的情况。</div><div class="notion-text notion-block-93a89b2857f8449c856de899da94e874">现在网上的解释都十分高大上，让人感觉物联网是十分高精尖的技术，离普通老百姓很远。但事实恰恰相反，我们现在每个人家中几乎都有物联网设备，只是很多人没有感觉罢了，我结合自己的理解，争取用最简洁的语言来介绍物联网到底是个什么鬼。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-763b2519409540a3bab5e0bba27a9df9" data-id="763b2519409540a3bab5e0bba27a9df9"><span><div id="763b2519409540a3bab5e0bba27a9df9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#763b2519409540a3bab5e0bba27a9df9" title="2.什么是物联网"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2.什么是物联网</b></span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-ac9a4b90a26043bfaab45ab283657571" data-id="ac9a4b90a26043bfaab45ab283657571"><span><div id="ac9a4b90a26043bfaab45ab283657571" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ac9a4b90a26043bfaab45ab283657571" title="2.2 定义"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2.2 定义</b></span></span></h3><div class="notion-text notion-block-30eb29107a4143ed9b74d0d83a4779d8">首先看一下<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://baike.baidu.com/item/%E7%89%A9%E8%81%94%E7%BD%91">百度百科</a>对物联网的定义：</div><blockquote class="notion-quote notion-block-e81fd8dd157e40c995c3326f7b5e9e63"><div>物联网是通过射频识别、红外感应器、全球定位系统、激光扫描器等信息传感设备，按约定的协议，把任何物品与互联网相连接，进行信息交换和通信，以实现对物品的智能化识别、定位、跟踪、监控和管理的一种网络。</div><ul class="notion-list notion-list-disc notion-block-6643f1c8deeb489d92389b9f09bf5f89"><li>百度百科</li></ul></blockquote><div class="notion-text notion-block-6b4ab6cf1f2a4eff88dff099571aa933">说了一大堆，其实就是想说物联网是通过各种传感器和协议，将物品和互联网相连并进行一定的信息传输，实现远程操作的技术。再概括一下就是物联网是“万物互联的网络”，原来的互联网时代实现的是人人之间的信息交换，而物联网时代将要实现的是人物、物物之间的信息交换。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-b82c5d03d36649d398402a5d9da65c92" data-id="b82c5d03d36649d398402a5d9da65c92"><span><div id="b82c5d03d36649d398402a5d9da65c92" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b82c5d03d36649d398402a5d9da65c92" title="2.3 应用"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2.3 应用</b></span></span></h3><div class="notion-text notion-block-4de51d72375247dd967c116382a5f0a0">物联网技术可以应用在生活的方方面面，包括工业、农业、环境、交通等等，物联网的加入极大的推进了这些产业的发展。另外，在居家、教育、医疗等老百姓常见的生活场景上，物联网的应用也是极大的改变了原有的生活方式。</div><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-ea3b33a567f94308b2ad94e45b6e1acc" data-id="ea3b33a567f94308b2ad94e45b6e1acc"><span><div id="ea3b33a567f94308b2ad94e45b6e1acc" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ea3b33a567f94308b2ad94e45b6e1acc" title="2.3.1 智慧交通"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2.3.1 智慧交通</b></span></span></h4><div class="notion-text notion-block-7e26c0d31a5648c58ed4ca90d623ab20">现在几乎每个人出行都会带上一个GPS（车载或手机），当手机使用高德地图并且接入互联网的时候，我们的出行工具就变成了一个简易的物联网设备。它可以发送我们的位置信息，并接收前方的交通流量信息，判断是否产生拥堵、是否需要换路等等，这完全符合物联网技术中识别、交换、处理信息的定义。</div><div class="notion-text notion-block-53a0fff68d294693864360a38d537f4c">值得注意的是，我们获取的信息是否拥堵、是否需要换道这种经过计算分析之后的信息，而非前方路段有多少车这种描述性信息，因此这个过程中的运算是在云端完成的，也就是我们常说的云计算技术。相反的，如果我们接收到的是描述性的信息并在自己的设备上进行处理，这就是边缘计算技术。如果是收集到信息，先处理再发往云端汇集，这就是云边协同技术。（这是高度概括而言的，真正的云计算、边缘计算、云边协同技术要比这复杂很多）</div><h4 class="notion-h notion-h3 notion-h-indent-2 notion-block-d665d81dbe1d41c09d54947e067ab406" data-id="d665d81dbe1d41c09d54947e067ab406"><span><div id="d665d81dbe1d41c09d54947e067ab406" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d665d81dbe1d41c09d54947e067ab406" title="2.3.2 智慧家居"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2.3.2 智慧家居</b></span></span></h4><div class="notion-text notion-block-edd560e9b15245afa136eb89d17433a5">智能家具在前几年就出现了，这几年的发展更是突飞猛进。智能家具的产品布局是十分广泛的，以米家产品线为例，小到米家智能台灯、米家智能插座，大到小米智能电视、小米智能冰箱、小米智能洗衣机等等，几乎所有智能家具产品都可以看到物联网的身影。</div><div class="notion-text notion-block-f2f45833a0264c8da2a9857fec2a3fea">结合米家APP，我们可以很轻松的实现对物联网设备的接入、监管和控制，甚至实现一些设备之间的联动。比如在你下班回家之前帮你烧好水、开好空调，在你离开家后自动开始扫地等等，这些都是现代生活中比较常见的智能场景。随着人工智能、物联网技术的不断发展，人类认知水平的不断提高，会有越来越多的物联网设备进入家中，也会有更加智能化的场景出现。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-043736ffcc8e47ddbe2cafcc69dd5169" data-id="043736ffcc8e47ddbe2cafcc69dd5169"><span><div id="043736ffcc8e47ddbe2cafcc69dd5169" class="notion-header-anchor"></div><a class="notion-hash-link" href="#043736ffcc8e47ddbe2cafcc69dd5169" title="2.4 瓶颈"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>2.4 瓶颈</b></span></span></h3><div class="notion-text notion-block-bc042d2258304157abf06395d8dedfbb">物联网发展到现在，技术进步的同时也出现了很多问题。其中最复杂、最难解决的问题就是协议、标准的不统一，物联网终端说白了就是一个传感器（这里没有任何贬低的意思），按理说学过C++的人都可以进行开发，这也就意味着这个行业的门槛很低，而基于数据安全考虑，每个厂商都有一套自己的传输方式、传递协议，并且没有一个可以独当一面、确定行业标准的大厂，复杂多样的协议就因此而生。随着进一步的发展，这种百花齐放的协议、接口逐渐褪去红利，成为了阻碍行业前进的最大问题。</div><div class="notion-text notion-block-702fcb16ab524f099bba7d19fcc7bd76">其他一些问题包括成本高、安全性不足等等虽然也是物联网进步的障碍，但与协议比起来，还是比较容易解决的。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-8c229248c6264d3e8ff33c745f5526a5" data-id="8c229248c6264d3e8ff33c745f5526a5"><span><div id="8c229248c6264d3e8ff33c745f5526a5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8c229248c6264d3e8ff33c745f5526a5" title="3.什么是物联网平台"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>3.什么是物联网平台</b></span></span></h2><div class="notion-text notion-block-3d010cf827be42f0870119239f7d8c47">既然了解了什么是物联网，那物联网平台也就比较好理解了。</div><div class="notion-text notion-block-37d607288e82425e8ca349b497ec5469">说简单一点，其实刚刚智慧家居中提到的米家APP就可以理解为一个简单的物联网平台，实现了不同种类、不同型号的物联网设备的接入，并且可以通过网关实现对设备状态、信息的获取，还可以在不接触的设备的情况下实现对设备的远程操控。以上差不多涵盖了一个合格的物联网平台要实现的大部分功能，另外自动运维、设备数据的断点续传等等功能，属于物联网平台锦上添花的功能。</div><div class="notion-text notion-block-c195153557444989849996d755bb4fd4">自动运维指的是设备可以远程升级（就是我们常说的OTA），以手机为例，我们的手机可以在接入互联网的情况下自动检查更新，使我们的设备时刻保持最新状态（当然，是在你允许的情况下）。自动运维就可以让你的物联网设备时刻保持最新（当然，也是在你允许的情况下），远程改bug、远程添加功能等等都是基本操作。</div><div class="notion-text notion-block-5217e1a058584a07972d28562c84665e">其实物联网平台诞生的最大意义并不是多个设备统一管理、智能场景的实现，而是其在很大程度上解决了刚刚提到的痛点问题，也就是协议多种多样、不同协议之间的设备无法通信的问题。平台上可以进行不同协议之间的转换（现在也只能覆盖主流协议），在同一协议下的不同设备就可以相互交流，上述的智能场景也就基于此而得以实现了。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e5e8d612932d4d9da10fddbf9fdf13ad" data-id="e5e8d612932d4d9da10fddbf9fdf13ad"><span><div id="e5e8d612932d4d9da10fddbf9fdf13ad" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e5e8d612932d4d9da10fddbf9fdf13ad" title="4.写在最后"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title"><b>4.写在最后</b></span></span></h2><div class="notion-text notion-block-6c5ecc3d39aa44749cd591507a7012e8">上述就是对物联网和物联网平台简单的介绍了，我不想用什么高大上的词汇和理论，那些东西在枯燥的论文和官方的定义中写的够多了，我力求用最通俗的话去解释物联网的种种东西。</div><div class="notion-text notion-block-619483cdd9b848a8924667a2916eb481">我的知识水平也比较有限，可以写的就这么多了，如果内容出现了错误，请及时联系我，我会立刻改正。</div><div class="notion-blank notion-block-99fb543b1ce0463e89fe04c5435db24f"> </div><div class="notion-callout notion-gray_background_co notion-block-550799dc025d48dab3b183a32e8b2529"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">对本文有任何建议，欢迎邮件联系 support@hobee.me</div></div><div class="notion-blank notion-block-f341cd16f9144d7f91d4484d0a2b213a"> </div><div class="notion-blank notion-block-a5d0323e53c440408f73b63eccd6c52b"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[空白文章7]]></title>
            <link>https://notion.hobee.me/article/example-7</link>
            <guid>https://notion.hobee.me/article/example-7</guid>
            <pubDate>Fri, 02 Jul 2021 00:00:00 GMT</pubDate>
            <description><![CDATA[仅供列表展示、文章无内容]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-ef53fa16248547629f2e6ffa835d877c"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><blockquote class="notion-quote notion-block-3be6b4df69f847e89ed10ff2f175b154"><div>文章来源说明</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-77b55c20b6094239b4a87238b8d514b0" data-id="77b55c20b6094239b4a87238b8d514b0"><span><div id="77b55c20b6094239b4a87238b8d514b0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#77b55c20b6094239b4a87238b8d514b0" title="🤔 一个简单的开头"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤔 一个简单的开头</span></span></h2><ol start="1" class="notion-list notion-list-numbered notion-block-8bdb7f0096094741bb12cacb45ffebb1"><li>问题、目标、人物、背景是什么？</li><ol class="notion-list notion-list-numbered notion-block-8bdb7f0096094741bb12cacb45ffebb1"><div class="notion-text notion-block-fd54b4d92a294b958a6ae4d7ef3f3ae5">为什么读者会对其有兴趣？</div></ol></ol><ol start="2" class="notion-list notion-list-numbered notion-block-d0a684dd52d04e9f8ed146c79314ce9b"><li>阻碍、努力、结果</li><ol class="notion-list notion-list-numbered notion-block-d0a684dd52d04e9f8ed146c79314ce9b"><div class="notion-text notion-block-b7079ec86fe845f79609e504a0d93715">展示你的主要成果</div></ol></ol><ol start="3" class="notion-list notion-list-numbered notion-block-16fd2d95932a459eac46c7e7db35c006"><li>意外、转弯</li><ol class="notion-list notion-list-numbered notion-block-16fd2d95932a459eac46c7e7db35c006"><div class="notion-text notion-block-880bbbec97b54c21b583e8fbc2741b22">说说你的故事</div></ol></ol><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e8a2da00d15e44809ce457ff0ed7fe3b" data-id="e8a2da00d15e44809ce457ff0ed7fe3b"><span><div id="e8a2da00d15e44809ce457ff0ed7fe3b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e8a2da00d15e44809ce457ff0ed7fe3b" title="📝主旨内容"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">📝主旨内容</span></span></h2><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-2bcdf8d57a5442759a38238efdf66ce4" data-id="2bcdf8d57a5442759a38238efdf66ce4"><span><div id="2bcdf8d57a5442759a38238efdf66ce4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2bcdf8d57a5442759a38238efdf66ce4" title="观点1"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">观点1</span></span></h3><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-fe7c8c02c3f145ea9764f265f5699310" data-id="fe7c8c02c3f145ea9764f265f5699310"><span><div id="fe7c8c02c3f145ea9764f265f5699310" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fe7c8c02c3f145ea9764f265f5699310" title="观点2"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">观点2</span></span></h3><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e0037921977341fe8fcb65819f588f7b" data-id="e0037921977341fe8fcb65819f588f7b"><span><div id="e0037921977341fe8fcb65819f588f7b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e0037921977341fe8fcb65819f588f7b" title="🤗总结归纳"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">🤗总结归纳</span></span></h2><div class="notion-blank notion-block-fcacb53823ed4ef496ed998174003307"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-0ced384b038b419bb50d53271982f12c" data-id="0ced384b038b419bb50d53271982f12c"><span><div id="0ced384b038b419bb50d53271982f12c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0ced384b038b419bb50d53271982f12c" title="参考文章"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">参考文章</span></span></h2><div class="notion-blank notion-block-4b1c22ebd0fc472ba4f58d395fd3ad7f"> </div><div class="notion-blank notion-block-84f9efd7e96248a59e3a01514980e769"> </div><div class="notion-text notion-block-dc74887c35fe4c31bdfab9d883b8f86c">致谢：</div><div class="notion-callout notion-gray_background_co notion-block-9aac495795104424b520b44c60526518"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div><div class="notion-blank notion-block-81744cc7b2474004876e283a3be8ff7c"> </div><div class="notion-blank notion-block-d1d1f1c542b142ff967dc88f56b28100"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[杂谈｜为什么通过 Notion 建站]]></title>
            <link>https://notion.hobee.me/article/Why-build-website-through-Notion</link>
            <guid>https://notion.hobee.me/article/Why-build-website-through-Notion</guid>
            <pubDate>Fri, 14 Apr 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[尝试多种方式建站之后，为什么最后选择了 Notion + NotionNexblog + Vercel 的方式]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-634d68e16be149c7b7d290281bf5cc6f"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><blockquote class="notion-quote notion-block-7032fe2b6e0b444ba818dcd6701ba6be"><div>此文由 Notion Ai 辅助完成</div></blockquote><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-5bd07e9135954bd0b9171a1f41f7a0a9" data-id="5bd07e9135954bd0b9171a1f41f7a0a9"><span><div id="5bd07e9135954bd0b9171a1f41f7a0a9" class="notion-header-anchor"></div><a class="notion-hash-link" href="#5bd07e9135954bd0b9171a1f41f7a0a9" title="1. 之前尝试过的方式"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1. 之前尝试过的方式</span></span></h2><div class="notion-text notion-block-dd2e14cb6ac94fa2a6b228f4b20d5d76">19年的时候第一次有了建立博客的想法，最初根据群友的推荐选择了Github Pages + </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3eac30f48df94512aefef99e8e1d56e5" data-id="3eac30f48df94512aefef99e8e1d56e5"><span><div id="3eac30f48df94512aefef99e8e1d56e5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3eac30f48df94512aefef99e8e1d56e5" title="2. 为什么最终选择了 Notion + NotionNexblog + Vercal"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2. 为什么最终选择了 Notion + NotionNexblog + Vercal</span></span></h2><div class="notion-blank notion-block-c55839fa1f0c4d2db66daae60bf8d9b0"> </div><div class="notion-blank notion-block-b6722414546d4006ba4997ea63726cb0"> </div><div class="notion-blank notion-block-fbcc27d32bfa4fefbaf5f4cb3c6c9723"> </div><div class="notion-text notion-block-ca129634183f471eb96b1af62fc2925c">致谢：</div><div class="notion-callout notion-gray_background_co notion-block-e5ffec76c77f4afabf0a3ed2c4906e45"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">有关Notion安装或者使用上的问题，欢迎您在底部评论区留言，一起交流~</div></div><div class="notion-blank notion-block-b86c01a81bba4e659e5713b1ae0ddc39"> </div><div class="notion-blank notion-block-d07edea848d7406e9a247923d9d448bc"> </div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[大模型/Ai工具 整理汇总]]></title>
            <link>https://notion.hobee.me/article/powerfull-ai-tool-summarize</link>
            <guid>https://notion.hobee.me/article/powerfull-ai-tool-summarize</guid>
            <pubDate>Sat, 15 Apr 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[近期疯狂涌现Ai大模型与，总结了一些我常用的工具和Ai在日常工作流中发挥的作用]]></description>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-7cdfb2d4df2d4a5a999ebe760fe3ce42"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><blockquote class="notion-quote notion-block-80c88b84309f46ebb8214b98442e12f9"><div>本文由 Notion Ai 辅助完成</div></blockquote><div class="notion-text notion-block-bacc98373d754edfb0886fb1975caad2">从去年12月 OpenAI 发布 ChatGPT 开始，到现在的 New Bing、Bard、GPT-4 等产品的出现，我开始逐步意识到大模型的厉害之处，甚至会感觉到一些恐怖。随着把 GPT 逐步加入到我日常的学习、工作流之中，我的工作效率真的有了较大的提升，简单的文字处理需求/遇到了什么不懂的地方，可以直接询问 ChatGPT 或 New Bing，不需要再消耗大量的时间进行信息的搜集工作了。</div><div class="notion-text notion-block-7fc69c16caf74f7a85982f8bf2580a64">因此想开一片文章汇总一下目前的大模型/基于模型的 API 开发的应用，方便自己使用。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-dafe7ae02d9c48238543a55d96282317" data-id="dafe7ae02d9c48238543a55d96282317"><span><div id="dafe7ae02d9c48238543a55d96282317" class="notion-header-anchor"></div><a class="notion-hash-link" href="#dafe7ae02d9c48238543a55d96282317" title="1.LLM"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">1.LLM</span></span></h2><ul class="notion-list notion-list-disc notion-block-c42426fc4e6d44f5bb78ad633000721e"><li>OpenAI ChatGPT</li></ul><div class="notion-text notion-block-6bfa2d7fb688438092915565405c343e">把这个放第一个应该没啥疑问，也不用过多解释</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-717ac49d6dcd4efea0036c9af2a22362" href="https://chat.openai.com/"><div><div class="notion-bookmark-title">chat.openai.com</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-text">https://chat.openai.com/</div></div></div></a></div><ul class="notion-list notion-list-disc notion-block-1d5ba7af58fa4987907589b19a08c6a7"><li>Google Bard</li></ul><div class="notion-text notion-block-e561600175b14cf4b3c8f2c35478fc78">谷歌自研大模型，和 ChatGPT 产品定位类似，实际使用下来体验和 GPT 差不多，但不支持中文</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-4cc8372bfec944529b243802eed3d80d" href="https://bard.google.com/"><div><div class="notion-bookmark-title">Bard</div><div class="notion-bookmark-description">Bard is your creative and helpful collaborator to supercharge your information, boost productivity, and bring ideas to life.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.gstatic.com/lamda/images/favicon_v1_150160cddff7f294ce30.svg" alt="Bard" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://bard.google.com/</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.gstatic.com/lamda/images/bard_thumbnail.png" alt="Bard" loading="lazy" decoding="async"/></div></a></div><ul class="notion-list notion-list-disc notion-block-5ec25031707a4dfdb3aa4fdfb2735ca3"><li>Anthropic Claude</li></ul><div class="notion-text notion-block-136c6f0725e24dcfa3d1ed2245fe3d2d">OpenAI 团队成员的创业公司，Claude+ 据说是可以和 ChatGPT4.0 分庭抗礼的，但是我没有实际使用过。目前可以在 Slack 或 Poe 上体验 Claude。Claude 进行中文回答的时候会夹杂一些英文单词，但是不影响对整个句子的理解。另外 Claude 回答中文的时候有自己独特的风格，动不动就会夸你几句。</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-589450e54681435883b3111ee9c4888e" href="https://www.anthropic.com/product"><div><div class="notion-bookmark-title">Product</div><div class="notion-bookmark-description">Anthropic is an AI safety and research company that&#x27;s working to build reliable, interpretable, and steerable AI systems.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.anthropic.com/images/icons/apple-touch-icon.png" alt="Product" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://www.anthropic.com/product</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://optimise2.assets-servd.host/anthropic-website/production/images/anthropic-social_share.png?w=1200&amp;h=630&amp;q=82&amp;auto=format&amp;fit=crop&amp;dm=1676585898&amp;s=53f1f8be55ce466b178d6adea9342430" alt="Product" loading="lazy" decoding="async"/></div></a></div><ul class="notion-list notion-list-disc notion-block-2ea8cdb68963445181b10d2047ac607f"><li>百度 - 文心一言</li></ul><div class="notion-text notion-block-77813aafdeae4a68b48420a530832f28">国内首个大模型，平时不怎么会用到，无聊的时候会去看看乐子…</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-51ccca065fb7485b9f1b2bc609504404" href="https://yiyan.baidu.com/welcome"><div><div class="notion-bookmark-title">文心一言</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://nlp-eb.cdn.bcebos.com/logo/favicon.ico" alt="文心一言" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://yiyan.baidu.com/welcome</div></div></div></a></div><div class="notion-text notion-block-382180ee843d426f8dfd687fafc10229">其他加的模型还有很多，但是要么是还在内测，我没有机会实际使用；要么是模型不是面向C端，消费者基本上用不到，我就不贴链接了。</div><div class="notion-blank notion-block-4e9a6e04ddb242b4aa23cefaee68595f"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-08df7652746448da919f73fe68bc5e1c" data-id="08df7652746448da919f73fe68bc5e1c"><span><div id="08df7652746448da919f73fe68bc5e1c" class="notion-header-anchor"></div><a class="notion-hash-link" href="#08df7652746448da919f73fe68bc5e1c" title="2.Ai工具整理"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.Ai工具整理</span></span></h2><div class="notion-text notion-block-5e3e7d40d258493f95eaac562a7597bb">上述大模型可以直接使用，但基本都是只能通过对话系统，甚至有些模型不对中国市场开放，有一定的访问门槛。但有些公司基于大模型提供的 API 开发的 web 应用，既能让我们使用模型本身的优势，又可以放便简单的使用。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-18fa03cf3cca4563b5392876c1bd1491" data-id="18fa03cf3cca4563b5392876c1bd1491"><span><div id="18fa03cf3cca4563b5392876c1bd1491" class="notion-header-anchor"></div><a class="notion-hash-link" href="#18fa03cf3cca4563b5392876c1bd1491" title="2.1 场景预设对话"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.1 场景预设对话</span></span></h3><ul class="notion-list notion-list-disc notion-block-92d8518f5ed34ae48a95bb7a79e23a0d"><li>Poe</li></ul><div class="notion-text notion-block-7d9ec8f7deb7469fbeb04a3c6d9e901a">Poe 是由 Quora 公司利用 API 开发的对话机器人，可以选择不同的模型，包括 GPT 和 Claude，也可以开通会员使用 GPT-4 和 Claude+。和市面上类似产品不同的是，Poe不需要自己提供 API Key，而且在我的使用过程中，还没有遇到使用上限的情况。同时 Poe 可以创建自己的对话机器人，自己提供 Promote 来适应特定化场景。</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-0e552e2b25a241ed806e7c9e5bdb104b" href="https://poe.com/"><div><div class="notion-bookmark-title">poe.com</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-text">https://poe.com/</div></div></div></a></div><div class="notion-blank notion-block-139c44145bea417a9add3d97e6d7ae2f"> </div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-10480133ea5b4d1684165de552fbb6cf" data-id="10480133ea5b4d1684165de552fbb6cf"><span><div id="10480133ea5b4d1684165de552fbb6cf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#10480133ea5b4d1684165de552fbb6cf" title="2.2 代码补全"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.2 代码补全</span></span></h3><ul class="notion-list notion-list-disc notion-block-ce35ff47abca4dad95bf03e475abad47"><li>Github Copilot X</li></ul><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-a08a311439244180ad7092c48f8e6671" href="https://github.com/features/preview/copilot-x"><div><div class="notion-bookmark-title">Introducing GitHub Copilot X</div><div class="notion-bookmark-description">GitHub Copilot X is our vision for the future of AI-powered software development.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://github.com/fluidicon.png" alt="Introducing GitHub Copilot X" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://github.com/features/preview/copilot-x</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://github.githubassets.com/images/modules/site/social-cards/copilot-x.png" alt="Introducing GitHub Copilot X" loading="lazy" decoding="async"/></div></a></div><ul class="notion-list notion-list-disc notion-block-18c36710d9ee4ff4969dda33769c94c1"><li>Amazon CodeWhisperer</li></ul><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-64e5be8285304b98a574b3402dc024bf" href="https://aws.amazon.com/cn/codewhisperer/"><div><div class="notion-bookmark-title">AI Code Generator - Amazon CodeWhisperer - AWS</div><div class="notion-bookmark-description">Amazon CodeWhisperer is an AI coding companion that generates whole line and full function code suggestions in your IDE to help you get more done faster.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png" alt="AI Code Generator - Amazon CodeWhisperer - AWS" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://aws.amazon.com/cn/codewhisperer/</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png" alt="AI Code Generator - Amazon CodeWhisperer - AWS" loading="lazy" decoding="async"/></div></a></div><ul class="notion-list notion-list-disc notion-block-77ac002dc55a40f8aa50a4a84cc62d47"><li>Cursor</li></ul><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-bf51d2303e7e4830b379c989eb4b2c7e" href="https://www.cursor.so/"><div><div class="notion-bookmark-title">Cursor | Build Fast</div><div class="notion-bookmark-description">Refactor, understand, and write code effortlessly with Cursor.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.cursor.so/favicon.ico" alt="Cursor | Build Fast" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://www.cursor.so/</div></div></div></a></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-91299710b1234cd0b8fd414d12dc5f21" data-id="91299710b1234cd0b8fd414d12dc5f21"><span><div id="91299710b1234cd0b8fd414d12dc5f21" class="notion-header-anchor"></div><a class="notion-hash-link" href="#91299710b1234cd0b8fd414d12dc5f21" title="2.3 搜索聚合"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.3 搜索聚合</span></span></h3><ul class="notion-list notion-list-disc notion-block-84e5e7387e94431b9f5089489cd9bfdd"><li>Microsoft New Bing</li></ul><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-2f5f2e4057354e6ab9c6e81beee40bbc" href="https://www.bing.com/new"><div><div class="notion-bookmark-title">Stars in daylight</div><div class="notion-bookmark-description">Sea stars—often called starfish—are some of the mo</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.bing.com/sa/simg/favicon-trans-bg-blue-mg.ico" alt="Stars in daylight" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://www.bing.com/new</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://www.bing.com/th?id=OHR.RedSeaStars_EN-US6473635643_tmb.jpg&amp;rf=" alt="Stars in daylight" loading="lazy" decoding="async"/></div></a></div><ul class="notion-list notion-list-disc notion-block-4458d5ca6cc74039932a8ce0b1fecdba"><li>Phind</li></ul><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-f78d69b8a3074870b55f98f3004a43e8" href="https://www.phind.com/"><div><div class="notion-bookmark-title">Phind: AI search engine</div><div class="notion-bookmark-description">Get instant answers, explanations, and examples for all of your technical questions.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.phind.com/images/favicon.png" alt="Phind: AI search engine" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://www.phind.com/</div></div></div></a></div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-c4101b4708544d81a078f8e264637017" data-id="c4101b4708544d81a078f8e264637017"><span><div id="c4101b4708544d81a078f8e264637017" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c4101b4708544d81a078f8e264637017" title="2.4 Ai 写作"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">2.4 Ai 写作</span></span></h3><ul class="notion-list notion-list-disc notion-block-8722e1fb7e534780907e5d787b7f7ca9"><li>Notion Ai</li></ul><div class="notion-text notion-block-93a2c88312c1491baaec6f25c3695956">这个不用多说了，文本润色/续写基本都靠它，但是现在的问题是续写不能很好的模仿我的写作风格。</div><div class="notion-row"><a target="_blank" rel="noopener noreferrer" class="notion-bookmark notion-block-e82f6290128f4094afe2cd6a39d64f08" href="https://www.notion.so/help/guides/using-notion-ai"><div><div class="notion-bookmark-title">Using Notion AI to extend your impact</div><div class="notion-bookmark-description">Learn about what artificial intelligence is, as well as the current functions and limitations of this technology.</div><div class="notion-bookmark-link"><div class="notion-bookmark-link-icon"><img src="https://www.notion.so/front-static/favicon.ico" alt="Using Notion AI to extend your impact" loading="lazy" decoding="async"/></div><div class="notion-bookmark-link-text">https://www.notion.so/help/guides/using-notion-ai</div></div></div><div class="notion-bookmark-image"><img style="object-fit:cover" src="https://images.ctfassets.net/spoqsaf9291f/4N8g1QtquIZnIZJJvatjD1/b8872856448695d2c74e1a4851842fe4/using-notion-ai.png" alt="Using Notion AI to extend your impact" loading="lazy" decoding="async"/></div></a></div><div class="notion-blank notion-block-7418f34443f54ff98e3ffded5d30adfb"> </div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-9292ef81a5114224ac9d40848b582d76" data-id="9292ef81a5114224ac9d40848b582d76"><span><div id="9292ef81a5114224ac9d40848b582d76" class="notion-header-anchor"></div><a class="notion-hash-link" href="#9292ef81a5114224ac9d40848b582d76" title="3.结尾"><svg viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M7.775 3.275a.75.75 0 001.06 1.06l1.25-1.25a2 2 0 112.83 2.83l-2.5 2.5a2 2 0 01-2.83 0 .75.75 0 00-1.06 1.06 3.5 3.5 0 004.95 0l2.5-2.5a3.5 3.5 0 00-4.95-4.95l-1.25 1.25zm-4.69 9.64a2 2 0 010-2.83l2.5-2.5a2 2 0 012.83 0 .75.75 0 001.06-1.06 3.5 3.5 0 00-4.95 0l-2.5 2.5a3.5 3.5 0 004.95 4.95l1.25-1.25a.75.75 0 00-1.06-1.06l-1.25 1.25a2 2 0 01-2.83 0z"></path></svg></a><span class="notion-h-title">3.结尾</span></span></h2><div class="notion-text notion-block-f30ba8aa67ce4ad7a083dd04b6639c4d">随着近期大模型发布与使用，我开始意识到互联网正在经历十年来最大的变革，AI产品的加入会对目前已有的格局产生不小的影响，哪个公司会在这次变革中掉队，又有哪个公司会异军突起，跻身前列，一切都是未知。</div><div class="notion-text notion-block-39df28cac6ed4f42bef7c3386eca4513">但可以确定的是，大模型和AI产品的应用领域越来越广泛，不仅在语言处理、图像识别、自然语言生成等领域有广泛的应用，还在医疗、金融、教育、工业等领域展现出了巨大的潜力。这些技术的发展和应用将深刻影响各行各业的发展，也将引领新一轮的科技革命。</div><div class="notion-text notion-block-46e5b6096e0644bc954d2be6007e8904">新的机会已经到来。</div><div class="notion-blank notion-block-b1ef4a6a3bbe4e5bb6199b41fb3185df"> </div><div class="notion-callout notion-gray_background_co notion-block-61abe44ddd074a5286eb3f66d8617e46"><div class="notion-page-icon-inline notion-page-icon-span"><span class="notion-page-icon" role="img" aria-label="💡">💡</span></div><div class="notion-callout-text">对本文有任何建议，欢迎邮件联系 support@hobee.me</div></div><div class="notion-blank notion-block-904ff50e9085489d82165c73ed7f88a6"> </div><div class="notion-blank notion-block-f9e3e2a97a4948819f29fcdcfba78205"> </div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>