<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Python - 标签 - DarkGoldBar的主页</title>
        <link>https://darkgoldbar.github.io/tags/python/</link>
        <description>Python - 标签 - DarkGoldBar的主页</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>hanetama@qq.com (DarkGoldBar)</managingEditor>
            <webMaster>hanetama@qq.com (DarkGoldBar)</webMaster><lastBuildDate>Mon, 17 Apr 2023 18:00:00 &#43;0800</lastBuildDate><atom:link href="https://darkgoldbar.github.io/tags/python/" rel="self" type="application/rss+xml" /><item>
    <title>python数据结构笔记</title>
    <link>https://darkgoldbar.github.io/posts/code/learn-note-python-data-structure/</link>
    <pubDate>Mon, 17 Apr 2023 18:00:00 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/learn-note-python-data-structure/</guid>
    <description><![CDATA[<p>记录一些方便使用的python代码片段</p>]]></description>
</item>
<item>
    <title>制作一个无服务器博客评论系统</title>
    <link>https://darkgoldbar.github.io/posts/code/create-a-severless-blog-comment-system/</link>
    <pubDate>Sun, 19 Mar 2023 14:02:00 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/create-a-severless-blog-comment-system/</guid>
    <description><![CDATA[<h2 id="前言">前言</h2>
<p>做完访客计数之后，就在调研哪个博客评论系统好用。
先看了一遍LoveIt模板的支持列表，海外的服务的主要问题是禁止访问和访问速度很慢。
注意到Valine是用的国内的LeanCloud，尝试注册了一下，居然找我要身份证+支付宝验证，直接给我吓跑了。
看来还是得靠自己，这里我选择用 AWS Lambda + DynamoDB 做一个自己的评论系统。</p>]]></description>
</item>
<item>
    <title>用AWS做一个免费的访客计数</title>
    <link>https://darkgoldbar.github.io/posts/code/create-a-visitor-counter-with-aws/</link>
    <pubDate>Wed, 01 Mar 2023 15:48:45 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/create-a-visitor-counter-with-aws/</guid>
    <description><![CDATA[<p>介绍如何在在自己的静态网站中从头制作一个访客计数器，最后插入到Hugo模板中，使每个博客页面都获得计数功能。</p>]]></description>
</item>
<item>
    <title>python爬虫代码笔记</title>
    <link>https://darkgoldbar.github.io/posts/code/learn-note-python-spider/</link>
    <pubDate>Wed, 18 Jan 2023 13:54:00 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/learn-note-python-spider/</guid>
    <description><![CDATA[链接设置 这里是用的本地http服务器代理，爬nist的数据 可以用v2ray把其他类型的代理变成一个本地http代理 proxies 指定代理 user_agent 指定UA 1 2 3]]></description>
</item>
</channel>
</rss>
