<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>代码笔记 - 分类 - DarkGoldBar的主页</title>
        <link>https://darkgoldbar.github.io/categories/%E4%BB%A3%E7%A0%81%E7%AC%94%E8%AE%B0/</link>
        <description>代码笔记 - 分类 - 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/categories/%E4%BB%A3%E7%A0%81%E7%AC%94%E8%AE%B0/" 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>Windows下建立新的Hugo工作环境</title>
    <link>https://darkgoldbar.github.io/posts/code/setting-up-new-working-env/</link>
    <pubDate>Fri, 27 Jan 2023 22:19:02 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/setting-up-new-working-env/</guid>
    <description><![CDATA[安装 VSCode 官网下载安装 https://code.visualstudio.com/Download 安装git 打开VSCode, 侧栏里打开git面板, 没有找到git的时候, 会提示你下载安装git, 跟随链接安装即可 (此处应]]></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>
<item>
    <title>去除网页版飞书水印</title>
    <link>https://darkgoldbar.github.io/posts/code/remove-lark-watermark-on-browser/</link>
    <pubDate>Fri, 16 Dec 2022 09:59:51 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/remove-lark-watermark-on-browser/</guid>
    <description><![CDATA[F12调控制台，把JS代码粘贴进去运行 去掉水印之后，网页会卡住在一个白色屏幕，失去所有交互。 但是如果提前打开准备截图的聊天界面，往下拉还是可]]></description>
</item>
<item>
    <title>Hugo-LoveIt代码笔记</title>
    <link>https://darkgoldbar.github.io/posts/code/learn-note-hugo-loveit/</link>
    <pubDate>Mon, 24 Oct 2022 14:41:20 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://darkgoldbar.github.io/posts/code/learn-note-hugo-loveit/</guid>
    <description><![CDATA[命令行 创建一个新的文章 hugo new [path] [flags] hugo new posts/1.md 开启本地预览 hugo serve -D 文档编辑 语法 基础语法 扩展语法 简便语法 扩展简便语法 插图 静态图片复制到static/ima]]></description>
</item>
</channel>
</rss>
