<?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>小栈</title>
        <link>https://blog.invictus.ac.cn/</link>
        <description>热爱生活 享受生活 超越生活 </description>
        <lastBuildDate>Wed, 11 Feb 2026 02:07:56 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 2026, Invictus</copyright>
        <item>
            <title><![CDATA[服务经过代理，更好的获取客户端IP]]></title>
            <link>https://blog.invictus.ac.cn/category/technology/2025/10/25/proxy-client-real-ip</link>
            <guid>https://blog.invictus.ac.cn/category/technology/2025/10/25/proxy-client-real-ip</guid>
            <pubDate>Sat, 25 Oct 2025 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-297a8047f218802ab7c9f76bc63909e0"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><div class="notion-callout notion-gray_background_co notion-block-297a8047f218800c9e5dfbf35be71d00"><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">真真假假，假假真真：
起因是我发现 emby 和 rustdesk 在经过 caddy 代理后，记录的 IP 都不对。</div></div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-297a8047f218809a99d2f32563597e05" data-id="297a8047f218809a99d2f32563597e05"><span><div id="297a8047f218809a99d2f32563597e05" class="notion-header-anchor"></div><a class="notion-hash-link" href="#297a8047f218809a99d2f32563597e05" 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-297a8047f21880d5b076fb1ac2a83666" data-id="297a8047f21880d5b076fb1ac2a83666"><span><div id="297a8047f21880d5b076fb1ac2a83666" class="notion-header-anchor"></div><a class="notion-hash-link" href="#297a8047f21880d5b076fb1ac2a83666" title="服务是如何记录客户端 IP 的"><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">服务是如何记录客户端 IP 的</span></span></h3><div class="notion-text notion-block-297a8047f218805bb7aec10dcf07f9d8">服务一般是通过 <code class="notion-inline-code">x-real-ip</code> 或者 <code class="notion-inline-code">x-forwared-for</code> 字段中的 IP 来进行记录的</div><div class="notion-text notion-block-297a8047f21880129d6efd5a492b3ba3">其中 <code class="notion-inline-code">x-real-ip</code> 是单个 ip 值，<code class="notion-inline-code">x-forwared-for</code> 是逗号分隔的 ip 数组</div><ul class="notion-list notion-list-disc notion-block-297a8047f218802384acc59770e2d7f4"><li><code class="notion-inline-code">x-real-ip</code> 客户端的真实 IP</li></ul><ul class="notion-list notion-list-disc notion-block-297a8047f21880a69855e39ddc3dc0b8"><li><code class="notion-inline-code">x-forwared-for</code> 没经过一次代理，就会增加一个值</li></ul><h3 class="notion-h notion-h2 notion-h-indent-1 notion-block-297a8047f218803ab13ce6effb28cf9e" data-id="297a8047f218803ab13ce6effb28cf9e"><span><div id="297a8047f218803ab13ce6effb28cf9e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#297a8047f218803ab13ce6effb28cf9e" 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-297a8047f21880d28997c62663a20ed6">这个取决于服务端自身的实现的逻辑</div><div class="notion-text notion-block-297a8047f21880448d4be929a6718d7d">针对于 emby 和 rustdesk 来说，貌似会优先使用 <code class="notion-inline-code">x-forwared-for</code></div><div class="notion-text notion-block-297a8047f218808e8263dfdad0ff64b4">所以为了避免他俩记录的值没意义，应该需要在 caddy 将 <code class="notion-inline-code">x-forwared-for</code> 主动移除掉</div><div class="notion-text notion-block-297a8047f21880748f5cebda7107fe37">示例配置如下</div><h2 class="notion-h notion-h1 notion-h-indent-0 notion-block-297a8047f2188095a3b9ef768cbaca4f" data-id="297a8047f2188095a3b9ef768cbaca4f"><span><div id="297a8047f2188095a3b9ef768cbaca4f" class="notion-header-anchor"></div><a class="notion-hash-link" href="#297a8047f2188095a3b9ef768cbaca4f" 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><ul class="notion-list notion-list-disc notion-block-297a8047f218809fbaeecf86adab26ce"><li>caddy 操作 header 文档：<span class="notion-link-mention"><a href="https://caddy2.dengxiaolong.com/docs/caddyfile/directives/reverse_proxy#headers" target="_blank" rel="noopener noreferrer" class="notion-link-mention-link"><img class="notion-link-mention-icon" src="https://caddy2.dengxiaolong.com/resources/images/favicon.png"/><span class="notion-link-mention-title">reverse_proxy (Caddyfile指令) - Caddy v2中文文档</span></a><div class="notion-link-mention-preview"><article class="notion-link-mention-card"><img class="notion-link-mention-preview-thumbnail" alt="reverse_proxy (Caddyfile指令) - Caddy v2中文文档" referrerPolicy="same-origin"/><div class="notion-link-mention-preview-content"><p class="notion-link-mention-preview-title">reverse_proxy (Caddyfile指令) - Caddy v2中文文档</p><p class="notion-link-mention-preview-description">Caddy is a powerful, enterprise-ready, open source web server with automatic HTTPS written in Go</p><div class="notion-link-mention-preview-footer"><img class="notion-link-mention-preview-icon" src="https://caddy2.dengxiaolong.com/resources/images/favicon.png" referrerPolicy="same-origin"/><span class="notion-link-mention-preview-provider"></span></div></div></article></div></span></li></ul><ul class="notion-list notion-list-disc notion-block-297a8047f21880fe9941e8af404b00b3"><li>检测客户端信息工具：<a target="_blank" rel="noopener noreferrer" href="https://github.com/mendhak/docker-http-https-echo" class="notion-external notion-external-mention"><div class="notion-external-image"><svg viewBox="0 0 260 260"><g><path d="M128.00106,0 C57.3172926,0 0,57.3066942 0,128.00106 C0,184.555281 36.6761997,232.535542 87.534937,249.460899 C93.9320223,250.645779 96.280588,246.684165 96.280588,243.303333 C96.280588,240.251045 96.1618878,230.167899 96.106777,219.472176 C60.4967585,227.215235 52.9826207,204.369712 52.9826207,204.369712 C47.1599584,189.574598 38.770408,185.640538 38.770408,185.640538 C27.1568785,177.696113 39.6458206,177.859325 39.6458206,177.859325 C52.4993419,178.762293 59.267365,191.04987 59.267365,191.04987 C70.6837675,210.618423 89.2115753,204.961093 96.5158685,201.690482 C97.6647155,193.417512 100.981959,187.77078 104.642583,184.574357 C76.211799,181.33766 46.324819,170.362144 46.324819,121.315702 C46.324819,107.340889 51.3250588,95.9223682 59.5132437,86.9583937 C58.1842268,83.7344152 53.8029229,70.715562 60.7532354,53.0843636 C60.7532354,53.0843636 71.5019501,49.6441813 95.9626412,66.2049595 C106.172967,63.368876 117.123047,61.9465949 128.00106,61.8978432 C138.879073,61.9465949 149.837632,63.368876 160.067033,66.2049595 C184.49805,49.6441813 195.231926,53.0843636 195.231926,53.0843636 C202.199197,70.715562 197.815773,83.7344152 196.486756,86.9583937 C204.694018,95.9223682 209.660343,107.340889 209.660343,121.315702 C209.660343,170.478725 179.716133,181.303747 151.213281,184.472614 C155.80443,188.444828 159.895342,196.234518 159.895342,208.176593 C159.895342,225.303317 159.746968,239.087361 159.746968,243.303333 C159.746968,246.709601 162.05102,250.70089 168.53925,249.443941 C219.370432,232.499507 256,184.536204 256,128.00106 C256,57.3066942 198.691187,0 128.00106,0 Z M47.9405593,182.340212 C47.6586465,182.976105 46.6581745,183.166873 45.7467277,182.730227 C44.8183235,182.312656 44.2968914,181.445722 44.5978808,180.80771 C44.8734344,180.152739 45.876026,179.97045 46.8023103,180.409216 C47.7328342,180.826786 48.2627451,181.702199 47.9405593,182.340212 Z M54.2367892,187.958254 C53.6263318,188.524199 52.4329723,188.261363 51.6232682,187.366874 C50.7860088,186.474504 50.6291553,185.281144 51.2480912,184.70672 C51.8776254,184.140775 53.0349512,184.405731 53.8743302,185.298101 C54.7115892,186.201069 54.8748019,187.38595 54.2367892,187.958254 Z M58.5562413,195.146347 C57.7719732,195.691096 56.4895886,195.180261 55.6968417,194.042013 C54.9125733,192.903764 54.9125733,191.538713 55.713799,190.991845 C56.5086651,190.444977 57.7719732,190.936735 58.5753181,192.066505 C59.3574669,193.22383 59.3574669,194.58888 58.5562413,195.146347 Z M65.8613592,203.471174 C65.1597571,204.244846 63.6654083,204.03712 62.5716717,202.981538 C61.4524999,201.94927 61.1409122,200.484596 61.8446341,199.710926 C62.5547146,198.935137 64.0575422,199.15346 65.1597571,200.200564 C66.2704506,201.230712 66.6095936,202.705984 65.8613592,203.471174 Z M75.3025151,206.281542 C74.9930474,207.284134 73.553809,207.739857 72.1039724,207.313809 C70.6562556,206.875043 69.7087748,205.700761 70.0012857,204.687571 C70.302275,203.678621 71.7478721,203.20382 73.2083069,203.659543 C74.6539041,204.09619 75.6035048,205.261994 75.3025151,206.281542 Z M86.046947,207.473627 C86.0829806,208.529209 84.8535871,209.404622 83.3316829,209.4237 C81.8013,209.457614 80.563428,208.603398 80.5464708,207.564772 C80.5464708,206.498591 81.7483088,205.631657 83.2786917,205.606221 C84.8005962,205.576546 86.046947,206.424403 86.046947,207.473627 Z M96.6021471,207.069023 C96.7844366,208.099171 95.7267341,209.156872 94.215428,209.438785 C92.7295577,209.710099 91.3539086,209.074206 91.1652603,208.052538 C90.9808515,206.996955 92.0576306,205.939253 93.5413813,205.66582 C95.054807,205.402984 96.4092596,206.021919 96.6021471,207.069023 Z" fill="#161614"></path></g></svg></div><div class="notion-external-description"><div class="notion-external-title">docker-http-https-echo</div><div class="notion-external-subtitle"><div class="notion-preview-card-domain-warp"><div class="notion-preview-card-logo"><svg viewBox="0 0 260 260"><g><path d="M128.00106,0 C57.3172926,0 0,57.3066942 0,128.00106 C0,184.555281 36.6761997,232.535542 87.534937,249.460899 C93.9320223,250.645779 96.280588,246.684165 96.280588,243.303333 C96.280588,240.251045 96.1618878,230.167899 96.106777,219.472176 C60.4967585,227.215235 52.9826207,204.369712 52.9826207,204.369712 C47.1599584,189.574598 38.770408,185.640538 38.770408,185.640538 C27.1568785,177.696113 39.6458206,177.859325 39.6458206,177.859325 C52.4993419,178.762293 59.267365,191.04987 59.267365,191.04987 C70.6837675,210.618423 89.2115753,204.961093 96.5158685,201.690482 C97.6647155,193.417512 100.981959,187.77078 104.642583,184.574357 C76.211799,181.33766 46.324819,170.362144 46.324819,121.315702 C46.324819,107.340889 51.3250588,95.9223682 59.5132437,86.9583937 C58.1842268,83.7344152 53.8029229,70.715562 60.7532354,53.0843636 C60.7532354,53.0843636 71.5019501,49.6441813 95.9626412,66.2049595 C106.172967,63.368876 117.123047,61.9465949 128.00106,61.8978432 C138.879073,61.9465949 149.837632,63.368876 160.067033,66.2049595 C184.49805,49.6441813 195.231926,53.0843636 195.231926,53.0843636 C202.199197,70.715562 197.815773,83.7344152 196.486756,86.9583937 C204.694018,95.9223682 209.660343,107.340889 209.660343,121.315702 C209.660343,170.478725 179.716133,181.303747 151.213281,184.472614 C155.80443,188.444828 159.895342,196.234518 159.895342,208.176593 C159.895342,225.303317 159.746968,239.087361 159.746968,243.303333 C159.746968,246.709601 162.05102,250.70089 168.53925,249.443941 C219.370432,232.499507 256,184.536204 256,128.00106 C256,57.3066942 198.691187,0 128.00106,0 Z M47.9405593,182.340212 C47.6586465,182.976105 46.6581745,183.166873 45.7467277,182.730227 C44.8183235,182.312656 44.2968914,181.445722 44.5978808,180.80771 C44.8734344,180.152739 45.876026,179.97045 46.8023103,180.409216 C47.7328342,180.826786 48.2627451,181.702199 47.9405593,182.340212 Z M54.2367892,187.958254 C53.6263318,188.524199 52.4329723,188.261363 51.6232682,187.366874 C50.7860088,186.474504 50.6291553,185.281144 51.2480912,184.70672 C51.8776254,184.140775 53.0349512,184.405731 53.8743302,185.298101 C54.7115892,186.201069 54.8748019,187.38595 54.2367892,187.958254 Z M58.5562413,195.146347 C57.7719732,195.691096 56.4895886,195.180261 55.6968417,194.042013 C54.9125733,192.903764 54.9125733,191.538713 55.713799,190.991845 C56.5086651,190.444977 57.7719732,190.936735 58.5753181,192.066505 C59.3574669,193.22383 59.3574669,194.58888 58.5562413,195.146347 Z M65.8613592,203.471174 C65.1597571,204.244846 63.6654083,204.03712 62.5716717,202.981538 C61.4524999,201.94927 61.1409122,200.484596 61.8446341,199.710926 C62.5547146,198.935137 64.0575422,199.15346 65.1597571,200.200564 C66.2704506,201.230712 66.6095936,202.705984 65.8613592,203.471174 Z M75.3025151,206.281542 C74.9930474,207.284134 73.553809,207.739857 72.1039724,207.313809 C70.6562556,206.875043 69.7087748,205.700761 70.0012857,204.687571 C70.302275,203.678621 71.7478721,203.20382 73.2083069,203.659543 C74.6539041,204.09619 75.6035048,205.261994 75.3025151,206.281542 Z M86.046947,207.473627 C86.0829806,208.529209 84.8535871,209.404622 83.3316829,209.4237 C81.8013,209.457614 80.563428,208.603398 80.5464708,207.564772 C80.5464708,206.498591 81.7483088,205.631657 83.2786917,205.606221 C84.8005962,205.576546 86.046947,206.424403 86.046947,207.473627 Z M96.6021471,207.069023 C96.7844366,208.099171 95.7267341,209.156872 94.215428,209.438785 C92.7295577,209.710099 91.3539086,209.074206 91.1652603,208.052538 C90.9808515,206.996955 92.0576306,205.939253 93.5413813,205.66582 C95.054807,205.402984 96.4092596,206.021919 96.6021471,207.069023 Z" fill="#161614"></path></g></svg></div><div class="notion-preview-card-domain">Github</div></div><div class="notion-preview-card-title">docker-http-https-echo</div><div class="notion-external-subtitle-item"><div class="notion-external-subtitle-item-name">Owner</div><span class="notion-external-subtitle-item-desc">mendhak</span></div><div class="notion-external-subtitle-item"><div class="notion-external-subtitle-item-name">Updated</div><span class="notion-external-subtitle-item-desc">Oct 25, 2025</span></div><div class="notion-preview-card-github-shields"><img src="https://img.shields.io/github/stars/mendhak/docker-http-https-echo?logo=github" alt=""/><img src="https://img.shields.io/github/last-commit/mendhak/docker-http-https-echo" alt=""/></div></div></div></a></li></ul><ul class="notion-list notion-list-disc notion-block-297a8047f218809480f7e933291fc55f"><li>检测客户端请求信息：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="https://echo.invictus.ac.cn/">https://echo.invictus.ac.cn/</a></li></ul><ul class="notion-list notion-list-disc notion-block-297a8047f21880b8a25af349bfd16c77"><li>使用 emby-proxy 同样处理，检测客户端请求信息：<a target="_blank" rel="noopener noreferrer" class="notion-link" href="http://echo.embyh.invictus.ac.cn:10000/">http://echo.embyh.invictus.ac.cn:10000/</a></li></ul><div class="notion-blank notion-block-297a8047f21880feb338c464fed62198"> </div><div class="notion-callout notion-gray_background_co notion-block-297a8047f21880989e58d8573ec15652"><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></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[夜廊听风]]></title>
            <link>https://blog.invictus.ac.cn/category/essay/2018/07/30/wind-at-lobby-night</link>
            <guid>https://blog.invictus.ac.cn/category/essay/2018/07/30/wind-at-lobby-night</guid>
            <pubDate>Mon, 30 Jul 2018 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-de96734799004f6f903ddca5c2dc43cc"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-e9d98d7dc98d41b3bf3a0954ff3512d5" data-id="e9d98d7dc98d41b3bf3a0954ff3512d5"><span><div id="e9d98d7dc98d41b3bf3a0954ff3512d5" class="notion-header-anchor"></div><a class="notion-hash-link" href="#e9d98d7dc98d41b3bf3a0954ff3512d5" 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></h4><div class="notion-text notion-block-ab3dcc81850e4301bed071cf658a4c19">独卧夜廊畅丹丘，窃以石室归断垣。</div><div class="notion-text notion-block-5379ea9e17034a5a8ca15295b430be8e">云倦云舒自有意，花开花落我无缘。</div><div class="notion-text notion-block-ad235b7ad2804064897c59e954c7c8de">何故晚风急飒飒，应怜寒叶诉嘤嘤。</div><div class="notion-text notion-block-f67f74684c484de6b225ef18332d1b1f">抬望小楼新骄月，也难如钩也难圆。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[日落灵犀]]></title>
            <link>https://blog.invictus.ac.cn/category/essay/2018/07/30/sunset-with-missing</link>
            <guid>https://blog.invictus.ac.cn/category/essay/2018/07/30/sunset-with-missing</guid>
            <pubDate>Mon, 30 Jul 2018 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-18cbbbbe2bb84cc18162d78ad0764b20"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-8c273ce7708442e99adb9eac91d51262" data-id="8c273ce7708442e99adb9eac91d51262"><span><div id="8c273ce7708442e99adb9eac91d51262" class="notion-header-anchor"></div><a class="notion-hash-link" href="#8c273ce7708442e99adb9eac91d51262" 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></h4><div class="notion-text notion-block-b5224d03bc9143b796c6eb4652709e3d">长河渐落蒸日浅，暮霭停云荷池边。</div><div class="notion-text notion-block-772a1ed1246c473c9901140247bed76f">银光弄影花亦好，可恨异地月更圆。</div><div class="notion-text notion-block-d6af34d11f3f4f0985f853b0721d1dc3">寄意寒月亲人面，伊人笑坐话秋千。</div><div class="notion-text notion-block-f0fa2b9c006e4891bdac5a4ad1124e16">一盏残芯一思念，半池涟漪半池缘。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[潇水彷徨]]></title>
            <link>https://blog.invictus.ac.cn/category/essay/2018/07/30/lost-in-river</link>
            <guid>https://blog.invictus.ac.cn/category/essay/2018/07/30/lost-in-river</guid>
            <pubDate>Mon, 30 Jul 2018 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-7668f0fcacf34016a8472bde06423060"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-30db8fb1d0a84553aaa38087276d760e" data-id="30db8fb1d0a84553aaa38087276d760e"><span><div id="30db8fb1d0a84553aaa38087276d760e" class="notion-header-anchor"></div><a class="notion-hash-link" href="#30db8fb1d0a84553aaa38087276d760e" 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></h4><div class="notion-text notion-block-eb893bece5e043959308977df91d1514">踱步徘徊无前路，群稚上空万鸟飞。</div><div class="notion-text notion-block-f8043a49d68e486b8add611f68763d58">和风弱扶三蓑柳，暴雨堪折一剪梅。</div><div class="notion-text notion-block-fc3d2149c5c4402d8d06f9d85c9a841b">振翅何须积跬步，断辕哪供千里行。</div><div class="notion-text notion-block-3da74152513c4136be7de3ebc1c21f5d">时移情移荃不察，何知相知还有谁？</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[秋语]]></title>
            <link>https://blog.invictus.ac.cn/category/essay/2018/07/30/the-whisper-of-autumn</link>
            <guid>https://blog.invictus.ac.cn/category/essay/2018/07/30/the-whisper-of-autumn</guid>
            <pubDate>Mon, 30 Jul 2018 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-1bba8562b4e94fd881f0da6439097367"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-6705f66c8c1747aa86107a8eb0fed089" data-id="6705f66c8c1747aa86107a8eb0fed089"><span><div id="6705f66c8c1747aa86107a8eb0fed089" class="notion-header-anchor"></div><a class="notion-hash-link" href="#6705f66c8c1747aa86107a8eb0fed089" 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></h4><div class="notion-text notion-block-486d50d4149b42d6b0980948bd9cd162">骤雨掀地狂，乌云染树黄。</div><div class="notion-text notion-block-7cec0090e60e46c4b6a8b7285ddacfd4">雾云开混沌，天地辩苍茫。</div></main></div>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[清明对月]]></title>
            <link>https://blog.invictus.ac.cn/category/essay/2018/07/30/qingming-with-moon</link>
            <guid>https://blog.invictus.ac.cn/category/essay/2018/07/30/qingming-with-moon</guid>
            <pubDate>Mon, 30 Jul 2018 00:00:00 GMT</pubDate>
            <content:encoded><![CDATA[<div id="notion-article" class="mx-auto overflow-hidden "><main class="notion light-mode notion-page notion-block-4f4978d2e0c24988bfa3342db31442e7"><div class="notion-viewport"></div><div class="notion-collection-page-properties"></div><h4 class="notion-h notion-h3 notion-h-indent-0 notion-block-bf810971d4e34b4e8bfa2b3ab8957956" data-id="bf810971d4e34b4e8bfa2b3ab8957956"><span><div id="bf810971d4e34b4e8bfa2b3ab8957956" class="notion-header-anchor"></div><a class="notion-hash-link" href="#bf810971d4e34b4e8bfa2b3ab8957956" 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></h4><div class="notion-text notion-block-2485067940ff46a18f3e77d2d1d03c4a">床空孤灯伫，寒食隔夜存。</div><div class="notion-text notion-block-2b1db29e24734efa95e82f30ea9f4481">遥托相思去，倍惜眼前人。</div><div class="notion-text notion-block-4b860e27a85644f09e4d1a1c58c4e701">踏青青山碧，寄灯灯火莹。</div><div class="notion-text notion-block-13adc1c385a44b1ea465c6f2c0c8cf55">仲暮活枯柳，斜影闹黄昏。</div></main></div>]]></content:encoded>
        </item>
    </channel>
</rss>