<?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://ddw2019.com/</link>
        <description>这是一个由NotionNext生成的站点</description>
        <lastBuildDate>Fri, 21 Jul 2023 00:08:55 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, ddw2019</copyright>
        <item>
            <title><![CDATA[060 Waline新评论邮箱通知]]></title>
            <link>https://ddw2019.com/060</link>
            <guid>b5800408-b148-4da5-8ec1-71376011fa54</guid>
            <pubDate>Thu, 20 Jul 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[建立个人网站后，并且加了评论系统之后，产生了一个新的需求——新的评论到了之后，我该如何立即知道呢？这就是这篇博客要解决的问题。]]></description>
            <content:encoded><![CDATA[<div id="container" class="max-w-5xl font-medium mx-auto undefined"><main class="notion light-mode notion-page notion-block-b5800408b1484da58ec171376011fa54"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-eb45025eb2a64df7b55d1a9c9a6667c5">建立个人网站后，并且加了评论系统之后，产生了一个新的需求——新的评论到了之后，我该如何立即知道呢？这就是这篇博客要解决的问题。</div><div class="notion-text notion-block-d07fee58773b47b8b0b70774a41e60f1">因为我的评论系统是用Waline+github+vercel建立的，所以直接就去看了看Waline如何处理。发现这里非常简单，只要在vercel的Waline仓库的环境变量里加上一些环境变量就行了。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-1d890c570aa4423b8dcc9905061e8f2b" data-id="1d890c570aa4423b8dcc9905061e8f2b"><span><div id="1d890c570aa4423b8dcc9905061e8f2b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#1d890c570aa4423b8dcc9905061e8f2b" 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-text notion-block-336446a455c740a28fecef0c1d1621c9">选择你部署waline系统的Vercel项目，然后点击Settings，选择环境变量，加上环境变量。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-670561e693104c0683138bf70f335aaa"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230720191011526.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-ea32c0c7780b45dda5e167f293516a3b" data-id="ea32c0c7780b45dda5e167f293516a3b"><span><div id="ea32c0c7780b45dda5e167f293516a3b" class="notion-header-anchor"></div><a class="notion-hash-link" href="#ea32c0c7780b45dda5e167f293516a3b" 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-text notion-block-8bf3155d60514ae6960c652ad0e8f539">关于使用什么环境变量，可以参考<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://waline.js.org/guide/features/notification.html#%E9%82%AE%E4%BB%B6%E9%80%9A%E7%9F%A5">Waline关于邮箱通知的教程</a></div><div class="notion-text notion-block-88d14f7e94ac4c1a9f8ac67ec9eff1f6">我只填了必填的环境变量。即</div><table class="notion-simple-table notion-block-7b3cf97449814741979f97db0182d2a2"><tbody><tr class="notion-simple-table-row notion-block-ccb5bdcc95014b3ea4e4945a2929abe1"><td class="" style="width:120px"><div class="notion-simple-table-cell">KEY</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">VALUE</div></td></tr><tr class="notion-simple-table-row notion-block-d1adb5f2620f40f4a931de110247ce11"><td class="" style="width:120px"><div class="notion-simple-table-cell">SMTP_SERVICE</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">QQ</div></td></tr><tr class="notion-simple-table-row notion-block-3ca0112054ce418ea540174199ad71b2"><td class="" style="width:120px"><div class="notion-simple-table-cell">SMTP_USER</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="mailto:xxx@qq.com">xxx@qq.com</a></div></td></tr><tr class="notion-simple-table-row notion-block-30c2fe3dbb824f85a249543d280204f4"><td class="" style="width:120px"><div class="notion-simple-table-cell">SMTP_PASS</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">QQ邮箱的SMTP授权码</div></td></tr><tr class="notion-simple-table-row notion-block-35d06d28c5f14c78be2b83ec1881b882"><td class="" style="width:120px"><div class="notion-simple-table-cell">SITE_NAME</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell">Dongdong&#x27;s Blog</div></td></tr><tr class="notion-simple-table-row notion-block-bc098f6723fd49219f00229934a48e21"><td class="" style="width:120px"><div class="notion-simple-table-cell">SITE_URL</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://ddw2019.com/">https://ddw2019.com</a></div></td></tr><tr class="notion-simple-table-row notion-block-0357a81eeaea4f6e9e22439d6c26ac97"><td class="" style="width:120px"><div class="notion-simple-table-cell">AUTHOR_EMAIL</div></td><td class="" style="width:120px"><div class="notion-simple-table-cell"><a target="_blank" rel="noopener noreferrer" class="notion-link" href="mailto:xxx@qq.com">xxx@qq.com</a></div></td></tr></tbody></table><div class="notion-blank notion-block-d401d112e2994638b7e2b4bc67f96cde"> </div><div class="notion-text notion-block-2d4e93790343422bbffa529ac5efd0ff">具体到环境变量当中，如下所示</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-30de7d7d400f4b21943f987e86dd291e"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230720192502030.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-57a6be0c28ed424a95f2d3d81e36b114"> </div><div class="notion-text notion-block-10cfacddde0e497ba501b2264c3ad033">填完之后，重新部署一下，就ok了</div><div class="notion-blank notion-block-44b7761ecc3e407fa04e8870a9a77fbc"> </div><div class="notion-text notion-block-1b08e6686f61425d85d2186016f79427">经过测试之后，就能够收到相关的内容了呀</div><div class="notion-blank notion-block-23f86a57974e4e92a7f305d34a233eae"> </div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-af82ed9b6e574313ac99dffeed2c6645"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F3ab70ac5-abcb-4212-a51c-b6479448aa4e%2FUntitled.png?table=block&amp;id=af82ed9b-6e57-4313-ac99-dffeed2c6645" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-16e9e6453aa14bcfbe5da4b06346f74d"> </div><div class="notion-text notion-block-d9c5d5a6cb3c4cc99897fe5f2f585aa5">当然，当我回复之后，对方也能够收到我的回复</div><div class="notion-blank notion-block-f4e3329e89824412822594467e94fd9d"> </div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-3548f541c048471999d7358d2a4db892"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100%"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F69e852ce-3508-4765-acac-4e78771a899f%2FUntitled.png?table=block&amp;id=3548f541-c048-4719-99d7-358d2a4db892" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-blank notion-block-ebf42f590a49468387a8970e7ce5dd87"> </div><div class="notion-blank notion-block-a18af8e0f1104158854bf79dccea903b"> </div><div class="notion-text notion-block-18eb074861f4446ab7204ff6b85c9ac4">谢谢大家的批评指正。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-a3c48d5639574f7893d27d66b41bfdbb" data-id="a3c48d5639574f7893d27d66b41bfdbb"><span><div id="a3c48d5639574f7893d27d66b41bfdbb" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a3c48d5639574f7893d27d66b41bfdbb" 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-0a7d13b1af66460398d44581e9b3dc27" data-id="0a7d13b1af66460398d44581e9b3dc27"><span><div id="0a7d13b1af66460398d44581e9b3dc27" class="notion-header-anchor"></div><a class="notion-hash-link" href="#0a7d13b1af66460398d44581e9b3dc27" 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-95b9fffc3fd14a3b82e23a7456d04aee">必须要填的环境变量</div><pre class="notion-code"><div class="notion-code-copy"><div class="notion-code-copy-button"><svg fill="currentColor" viewBox="0 0 16 16" width="1em" version="1.1"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg></div></div><code class="language-plain text">SMTP_SERVICE: SMTP 邮件发送服务提供商。如果你的运营商不受支持，你必须填写 SMTP_HOST 和 SMTP_PORT。
    SMTP_HOST: SMTP 服务器地址，一般可以在邮箱的设置中找到。
    SMTP_PORT: SMTP 服务器端口，一般可以在邮箱的设置中找到。
SMTP_USER: SMTP 邮件发送服务的用户名，一般为登录邮箱。
SMTP_PASS: SMTP 邮件发送服务的密码，一般为邮箱登录密码，部分邮箱(例如 163)是单独的 SMTP 密码。
SITE_NAME: 网站名称，用于在消息中显示。
SITE_URL: 网站地址，用于在消息中显示。
AUTHOR_EMAIL: 博主邮箱，用来接收新评论通知。如果是博主发布的评论则不进行提醒通知。</code></pre><div class="notion-text notion-block-145f18ab65464b92b93f96b33bb7b5a8">以下是选填的环境变量:</div><pre class="notion-code"><div class="notion-code-copy"><div class="notion-code-copy-button"><svg fill="currentColor" viewBox="0 0 16 16" width="1em" version="1.1"><path fill-rule="evenodd" d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 010 1.5h-1.5a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-1.5a.75.75 0 011.5 0v1.5A1.75 1.75 0 019.25 16h-7.5A1.75 1.75 0 010 14.25v-7.5z"></path><path fill-rule="evenodd" d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0114.25 11h-7.5A1.75 1.75 0 015 9.25v-7.5zm1.75-.25a.25.25 0 00-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 00.25-.25v-7.5a.25.25 0 00-.25-.25h-7.5z"></path></svg></div></div><code class="language-plain text">SENDER_NAME: 自定义发送邮件的发件人
SENDER_EMAIL: 自定义发送邮件的发件地址
MAIL_SUBJECT: 自定义评论回复邮件标题
MAIL_TEMPLATE: 自定义评论回复邮件内容
MAIL_SUBJECT_ADMIN: 自定义新评论通知邮件标题
MAIL_TEMPLATE_ADMIN: 自定义新评论通知邮件内容</code></pre><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-17c7ee1ff2764fe89770dfb9100a0e80" data-id="17c7ee1ff2764fe89770dfb9100a0e80"><span><div id="17c7ee1ff2764fe89770dfb9100a0e80" class="notion-header-anchor"></div><a class="notion-hash-link" href="#17c7ee1ff2764fe89770dfb9100a0e80" title="QQ邮箱的授权码怎么找？"><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>QQ邮箱的授权码怎么找？</b></span></span></h3><div class="notion-text notion-block-814514380e6b44eba4a80d3431a44eeb">在QQ邮箱的网页端——设置——账户</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-bb26dcce094340b6ab4f74a5b8ab1779"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230720192900464.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-e32961aa987f49fc91ee2e2b52149870">下滑找到“POP3/IMAP/SMTP/Exchange/CardDAV/CalDAV服务”，然后点击“管理服务”就行了。</div><div class="notion-text notion-block-f2fc1dfe800448738b9a662bb1e5e3e4">冬冬</div><div class="notion-text notion-block-d619907957de471c898ae7c32d50a3c7">2023.07.20 长春</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[059 从“上瘾”模型看手机健康]]></title>
            <link>https://ddw2019.com/059</link>
            <guid>5c48460c-438e-4321-b33a-e7011243cef9</guid>
            <pubDate>Wed, 19 Jul 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[从“上瘾”模型看如何控制手机的使用，提高自我的格局]]></description>
            <content:encoded><![CDATA[<div id="container" class="max-w-5xl font-medium mx-auto undefined"><main class="notion light-mode notion-page notion-block-5c48460c438e4321b33ae7011243cef9"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-a02e5bf0eacf400597662c21d41c65cc">今年的第27周（2023.07.03-2023.07.09），发现手机使用时间有点多，于是使用设置里的“应用时间管理”（不同的手机不一样，但是目的应该是一样）。一周后，发现效果挺好，平均每天使用时间下降了1个小时。现在详细说明一下这部分的情况。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-7d8bfb60da2e4dbab409cdbc3267ab1a" data-id="7d8bfb60da2e4dbab409cdbc3267ab1a"><span><div id="7d8bfb60da2e4dbab409cdbc3267ab1a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7d8bfb60da2e4dbab409cdbc3267ab1a" 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-text notion-block-6d123a41c34045bd8285e9260901ece8">“上瘾模型”是《上瘾》中一个核心观点，即如何让用户对产品上瘾，也就是让用户养成使用习惯的四大产品逻辑，包含四个要素：触发，行动，奖励和投入。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-7aab1786870f427da9df72aef72659d5"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:595px;max-width:100%;flex-direction:column"><img style="object-fit:cover" src="https://www.notion.so/image/https%3A%2F%2Fs3-us-west-2.amazonaws.com%2Fsecure.notion-static.com%2F03ac6612-9f9e-4ec7-ba1b-3d42db1938e5%2FUntitled.png?table=block&amp;id=7aab1786-870f-427d-a9df-72aef72659d5" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-4ca35ee12205416e841f0f489a695984">具体到手机的应用，以bilibili为例。</div><div class="notion-text notion-block-db702d72343b47d78c67765192ae9e89">触发：手机屏幕上看到bilibili</div><div class="notion-text notion-block-56c5f39714dc4409b5f960e5dfea9519">行动：打开bilibili，刷视频</div><div class="notion-text notion-block-4a72cb9979684f198ff75f8d196abf2b">奖励：好看，学到知识了</div><div class="notion-text notion-block-f80fc900a8bf442d981ec2028120ebf0">投入：准备投入时间</div><div class="notion-text notion-block-358b99bb81fe4f2cb87dae67ebcccb97">内部触发：再一次打开新的视频。</div><div class="notion-text notion-block-39dfa586d83c4ff880d57cd2443ba852">经过这样一轮轮的循环，时间就被耗尽了。这也就是手机应用设计的基础逻辑。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-b94bdb0c4d944ccfadf9ebd50d817b85" data-id="b94bdb0c4d944ccfadf9ebd50d817b85"><span><div id="b94bdb0c4d944ccfadf9ebd50d817b85" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b94bdb0c4d944ccfadf9ebd50d817b85" 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-text notion-block-512db0925c25418ea174c191fbdb4018">从整个路径“触发——行动——奖励——投入”来看，只要能够打断一个，这个循环都能够被破坏。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-d589467cd78745f3b748516b4ea8a5c4" data-id="d589467cd78745f3b748516b4ea8a5c4"><span><div id="d589467cd78745f3b748516b4ea8a5c4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#d589467cd78745f3b748516b4ea8a5c4" 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-f585c3378fe148488c2cd661011f294d">有两种“触发”方式，一种“外部触发”即第一次打开的时候，另外一种是“内部触发”即抖音刷完一个之后刷另外一个的动作。因此打断的方式也分为两种。第一种，手机上都没有这个软件，何谈触发呢？因为大家都说“王者荣耀”好玩，所以我就不下载了都，这完全不可能上瘾呀。第二种，内部触发被破坏，在一个循环结束的时候主动或者被动暂停“触发”。比如说</div><ul class="notion-list notion-list-disc notion-block-df516a9e195c47a7804286e61bcb6d19"><li>正看着视频呢，老妈喊你吃饭</li></ul><ul class="notion-list notion-list-disc notion-block-35609301e49e4e2c9c1d1da8dadd050e"><li>一把游戏开完了，正准备开第二把呢，看到班主任再身后</li></ul><ul class="notion-list notion-list-disc notion-block-6529706de1d8480daade2e083fdd7d7c"><li>正读者小说呢，一章看完了，准备看下一章，发现两分钟前老板给你发了一个消息</li></ul><ul class="notion-list notion-list-disc notion-block-a7e9a6aea53740df9000e7da2c165a1a"><li>……</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-3b5fe06a3d7e4d37968f446046d08803" data-id="3b5fe06a3d7e4d37968f446046d08803"><span><div id="3b5fe06a3d7e4d37968f446046d08803" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3b5fe06a3d7e4d37968f446046d08803" 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-bfa0782da4194c92af0bd688a76ef7f1">这个阶段，靠着意志力来克服。正打着游戏上瘾呢，突然间觉察到不应该这样，所以直接放弃不玩了。当然如果有外置的也是可以的。比如说，老妈觉得你打游戏太颓废了，直接把你手机拿走了。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-dd6251eb52ad4d43af53aa3936ab1e71" data-id="dd6251eb52ad4d43af53aa3936ab1e71"><span><div id="dd6251eb52ad4d43af53aa3936ab1e71" class="notion-header-anchor"></div><a class="notion-hash-link" href="#dd6251eb52ad4d43af53aa3936ab1e71" 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-6dd129a379fb485c850519edd638d573">有些游戏呀，完全没有游戏体验，让你直接就不玩了都。</div><div class="notion-text notion-block-d71965a6b2424ce9b7b099c2e2d64545">比如说前几天玩的“CF”，进去之后，打别人几枪，别人不死。别人怼了自己枪，尼玛自己就死了。这还玩个屁呀。</div><div class="notion-text notion-block-69d30e9bbdc4487ba6f907981b6c3c24">有些游戏体验就是费劲。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-100f2fd8583a4d239907d80a65a76bb7" data-id="100f2fd8583a4d239907d80a65a76bb7"><span><div id="100f2fd8583a4d239907d80a65a76bb7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#100f2fd8583a4d239907d80a65a76bb7" 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-943063cfa69d4fc5beff329215576545">看了看已经玩了的游戏，再看看现在的时间，立刻就能够停止下来这个阶段，准备不再投入。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-59367a409feb4ea896baa316e40b816f" data-id="59367a409feb4ea896baa316e40b816f"><span><div id="59367a409feb4ea896baa316e40b816f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#59367a409feb4ea896baa316e40b816f" 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-text notion-block-ab23ccb233dc4f00ab99c45a0b452f3c">“上瘾”模型只是一个模型，本身没有什么好坏之分。可以正着用，也可以倒着用，还可以破坏性的用。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-47895fd5b63f4a29981a76aa58c707a7" data-id="47895fd5b63f4a29981a76aa58c707a7"><span><div id="47895fd5b63f4a29981a76aa58c707a7" class="notion-header-anchor"></div><a class="notion-hash-link" href="#47895fd5b63f4a29981a76aa58c707a7" 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-671dcfd9866549e180d6f9d14586fd2f">既然指导如此好的一个模型，那么用来学习不好吗？以读书为例：</div><ol start="1" class="notion-list notion-list-numbered notion-block-df0f8fb9503f440cbcc064d391c68d77"><li>外部触发：把书放在自己能够看到的地方，触手可及的地方；书也要好看；</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-61f8f0b5228a41dcb062d86d4d1ce014"><li>行动：挑选的都是对自己有用的或者感觉上比较快了的书，在知识的海洋里学习。就像听抖音博主讲故事，讲知识一样。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-d7be0f10ddad425baef37695542866d5"><li>奖励：读了半天的书，吃一顿好吃的；写一份读书笔记投出去，挣钱；</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-2fe80bcdf4304e4ab06b44b34affeb44"><li>投入：买书，下一次读书</li></ol><div class="notion-text notion-block-cf885a47af3b4a499a5f9e7b0072ba6f">这样正用“上瘾”模型就能够让我们来搞一些自己曾经不想干的事情。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-97350a41c0814d65b66211025c4b0554" data-id="97350a41c0814d65b66211025c4b0554"><span><div id="97350a41c0814d65b66211025c4b0554" class="notion-header-anchor"></div><a class="notion-hash-link" href="#97350a41c0814d65b66211025c4b0554" 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-43a08c0a0e9f4746bc06c95fea00bcd8">把整个循环给倒过来，那么就是“投入——奖励——行动——触发”。以电信诈骗——网络刷单举例，以骗子的视角来看。</div><ol start="1" class="notion-list notion-list-numbered notion-block-b7ebec33ec604bdd8966319e6cadce1c"><li>投入：把人刚骗过来的时候，前几单要能够给上足够的钱。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-60a7611238c141449dd9b182a5bce42e"><li>奖励：这人已经开始相信我了。</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-9dcce743af64451f90c88944ee2687e2"><li>行动：开始骗他投入更多</li></ol><ol start="4" class="notion-list notion-list-numbered notion-block-85e413f9d1ec4cb5b9363b3224c57213"><li>触发：他投入的已经够多了，该收网了。收钱，拉黑，再见</li></ol><div class="notion-text notion-block-712ffad91f5c4badb8e2be8e7e11de6e">当然，这是我看到的一个倒用“上瘾”模型的例子，后面我再思考一个好一点的。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-6a5edbab35a04c918703b30a56f77479" data-id="6a5edbab35a04c918703b30a56f77479"><span><div id="6a5edbab35a04c918703b30a56f77479" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6a5edbab35a04c918703b30a56f77479" 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-54b836a39ee64cbcbc68b745ed0d92eb">这个使用的目的是什么呢？是在上瘾的阶段中（比如说刷抖音的时候），知道自己到了哪一步，根据自己的情况，把事情给终结。</div><div class="notion-text notion-block-f9069a9bed334c92b9d0499bc2852bfc">手机的使用时间就是比较多，因此根据“上瘾”模型和我自我的状况，把破坏“上瘾”模型限定在触发阶段。有两个行为：</div><div class="notion-text notion-block-203c52e59ea0483aa6c34fb71187c8bf">第一，找到耗费时间的App。根据手机使用情况，看看占用时间最多的是什么软件？（对我来说，前三名是微信，bilibili，知乎）</div><div class="notion-text notion-block-b58b1e5cec714cb1b8633bb941687ece">第二，减少这些软件的使用。微信不能停，那么就停止后两个。于是两个软件被移动到非首页（影响“外部触发”），设置里面设定“bilibili”和“知乎”的使用时间，每天最多30min。</div><div class="notion-text notion-block-a2042dd87b4d49d1a96ad7212a1d03e9">这样两个行为之后，便让手机使用时间下降了非常多。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-e7a679dd31084852bcb9d01919651745" data-id="e7a679dd31084852bcb9d01919651745"><span><div id="e7a679dd31084852bcb9d01919651745" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e7a679dd31084852bcb9d01919651745" 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-text notion-block-81dcf743723448c885b7eb71570474b8">理论一定要联系实际，这样的话，自己曾经读过的书还是有用的。根据理论来指导实际问题的解决，会非常的快速。希望大家能够“读书好，多读书，读好书”！</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[058 关于学术期刊编辑的一些问题]]></title>
            <link>https://ddw2019.com/058</link>
            <guid>6340f7f8-2269-4b15-bbb8-f49970cc727e</guid>
            <pubDate>Mon, 03 Jul 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[前几天投稿的时候，要选择编辑，于是仔细看了看要投期刊的编辑。发现有好几种编辑，在选项当中选完编辑之后，对这个进行了调研。]]></description>
            <content:encoded><![CDATA[<div id="container" class="max-w-5xl font-medium mx-auto undefined"><main class="notion light-mode notion-page notion-block-6340f7f822694b15bbb8f49970cc727e"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-f7832dd498454652b330ddd67e759afc">冬冬</div><div class="notion-text notion-block-2eefbe2407614b3a861bd9be03ed3190">2023.07.03</div><div class="notion-text notion-block-9b5d6c190e8b4db497dcd4647e2e7399">前几天投稿的时候，要选择编辑，于是仔细看了看要投期刊的编辑。发现有好几种编辑，在选项当中选完编辑之后，对这个进行了调研。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-45aca4aa54544b56a0b449c96e96210f" data-id="45aca4aa54544b56a0b449c96e96210f"><span><div id="45aca4aa54544b56a0b449c96e96210f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#45aca4aa54544b56a0b449c96e96210f" 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-f5a86d3549ed467a8b9e27662a1df036">一个学术期刊在审稿的阶段至少要包括两个架构</div><ul class="notion-list notion-list-disc notion-block-a128ce7545bb4bdcb6404dd44a37f866"><li>编辑委员会 Editor Board</li></ul><ul class="notion-list notion-list-disc notion-block-754feb79beeb410a8419c61572dda024"><li>编辑顾问委员会 Editor advisory Board</li></ul><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-22a37eb77f534128bec5e03520210ad3" data-id="22a37eb77f534128bec5e03520210ad3"><span><div id="22a37eb77f534128bec5e03520210ad3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#22a37eb77f534128bec5e03520210ad3" 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></h2><div class="notion-text notion-block-a083a0a071cb4094a9a1939729d7b1a9">Chief Editor 主编，掌握大政方针</div><div class="notion-text notion-block-3cb6f381cbe846d9a1869132aa4dea6f">Associate Editor 副主编，审稿，找专家评审，学习</div><div class="notion-text notion-block-e0931f95b7cb46b9be51cecc22c852e9">Managing Editor 管理编辑 应该是关注其他的生活</div><div class="notion-text notion-block-226f1fc75a624398963502d41982d739">当然还有其他的编辑，比如说topic editor</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-a49cf6f8a60745b983c1309f2231a79a" data-id="a49cf6f8a60745b983c1309f2231a79a"><span><div id="a49cf6f8a60745b983c1309f2231a79a" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a49cf6f8a60745b983c1309f2231a79a" 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-94fe19a09863452a86195fcd2700d694">第一，确定主编和副主编的研究方向和文章发表情况，从而选择对应的编辑。投稿的时候，应该查阅一下主编和副主编。通过搜索引擎，找到这个编辑所在单位的网页介绍，或者说ORCID、ResearchGate、Google Scholar等等。从而确定这个编辑的研究方向和文章发表情况。通过这种方式，对文章发表情况有了一定的了解。这样的话，就能够投稿选择编辑的时候，便能够有一份助力。</div><div class="notion-text notion-block-528984ce7285404d94a7eee22774a5df">第二，找到本领域的大佬。科研人员那么多，根据文献找大佬，太费劲了。有一次开组会，导师说了一句话“你去看一下xxx，他曾经是polymer的编辑”。这一次看到编辑的时候，想到了这个信息。于是明白，期刊编辑那肯定是行业内大家都认同的专家，这是一种快速找到细分领域专家的方式。</div><div class="notion-text notion-block-89bcc3b1f34d40d0b520eff30c6e84cd">第三，看大佬的科研动态，紧抓研究前沿。文章多了去了，读是读不完的，那怎么办呢？有选择性的读。之前是根据期刊选择。这里似乎可以根据大佬的文章发表情况来选择对应的文章。</div><div class="notion-text notion-block-4800c1f34fba4075b5686dbf343b763d">以上三点就是我思考的调查一个期刊的主编和副主编后，能够对我们起到的帮助。如果你能够有更好的建议，可以提出来呀。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[057 关于618装机的思考]]></title>
            <link>https://ddw2019.com/057</link>
            <guid>f029d928-5d74-4ef5-8093-8414ce33d39e</guid>
            <pubDate>Sat, 01 Jul 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[618期间，嫌弃自己的电脑慢，组装了一台电脑。这里有了些许思考]]></description>
            <content:encoded><![CDATA[<div id="container" class="max-w-5xl font-medium mx-auto undefined"><main class="notion light-mode notion-page notion-block-f029d9285d744ef580938414ce33d39e"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-fcff4f61de1247c7b4dc44cdeb4d9873">618期间，嫌弃自己的电脑慢，组装了一台电脑。这里有了些许思考</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-675a4f61f3b64bc8be0e9a7541395cb4" data-id="675a4f61f3b64bc8be0e9a7541395cb4"><span><div id="675a4f61f3b64bc8be0e9a7541395cb4" class="notion-header-anchor"></div><a class="notion-hash-link" href="#675a4f61f3b64bc8be0e9a7541395cb4" 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-text notion-block-30104ed7ee2b45f290c629478cdc6c4e">我第一次看到配置单的时候，感觉这个电脑怎么那么复杂？怎么出了CPU，内存，硬盘，还有电源、风扇、显卡、主板？这些东西都是什么关系？</div><div class="notion-text notion-block-ee30478ac5b440e3b6be67d54e978322">经过这段时间的思考呀，电脑的主机主要包含9个配件</div><ul class="notion-list notion-list-disc notion-block-45312fad520245ca96a2b5385ed70e7c"><li>核心配件：CPU、主板、显卡</li></ul><ul class="notion-list notion-list-disc notion-block-9522bf439ee34d3a86c61f824987bd22"><li>性能配件：内存、硬盘、电源</li></ul><ul class="notion-list notion-list-disc notion-block-612daf8be5ff43a895625c35d494b400"><li>辅助配件：机箱、风扇、散热</li></ul><div class="notion-text notion-block-37d25d477d4743958d5c521ec7f1cfd3">选择配置单的时候，根据需求，先确定核心配件后，再确定后面的配件组成。比如说B站知名UP主给别人的电脑升级也是这种方式，先从CPU开始说起。</div><figure class="notion-asset-wrapper notion-asset-wrapper-video notion-block-bd7ec3a9a6984717bfc5e0f181c98007"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column;height:100px"><video playsinline="" controls="" preload="metadata" style="object-fit:contain" src="https://www.bilibili.com/video/BV15k4y1M7hU/" title="video"></video></div></figure><div class="notion-text notion-block-b9d2d5e702fa4d47bc81309fe7cdc7ef">之后再按照<b>门当户对</b>来挑选下面的配置。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-b9a7ca638d594a45b9779a12779617d1" data-id="b9a7ca638d594a45b9779a12779617d1"><span><div id="b9a7ca638d594a45b9779a12779617d1" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b9a7ca638d594a45b9779a12779617d1" 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-text notion-block-5664e62b7ed54db3aad5fce8094ad416">在2023年，电脑是工作的生产力工具。当然，有人说是手机？</div><ul class="notion-list notion-list-disc notion-block-87c6e7e723ae42ada82ac6aae36d768f"><li>可是手机性能再好，能够有电脑好？</li></ul><ul class="notion-list notion-list-disc notion-block-fce6af21f1124ba88d25057934bfb670"><li>手机再大，能有电脑屏幕大？</li></ul><ul class="notion-list notion-list-disc notion-block-453cba3ba33040f78a2fb675165644f8"><li>手机再强，能跑多少生产力工具？</li></ul><ul class="notion-list notion-list-disc notion-block-eb3c37e27da54f55b06bbe2cd672476a"><li>……</li></ul><div class="notion-text notion-block-da972bdd405b4a1dafc4b9d1bb378439">所以，电脑才是生产力工具。</div><div class="notion-text notion-block-726d39d982c3491cb676aa26297fe0d6">对于这种安身立命的工具，了解组成并且能够进行修理乃至组装不是正常的事件吗？</div><ul class="notion-list notion-list-disc notion-block-f8b46338520340b3b1dfa3edfee4b82e"><li>紧急工作，电脑坏了，找人修，来的急吗？</li></ul><ul class="notion-list notion-list-disc notion-block-15890d6a1cd7489cb8cb0eec84de6152"><li>数据重要，别人顺便拿走自己的数据怎么办？</li></ul><ul class="notion-list notion-list-disc notion-block-6c330c8e6e0040e6b34f17712ebe2cb7"><li>修理的时候，一顿糊弄，让多花了很多不必要的钱来修电脑怎么办？</li></ul><ul class="notion-list notion-list-disc notion-block-77b800eafb3c4c03a5edef0ff6d0e228"><li>……</li></ul><div class="notion-text notion-block-ebb91db7082c4163a89c0e95ae54e1a3">而且在这个时候，组装电脑一点都不费劲。B站、知乎、贴吧等都有装机配置和教程。只要你能够静下心来，就能够按照自己的需求来组装一台属于你自己的电脑。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-93f8afa4a2894fa0961a1559573e5942" data-id="93f8afa4a2894fa0961a1559573e5942"><span><div id="93f8afa4a2894fa0961a1559573e5942" class="notion-header-anchor"></div><a class="notion-hash-link" href="#93f8afa4a2894fa0961a1559573e5942" 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-text notion-block-7e308a3bc1234513859ae23eecd2adca">装完电脑之后，感觉电脑和人一样。</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-b04977c3d1584d69bdb9aa1cbaab3419" data-id="b04977c3d1584d69bdb9aa1cbaab3419"><span><div id="b04977c3d1584d69bdb9aa1cbaab3419" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b04977c3d1584d69bdb9aa1cbaab3419" 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></h3><div class="notion-text notion-block-5597966fdf7c4812b5a3901ee891ca77">CPU，逻辑处理中心，大脑左脑</div><div class="notion-text notion-block-ac2c3a80e44041fca1038d7c2722fdb6">主板，所有配件的载体和连接，神经系统、内分泌系统</div><div class="notion-text notion-block-4044978841484cfe9a2a986ca0b1ba29">显卡，图像和音频数据输出，大脑右脑</div><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-b4213a84a59944b7b9b04901ddb07569" data-id="b4213a84a59944b7b9b04901ddb07569"><span><div id="b4213a84a59944b7b9b04901ddb07569" class="notion-header-anchor"></div><a class="notion-hash-link" href="#b4213a84a59944b7b9b04901ddb07569" 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></h3><div class="notion-text notion-block-fea389804d5845549442aa61181ab803">内存，短暂存储的信息，思考问题的时候，脑中存在的几个信息点</div><div class="notion-text notion-block-d8de565092374116be504e66d8faed03">硬盘，长期存储的信息，记忆</div><div class="notion-text notion-block-e1ee35de72544a18a4482e648e984c88">电源，供给能量的运输，消化系统和循环系统</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-fec914586fab43c8b77c60c175f55587" data-id="fec914586fab43c8b77c60c175f55587"><span><div id="fec914586fab43c8b77c60c175f55587" class="notion-header-anchor"></div><a class="notion-hash-link" href="#fec914586fab43c8b77c60c175f55587" 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-text notion-block-0a7708f661d544a283bcb2bb9981bdcf">机箱，外部保护装置和内部骨架，人体骨架和表皮</div><div class="notion-text notion-block-21dd9c0ef8664a7f8541bd50d78ccedc">风扇，散热，毛孔和毛发，排出汗水来散热</div><div class="notion-text notion-block-df944476b9e34046a794040a80cc409b">散热，用来对CPU进行散热处理，这就是思考的时候，头上会剧烈流汗。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-7280f808e58645b081005e2b7a44c2d0" data-id="7280f808e58645b081005e2b7a44c2d0"><span><div id="7280f808e58645b081005e2b7a44c2d0" class="notion-header-anchor"></div><a class="notion-hash-link" href="#7280f808e58645b081005e2b7a44c2d0" 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-text notion-block-0247c029b7d342fa84cc095bbd803b85">输入配件，键盘、鼠标、麦克风、摄像头，对应于我们图像、声音、文字等信息的输入</div><div class="notion-text notion-block-ab01f55d34a54b61b49258e0d971423d">输出配件，显示器、音响、打印机，对应于我们的绘画、声音、其他构想。</div><div class="notion-text notion-block-64e8c8e719484c6b884a8a60731a501b">所以，电脑就是我们的第二大脑，是对我们大脑的辅助和补充。应该学习结构并且充分利用起来。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[056 邮箱管理方案 第二部分]]></title>
            <link>https://ddw2019.com/056</link>
            <guid>3a90b0fb-9391-4668-992a-4e17e5db0690</guid>
            <pubDate>Wed, 14 Jun 2023 00:00:00 GMT</pubDate>
            <description><![CDATA[这是我的邮箱管理方案v1.0]]></description>
            <content:encoded><![CDATA[<div id="container" class="max-w-5xl font-medium mx-auto undefined"><main class="notion light-mode notion-page notion-block-3a90b0fb93914668992a4e17e5db0690"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-text notion-block-1703fc69e9d74a55812f047070f7b695">邮箱是科研人员的通讯方式，有以下的要求：</div><ol start="1" class="notion-list notion-list-numbered notion-block-599a1047d30b4bfa9d751164db85f80f"><li>区分学术邮箱（即“e.cn”或者“ac.cn”结尾的邮箱）和生活邮箱</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-4c4eb19871534fdcb4dc80c179ed7870"><li>及时提醒</li></ol><ol start="3" class="notion-list notion-list-numbered notion-block-1007c9260fe341888aa0d39f4d5876b9"><li>统一管理</li></ol><div class="notion-text notion-block-aff0ddc9c547488a900581ac15c01bbe">根据我的实践，提出了我的邮箱管理方案。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-f07b7dfaa575416e8b1daa515b784e60" data-id="f07b7dfaa575416e8b1daa515b784e60"><span><div id="f07b7dfaa575416e8b1daa515b784e60" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f07b7dfaa575416e8b1daa515b784e60" 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-text notion-block-e5ce4294126f448fae7aa42dfc0939d0">邮箱应当确认不同的用途，学术使用，生活使用，注册使用。</div><div class="notion-text notion-block-6b167cf46617481eb10a60ca9023c866">学术邮箱：学校或者单位给的邮箱，“edu.cn”或者“ac.cn”结尾的邮箱</div><div class="notion-text notion-block-dc38bdcd4c8142f0a9a4bc6034c6b54b">生活使用：商业化邮箱，比如说国外的使用Gmail，国内体验感最高的是QQ邮箱</div><div class="notion-text notion-block-db234090f5134eb0a2a705b7c4050874">注册使用：使用firefox提供的匿名邮箱服务。更多的内容可见<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://sspai.com/post/70198">https://sspai.com/post/70198</a></div><div class="notion-text notion-block-af240f55a9714d2f918fce1ea2eee8fd">这样的话，看到哪个邮箱来的话，就知道这封邮件到底是干啥的了。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-573b9b29d11f4a82b3baeb6760cc36bf" data-id="573b9b29d11f4a82b3baeb6760cc36bf"><span><div id="573b9b29d11f4a82b3baeb6760cc36bf" class="notion-header-anchor"></div><a class="notion-hash-link" href="#573b9b29d11f4a82b3baeb6760cc36bf" title="网页端 vs 客户端"><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">网页端 vs 客户端</span></span></h2><div class="notion-text notion-block-d001acd6333c4157affe7a5b72761d4a">邮箱既可以使用网页端，也可以使用本地的客户端。</div><div class="notion-text notion-block-7ff6cafa8e4c44a5ad68ae2033a22a6f"><b>网页端</b>在任何一台有浏览器的设备上，就可以使用。但是每一个邮箱都需要单独的登录。</div><div class="notion-text notion-block-9f3ba20451ae49828795645d21e278ba"><b>客户端</b>需要进行配置之后才可以使用。但是却能够管理多个邮箱。</div><div class="notion-text notion-block-f8d646315af74a5a86eff632987435d8">对科研人员来说，设备一般都是确定的，都是自己的办公电脑或者手机。那么，使用<b>客观端</b>便是一个非常好的选择。</div><div class="notion-text notion-block-54cfc48f4d8a429ba8ca89588476ac2a">目前来说，Windows平台和手机平台的客户端下面几个较好：</div><ul class="notion-list notion-list-disc notion-block-afdf130a8ea14b67a0c9ad6ae2f99412"><li>windows：outlook和foxmail</li></ul><ul class="notion-list notion-list-disc notion-block-b76fc9c3bd384cd19e549e6f5f24efd2"><li>手机端：QQ邮箱，网易邮箱大师，<b>手机自带邮箱应用（推荐）</b></li></ul><div class="notion-text notion-block-da7071a5213f422d99511c81e530fe72">windows端选择的是foxmail，主要以下两点原因：</div><ol start="1" class="notion-list notion-list-numbered notion-block-14d2dcb2fe064244a225c8e1085702b2"><li>foxmail是绿色软件，更换设备的话，直接把整个文件夹移动过去就行了。</li></ol><ol start="2" class="notion-list notion-list-numbered notion-block-468e82afba744edba37bd2f7a4322435"><li>相比较于outlook，foxmail界面更加简单一点。</li></ol><div class="notion-text notion-block-80732b02ea0248368bfe236dd1941551">绑定的过程中，推荐使用imap模式，而不是pop3模式。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-6a01de2a1b9847dd842890be21f860b3" data-id="6a01de2a1b9847dd842890be21f860b3"><span><div id="6a01de2a1b9847dd842890be21f860b3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6a01de2a1b9847dd842890be21f860b3" 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-text notion-block-d5232036998141cbb6016b2087ac2026">邮件处理流程一共有四步，收集，过滤，处理，归档</div><div class="notion-text notion-block-3a97f00596a0436c8fe23ae86ae24fdd">第一，收集，即把所有的邮箱收集到一个地方。通过本地的客户端，把邮箱绑定到foxmail当中，那么所有的邮件都会收集到“常用文件夹——收件箱”当中。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-c91f787d306846cdac7766af667278c7"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614001812601.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-31932e6624cc453d9d90ab73dcfdef1c">我在foxmail当中绑定了3个邮箱</div><ul class="notion-list notion-list-disc notion-block-729fcadea8c741e7a49a96ad02908483"><li>学校邮箱</li></ul><ul class="notion-list notion-list-disc notion-block-6ab09be77bdf45e49e6eecd85201e784"><li>QQ邮箱</li></ul><ul class="notion-list notion-list-disc notion-block-fda9a1b417e04835b05d312dca4c27d6"><li>工作邮箱</li></ul><div class="notion-text notion-block-aecc1984760f45979192a91383dcb1f8">这样的话，当邮件来的时候，便会在最左上角的常用文件夹当中显示。</div><div class="notion-text notion-block-ea9cbb4f5c7d4e13aa1f852e88b26f94">第二，过滤，即删除不相关的邮件，如广告、诈骗信息……在“常用文件夹——收件箱”当中，直接删除没有过滤完全的垃圾邮件。当然，也可以使用“白名单”和“黑名单”功能来自动过滤邮件。</div><div class="notion-text notion-block-f5608a0c27174f2187f59cec8b6cbe8d">第三，处理，即阅读后做出行动。如老板发一封邮件，告诉你该干啥干啥。看到了之后就立刻去干呀。</div><div class="notion-text notion-block-4c2a8176c1894deb9157c70dfdeb8d62">第四，归档，即把邮件处理好。包含移动、打标签的过程。方便后续查找。</div><div class="notion-text notion-block-1d2606751d144d77b8884300a176fe9b">做完了上面四步，才能够算是一个完整的流程。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-f86dee7842d144fa9946e43945371fbe" data-id="f86dee7842d144fa9946e43945371fbe"><span><div id="f86dee7842d144fa9946e43945371fbe" class="notion-header-anchor"></div><a class="notion-hash-link" href="#f86dee7842d144fa9946e43945371fbe" 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-text notion-block-37f86ffb8baf4137b47e6cdcc7ca6819">foxmail的文件夹有两种类型。</div><ul class="notion-list notion-list-disc notion-block-1bb4fbb3465044fb863e48eb26e3080d"><li>文件夹：和正常的文件夹一样，一份邮件只能够存在于一个文件夹当中</li></ul><ul class="notion-list notion-list-disc notion-block-659ac877e68343ac89bf0c30082c3e33"><li>搜索文件夹：根据特定的条件，把邮件自动放置到此文件当中。</li></ul><div class="notion-text notion-block-76a63d4c3d5840808e23d08f51ffe76b"><b>文件夹</b>很好理解，这里要单独说一下<b>搜索文件夹</b>的用法。</div><div class="notion-text notion-block-39af9f6885e5409cb4a2bdd1d9e71ff6">第一，右击建立<b>搜索文件夹</b></div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d1f370626414490d8968373641dc0bcc"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614003021622.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-47c3b3b7be0c46f28317632c4e869f89">第二，设置<b>搜索文件夹</b>的名称和相应的条件。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-b8db901231084c10a9a3b2c923d266de"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614003221659.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-ffb8780259e3410ab00f43a401478f5a">下面，便会自动根据条件来显示相应的邮件。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d2ee625f043149ea8d9bfb80768e762f"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614003820712.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-cea24f2753c244a9815ee7aff5d0a4c1">那么，“文件夹”和“搜索文件夹”到底干嘛用呢？</div><div class="notion-text notion-block-70afec6f8cde407a86f519e7ccc77d8a">对我来说，“文件夹”是用来归档使用（一般按照年份或者时间段来归档），“搜索文件夹”是对某一部分特定内容的提取。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-2bed34f226fd43d78f945c6f54266f14" data-id="2bed34f226fd43d78f945c6f54266f14"><span><div id="2bed34f226fd43d78f945c6f54266f14" class="notion-header-anchor"></div><a class="notion-hash-link" href="#2bed34f226fd43d78f945c6f54266f14" 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-text notion-block-c971fd0220614cd9b86d475038735b7a">foxmail还是可以设置标签，方便以后的查找。而且设置标签也非常方便。右击选择就行。除了这种方式，还可以使用快捷键进行使用。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-9d22f9d36c7048ba88db15f36f486415"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614004233065.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-1bd5beb0f2f147bc8aa74ffc36662301">当然，标签要有所节制。我对标签进行了设定，使用杜威十进制来排列标签。当邮件在归档的时候，必须要打上标签，这样才能够更方便找到这封邮件。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-a630aaab14374291a1f358ec746a22c3" data-id="a630aaab14374291a1f358ec746a22c3"><span><div id="a630aaab14374291a1f358ec746a22c3" class="notion-header-anchor"></div><a class="notion-hash-link" href="#a630aaab14374291a1f358ec746a22c3" 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-text notion-block-e512c624602e4f788ca5cc667da06594">规则，在foxmail里面被称作“过滤器”，即某些操作可以不自己操作，设置好规则之后，便可以自动操作。</div><div class="notion-text notion-block-70d1fa0863ab4c3aa15972becd2a55da">第一步，选择“过滤器”</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-d5e24b8be65147ceb61e66afd5682169"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614005039661.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-18df830547d642d6a11fdf9bb6473061">第二步，设置相应的规则信息</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-9b56a429ada04108b02892f7bcf27f19"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614004714931.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-e751e87448f4477eb059141877117927">因为电子发票仅仅是发票，所以不需要出现在收件箱当中。于是设置来了之后，移动到文件夹“ustc ciac”，打上标签，并且标记为已读。</div><div class="notion-text notion-block-c93cb0d69c274e82b5e947acc23be360">大家可以设置属于自己的规则呀。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-c6003cd03aba4a4791b2a843afc8a28e" data-id="c6003cd03aba4a4791b2a843afc8a28e"><span><div id="c6003cd03aba4a4791b2a843afc8a28e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#c6003cd03aba4a4791b2a843afc8a28e" 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-text notion-block-c2621128419348a1be5f33791a1dcdfa">第一，邮件提醒</div><div class="notion-text notion-block-20138f02f6694c32937b82ef596d29f7">foxmail设置开机自启，那么邮件来的时候，便会在右下角提醒。</div><div class="notion-text notion-block-20d604ff705a4b3e8b5aa9ecae5395fd">手机端邮箱应用放在首页，这样能够看到。当然，还可以把邮件自动转发到QQ邮箱，那么在微信聊天界面便会提醒邮箱来了。</div><figure class="notion-asset-wrapper notion-asset-wrapper-image notion-block-a21db2926c44428d97fea9ad24d5cf3b"><div style="position:relative;display:flex;justify-content:center;align-self:center;width:100%;max-width:100%;flex-direction:column"><img src="https://ddw2019.oss-cn-shanghai.aliyuncs.com/2023-typora/image-20230614005719840.png" alt="notion image" loading="lazy" decoding="async"/></div></figure><div class="notion-text notion-block-31a6c190df1b438fb2373d23655e9e79">第二，使用IMAP而不是POP3模式。</div><div class="notion-text notion-block-5cfe3e08bf674c318aaa1e0a1bb7a948">这样的话，任何一个设备进行的操作，便会同步到其他的设备。别如说，你在手机邮箱阅读了一封邮件，标记为“已读”，那么在电脑端和网页端也都会显示这封邮件是已读的。</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-3d5ee3361daa4d18aaa23d4cf47d46ae" data-id="3d5ee3361daa4d18aaa23d4cf47d46ae"><span><div id="3d5ee3361daa4d18aaa23d4cf47d46ae" class="notion-header-anchor"></div><a class="notion-hash-link" href="#3d5ee3361daa4d18aaa23d4cf47d46ae" 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-text notion-block-34d3b3737149445db45057f758538d0d">以上的都是我邮箱管理实践过程中的成果，非常适合我，但是不一定适合大家。不过“他山之石，可以攻玉”，这中间的一些想法，大家可以借鉴一下呀。如果有更多问题，可以给我发邮件 <a target="_blank" rel="noopener noreferrer" class="notion-link" href="mailto:ddw2019@foxmail.com">ddw2019@foxmail.com</a>，咱们共同讨论，共同进步。</div><div class="notion-blank notion-block-f75fc20215a148978f9fdc8bf571c0b3"> </div><div class="notion-text notion-block-e66b80f18a114c6aa8262df9e3d3332c">冬冬</div><div class="notion-text notion-block-0300d88a74a84a179d38765234fe519a">2023.06.13</div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>