Giter VIP home page Giter VIP logo

Comments (5)

YDX-2147483647 avatar YDX-2147483647 commented on September 24, 2024 1

目前结论

<pubDate>格式导致 rssto.email 不工作。(<lastBuildDate>则不影响)

✅ Fri, 03 Mar 2023 05:00:00 -0000
❌ Sun, 05 Mar 2023 02:01:21 GMT

rssto.email 用 RFC 822(EEE, dd MMM yyyy HH:mm:ss Z)解析<pubDate>

https://github.com/aksh-at/rss-to-email/blob/8303440aabfeecfdae00e5e3720950c5113450b1/src/datomic/ion/rsstoemail/poller.clj#L17

https://github.com/clj-time/clj-time/blob/b1558aa5b2fc6d052594a3aedca6f23e143a4e5b/src/clj_time/format.clj#L145

clj-time/clj-time#97

from bulletin-issues-transferred.

YDX-2147483647 avatar YDX-2147483647 commented on September 24, 2024

做了一些对比实验。

支持

English, No CDATA

English, No CDATA
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>Is it OK?</title>
            <link>https://xkcd.com/2745/</link>
            <description>As
                the editor has reportedly defeated Death in a series of games of skill, no further
                obituaries are expected." alt="As the editor has reportedly defeated Death in a
                series of games of skill, no further obituaries are expected.</description>
            <pubDate>Fri, 03 Mar 2023 05:00:00 -0000</pubDate>
            <guid>https://xkcd.com/2745/-is-it-ok</guid>
        </item>
        <item>
            <title>Obituary Editor</title>
            <link>https://xkcd.com/2745/</link>
            <description>&lt;img src="https://imgs.xkcd.com/comics/obituary_editor.png" title="As
                the editor has reportedly defeated Death in a series of games of skill, no further
                obituaries are expected." alt="As the editor has reportedly defeated Death in a
                series of games of skill, no further obituaries are expected." /&gt;</description>
            <pubDate>Fri, 03 Mar 2023 05:00:00 -0000</pubDate>
            <guid>https://xkcd.com/2745/</guid>
        </item>
    </channel>
</rss>

English, No CDATA

feed-good

``xml

<title>BulletinIT</title> https://haobit.top/dev/site/notice/ Bulletin Issues Transferred zh-CN Bulletin Issues Transferred Sun, 05 Mar 2023 02:01:21 GMT <title>Is it OK?</title> https://xkcd.com/2745/ As the editor has reportedly defeated Death in a series of games of skill, no further obituaries are expected." alt="As the editor has reportedly defeated Death in a series of games of skill, no further obituaries are expected. Fri, 03 Mar 2023 05:00:00 -0000 https://xkcd.com/2745/-is-it-ok#2023-04-12T16:36:19 ```

English, CDATA

