<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>笔记 on EVANSAMA</title><link>https://evansama.com/zh/notes/</link><description>Recent content in 笔记 on EVANSAMA</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><copyright>© 2026 EVANSAMA</copyright><lastBuildDate>Tue, 02 Jun 2026 12:00:00 +0800</lastBuildDate><atom:link href="https://evansama.com/zh/notes/index.xml" rel="self" type="application/rss+xml"/><item><title>Git 强制同步覆盖本地文件</title><link>https://evansama.com/zh/notes/git-force-sync/</link><pubDate>Tue, 02 Jun 2026 12:00:00 +0800</pubDate><guid>https://evansama.com/zh/notes/git-force-sync/</guid><description>整理 Git 强制同步远程分支、彻底放弃本地修改的几种常见场景和核心命令。</description></item><item><title>Python range() 函数基础语法与三种调用方式</title><link>https://evansama.com/zh/notes/python-range-basic/</link><pubDate>Sun, 31 May 2026 17:00:00 +0800</pubDate><guid>https://evansama.com/zh/notes/python-range-basic/</guid><description>&lt;p&gt;&lt;code&gt;range()&lt;/code&gt; 函数的核心特点是 &lt;strong&gt;左闭右开&lt;/strong&gt;（包含起点，不包含终点）。&lt;/p&gt;
&lt;p&gt;以下是三种常见的调用方式：&lt;/p&gt;

&lt;h3 class="relative group"&gt;1. 单独参数： &lt;code&gt;range(stop)&lt;/code&gt;
 &lt;div id="1-单独参数-rangestop" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#1-%e5%8d%95%e7%8b%ac%e5%8f%82%e6%95%b0-rangestop" aria-label="锚点"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;只指定结束值，默认从 0 开始，步长为 1 。&lt;/p&gt;</description></item><item><title>使用 Git 和 Cloudflare 搭建自动化博客发布流</title><link>https://evansama.com/zh/notes/how-i-use-git/</link><pubDate>Mon, 25 May 2026 12:00:00 +0800</pubDate><guid>https://evansama.com/zh/notes/how-i-use-git/</guid><description>Git 是一个“版本控制系统”。它可以追踪对代码库所做的每一个更改，并帮助保持多个开发者对同一代码库版本的同步和更新。</description></item><item><title>我的学习方向 Roadmaps</title><link>https://evansama.com/zh/notes/learning-roadmaps/</link><pubDate>Tue, 19 May 2026 16:52:35 +0800</pubDate><guid>https://evansama.com/zh/notes/learning-roadmaps/</guid><description>&lt;p&gt;我以前经常会有一种感觉：想学的东西很多，但真正留下来的东西很少。&lt;/p&gt;
&lt;p&gt;今天看一点编程，明天看一点 AI 工具，后天又去查几个 Linux 运维方法。每一次好像都学到了一点东西，但过一段时间回头看，又发现很多内容没有被整理，也没有形成自己的理解。&lt;/p&gt;</description></item></channel></rss>