feed-cdata
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>Is it OK?</title>
            <link>https://xkcd.com/2745/</link>
            <description><![CDATA[from <a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm'>here</a>.]]></description>
            <pubDate>Fri, 03 Mar 2023 05:00:00 -0000</pubDate>
            <guid>https://xkcd.com/2745/-is-it-ok#2023-04-12T16:41:43</guid>
        </item>
    </channel>
</rss>

UTF-8, CDATA

feed-zh_CN
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>啊?</title>
            <link>https://xkcd.com/2745/</link>
            <description><![CDATA[from <a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm'>here</a>.]]></description>
            <pubDate>Fri, 03 Mar 2023 05:00:00 -0000</pubDate>
            <guid>https://xkcd.com/2745/-is-it-ok#2023-04-12T17:00:49</guid>
        </item>
    </channel>
</rss>

All UTF-8

feed-all-zh_CN
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>啊?</title>
            <link>https://xkcd.com/2745/</link>
            <description><![CDATA[来自 <a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm'>这里</a>。]]></description>
            <pubDate>Fri, 03 Mar 2023 05:00:00 -0000</pubDate>
            <guid>https://xkcd.com/2745/-is-it-ok#2023-04-12T21:48:12</guid>
        </item>
    </channel>
</rss>

UTF-8, No isPermaLink, Single item, pubDate timezone

feed-zh_CN-no-isPermaLink-single-timezone
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>徐特立学院关于第六届学术论坛征文的通知 Time zone</title>
            <pubDate>Fri, 03 Mar 2023 05:00:00 -0000</pubDate>
            <link>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</link>
            <guid>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</guid>
            <description><![CDATA[来自<a href='https://xuteli.bit.edu.cn/tzgg/index.htm' title='特立书院'>特立</a>。]]></description>
            <category>特立</category>
        </item>
    </channel>
</rss>

不支持

All UTF-8, pubDate GMT

feed-all-zh_CN-GMT
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>啊?GMT</title>
            <link>https://xkcd.com/2745/</link>
            <description><![CDATA[来自 <a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm'>这里</a>。]]></description>
            <pubDate>Sun, 05 Mar 2023 02:01:21 GMT</pubDate>
            <guid>https://xkcd.com/2745/-is-it-ok#2023-04-12T23:08:20</guid>
        </item>
    </channel>
</rss>

UTF-8, No isPermaLink, Single item

feed-zh_CN-no-isPermaLink-single
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>徐特立学院关于第六届学术论坛征文的通知</title>
            <pubDate>Fri, 03 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</link>
            <guid>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</guid>
            <description><![CDATA[来自<a href='https://xuteli.bit.edu.cn/tzgg/index.htm' title='特立书院'>特立</a>。]]></description>
            <category>特立</category>
        </item>
    </channel>
</rss>

UTF-8, No isPermaLink

feed-zh_CN-no-isPermaLink
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>徐特立学院关于第六届学术论坛征文的通知</title>
            <pubDate>Fri, 03 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</link>
            <guid>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</guid>
            <description><![CDATA[来自<a href='https://xuteli.bit.edu.cn/tzgg/index.htm' title='特立书院'>特立</a>。]]></description>
            <category>特立</category>
        </item>
        <item>
            <title>关于拟聘用常运平至七级管理岗位工作的公示</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm</link>
            <guid>https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm</guid>
            <description><![CDATA[来自<a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm' title='党委教师工作部、人力资源部'>人事</a>。]]></description>
            <category>人事</category>
        </item>
        <item>
            <title>2023年德国亚琛工业大学暑期线下课程项目报名通知</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</link>
            <guid>https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</guid>
            <description><![CDATA[来自<a href='https://jwb.bit.edu.cn/tzgg/index.htm' title='教务部'>教务部</a>。]]></description>
            <category>教务部</category>
        </item>
    </channel>
</rss>

UTF-8, CDATA

feed-retry
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>徐特立学院关于第六届学术论坛征文的通知</title>
            <pubDate>Fri, 03 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</link>
            <guid isPermaLink="true">
                https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</guid>
            <description><![CDATA[来自<a href='https://xuteli.bit.edu.cn/tzgg/index.htm' title='特立书院'>特立</a>。]]></description>
            <category>特立</category>
        </item>
        <item>
            <title>关于拟聘用常运平至七级管理岗位工作的公示</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm</link>
            <guid isPermaLink="true">
                https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm</guid>
            <description><![CDATA[来自<a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm' title='党委教师工作部、人力资源部'>人事</a>。]]></description>
            <category>人事</category>
        </item>
        <item>
            <title>2023年德国亚琛工业大学暑期线下课程项目报名通知</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</link>
            <guid isPermaLink="true">
                https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</guid>
            <description><![CDATA[来自<a href='https://jwb.bit.edu.cn/tzgg/index.htm' title='教务部'>教务部</a>。]]></description>
            <category>教务部</category>
        </item>
    </channel>
</rss>

UTF-8, No CDATA

feed-no-cdata-utf-8
<rss xmlns:ns0="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <ns0:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <ns0:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>徐特立学院关于第六届学术论坛征文的通知</title>
            <pubDate>Fri, 03 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</link>
            <guid isPermaLink="true">
                https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm#no-cdata-2023-03-05T123700+0800</guid>
            <description>来自&lt;a href='https://xuteli.bit.edu.cn/tzgg/index.htm' title='特立书院'&gt;特立&lt;/a&gt;。</description>
            <category>特立</category>
        </item>
        <item>
            <title>关于拟聘用常运平至七级管理岗位工作的公示</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm</link>
            <guid isPermaLink="true">
                https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm#no-cdata-2023-03-05T123800+0800</guid>
            <description>来自&lt;a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm' title='党委教师工作部、人力资源部'&gt;人事&lt;/a&gt;。</description>
            <category>人事</category>
        </item>
        <item>
            <title>2023年德国亚琛工业大学暑期线下课程项目报名通知</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</link>
            <guid isPermaLink="true">
                https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</guid>
            <description>来自&lt;a href='https://jwb.bit.edu.cn/tzgg/index.htm' title='教务部'&gt;教务部&lt;/a&gt;。</description>
            <category>教务部</category>
        </item>
    </channel>
</rss>

UTF-8, No CDATA, ASCII Escaped

feed-all-ascii-utf-8
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:ns0="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <ns0:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <ns0:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Sun, 05 Mar 2023 02:01:21 GMT</lastBuildDate>
        <item>
            <title>2023-03-05T194200+0800 &#24464;&#29305;&#31435;&#23398;&#38498;&#20851;&#20110;&#31532;&#20845;&#23626;&#23398;&#26415;&#35770;&#22363;&#24449;&#25991;&#30340;&#36890;&#30693;</title>
            <pubDate>Fri, 03 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm</link>
            <guid isPermaLink="true">
                https://xuteli.bit.edu.cn/tzgg/dc231b272ca8445ca1acbe8ccdee6696.htm#2023-03-05T194200+0800</guid>
            <description>&#26469;&#33258;&lt;a href='https://xuteli.bit.edu.cn/tzgg/index.htm' title='&#29305;&#31435;&#20070;&#38498;'&gt;&#29305;&#31435;&lt;/a&gt;&#12290;</description>
            <category>&#29305;&#31435;</category>
        </item>
        <item>
            <title>&#20851;&#20110;&#25311;&#32856;&#29992;&#24120;&#36816;&#24179;&#33267;&#19971;&#32423;&#31649;&#29702;&#23703;&#20301;&#24037;&#20316;&#30340;&#20844;&#31034;</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm</link>
            <guid isPermaLink="true">
                https://renshichu.bit.edu.cn/gbtzgg/c784d9316e4f440995f4cac82ae7ba44.htm#2023-03-05T123600+0800</guid>
            <description>&#26469;&#33258;&lt;a href='https://renshichu.bit.edu.cn/gbtzgg/index.htm' title='&#20826;&#22996;&#25945;&#24072;&#24037;&#20316;&#37096;&#12289;&#20154;&#21147;&#36164;&#28304;&#37096;'&gt;&#20154;&#20107;&lt;/a&gt;&#12290;</description>
            <category>&#20154;&#20107;</category>
        </item>
        <item>
            <title>2023&#24180;&#24503;&#22269;&#20122;&#29723;&#24037;&#19994;&#22823;&#23398;&#26257;&#26399;&#32447;&#19979;&#35838;&#31243;&#39033;&#30446;&#25253;&#21517;&#36890;&#30693;</title>
            <pubDate>Thu, 02 Mar 2023 16:00:00 GMT</pubDate>
            <link>https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</link>
            <guid isPermaLink="true">
                https://jwb.bit.edu.cn/tzgg/ad2528b5c06f415cb5d485ea1ccac18b.htm</guid>
            <description>&#26469;&#33258;&lt;a href='https://jwb.bit.edu.cn/tzgg/index.htm' title='&#25945;&#21153;&#37096;'&gt;&#25945;&#21153;&#37096;&lt;/a&gt;&#12290;</description>
            <category>&#25945;&#21153;&#37096;</category>
        </item>
    </channel>
</rss>

from bulletin-issues-transferred.

YDX-2147483647 avatar YDX-2147483647 commented on September 24, 2024

Nginx 日志可以看到 rssto.email 是否访问了。

"GET /dev/feed.rss HTTP/1.1" 200 3414 "-" "Java/11.0.17"
$ sudo tail -f access.log | bat --paging never -l log

from bulletin-issues-transferred.

YDX-2147483647 avatar YDX-2147483647 commented on September 24, 2024

解决了!

from bulletin-issues-transferred.

YDX-2147483647 avatar YDX-2147483647 commented on September 24, 2024

好像还是不正常?

支持

https://haobit.top/dev/feed-test.rss
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://haobit.top/dev/feed.rss" rel="self" type="application/rss+xml" />
        <atom:link href="https://haobit.top/dev/site/notice/" rel="alternate" type="text/html" />
        <title>BulletinIT</title>
        <link>https://haobit.top/dev/site/notice/</link>
        <description>Bulletin Issues Transferred</description>
        <language>zh-CN</language>
        <generator>Bulletin Issues Transferred</generator>
        <lastBuildDate>Thu, 13 Apr 2023 07:01:09 +0000</lastBuildDate>
        <item>
            <title>北理留学生运动会暨趣味运动会成功举行</title>
            <pubDate>Thu, 13 Apr 2023 03:01:09 +0000</pubDate>
            <link>https://mp.weixin.qq.com/s/G4M_NVnkHf8a0GZPCPoeRw</link>
            <guid isPermaLink="true">https://mp.weixin.qq.com/s/G4M_NVnkHf8a0GZPCPoeRw</guid>
            <description><![CDATA[来自<a href='https://isc.bit.edu.cn/eventsnotices/index.htm' title='留学生中心'>留学生</a>。]]></description>
            <category>留学生</category>
        </item>
    </channel>
</rss>

结论

这次是服务器配置错误。已更正,待验证 已验证。

from bulletin-issues-transferred.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.