<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>笔记存档 &#8211; Natuki Lab.</title>
	<atom:link href="https://tree.moe/cat/notes/feed/" rel="self" type="application/rss+xml" />
	<link>https://tree.moe</link>
	<description>云端筑梦</description>
	<lastBuildDate>Wed, 20 May 2026 15:41:41 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>[开发笔记]给自己的Golang开发规范</title>
		<link>https://tree.moe/my-golang-best-practice/</link>
					<comments>https://tree.moe/my-golang-best-practice/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Wed, 20 May 2026 15:36:58 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[BestPractice]]></category>
		<category><![CDATA[Context]]></category>
		<category><![CDATA[golang]]></category>
		<category><![CDATA[代码规范]]></category>
		<category><![CDATA[实践]]></category>
		<category><![CDATA[开发规范]]></category>
		<category><![CDATA[死锁]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=1020</guid>

					<description><![CDATA[自己在Go项目开发中遇到的一些的一些规范问题，后续可以封装成Rules供AI编码工具使用 上下文Context &#8230; <a href="https://tree.moe/my-golang-best-practice/" class="more-link">继续阅读<span class="screen-reader-text">[开发笔记]给自己的Golang开发规范</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/my-golang-best-practice/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[开发笔记]避免数据库死锁之全局一致锁顺序</title>
		<link>https://tree.moe/mysql-deadlock-and-global-lock-ordering/</link>
					<comments>https://tree.moe/mysql-deadlock-and-global-lock-ordering/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Tue, 12 May 2026 15:01:21 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web开发]]></category>
		<category><![CDATA[业务]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[死锁]]></category>
		<category><![CDATA[电商]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=1013</guid>

					<description><![CDATA[在电商平台开发中，往往涉及多种类型的订单结算以及并发结算的问题，例如这样的场景： 平台涉及国内官方订单、国内商 &#8230; <a href="https://tree.moe/mysql-deadlock-and-global-lock-ordering/" class="more-link">继续阅读<span class="screen-reader-text">[开发笔记]避免数据库死锁之全局一致锁顺序</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/mysql-deadlock-and-global-lock-ordering/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[开发篇]检索增强生成(RAG)知识库部分的实现Part1-文档处理</title>
		<link>https://tree.moe/agent-rag-implement-note-part1/</link>
					<comments>https://tree.moe/agent-rag-implement-note-part1/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Sun, 08 Feb 2026 15:43:56 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[RAG]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[智能体]]></category>
		<category><![CDATA[知识库]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=996</guid>

					<description><![CDATA[大型语言模型 (LLM) 的知识来源于预训练数据，这使得它们容易给出过时甚至不准确的答案。而检索增强生成（RA &#8230; <a href="https://tree.moe/agent-rag-implement-note-part1/" class="more-link">继续阅读<span class="screen-reader-text">[开发篇]检索增强生成(RAG)知识库部分的实现Part1-文档处理</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/agent-rag-implement-note-part1/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[运维篇]屏蔽Docker映射端口外部访问</title>
		<link>https://tree.moe/use-iptables-protect-docker-port/</link>
					<comments>https://tree.moe/use-iptables-protect-docker-port/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Sat, 20 Dec 2025 08:42:18 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=983</guid>

					<description><![CDATA[某天排查服务器时，我意外发现自己用Docker部署的几个服务竟然能够被外部直接访问，而并没有被主机防火墙（UF &#8230; <a href="https://tree.moe/use-iptables-protect-docker-port/" class="more-link">继续阅读<span class="screen-reader-text">[运维篇]屏蔽Docker映射端口外部访问</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/use-iptables-protect-docker-port/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[运维篇]仅能通过SSH隧道连接服务器内部服务的用户的配置和使用</title>
		<link>https://tree.moe/ssh-tunnel-user/</link>
					<comments>https://tree.moe/ssh-tunnel-user/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Thu, 20 Nov 2025 16:12:51 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[运维]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=968</guid>

					<description><![CDATA[在一些场景下，我们可能需要在本地连接到某些服务，但这些服务的端口并不对外暴露。例如，像Nacos这样的服务，需 &#8230; <a href="https://tree.moe/ssh-tunnel-user/" class="more-link">继续阅读<span class="screen-reader-text">[运维篇]仅能通过SSH隧道连接服务器内部服务的用户的配置和使用</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/ssh-tunnel-user/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>关于新版Minio管理面板的精简及Minio Client使用笔记</title>
		<link>https://tree.moe/use-new-minio-client/</link>
					<comments>https://tree.moe/use-new-minio-client/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Sat, 05 Jul 2025 17:07:09 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[Minio]]></category>
		<category><![CDATA[控制台]]></category>
		<category><![CDATA[教程]]></category>
		<category><![CDATA[运维]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=937</guid>

					<description><![CDATA[新版的Minio管理面板发生了什么变化？ 最近把服务器部署的Minio升级到了6月的版本，登录9090后台管理 &#8230; <a href="https://tree.moe/use-new-minio-client/" class="more-link">继续阅读<span class="screen-reader-text">关于新版Minio管理面板的精简及Minio Client使用笔记</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/use-new-minio-client/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>继续go语言-传参何时使用指针</title>
		<link>https://tree.moe/when-to-use-pointer-in-golang/</link>
					<comments>https://tree.moe/when-to-use-pointer-in-golang/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Fri, 02 May 2025 12:21:37 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[golang]]></category>
		<category><![CDATA[指针]]></category>
		<category><![CDATA[结构体]]></category>
		<category><![CDATA[语法]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=901</guid>

					<description><![CDATA[作为一个java转型go语言的程序员，以前用java时，直接将对象作为参数传递就可以了。而在go语言项目中，由 &#8230; <a href="https://tree.moe/when-to-use-pointer-in-golang/" class="more-link">继续阅读<span class="screen-reader-text">继续go语言-传参何时使用指针</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/when-to-use-pointer-in-golang/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[K8S &#8211; Helm]近期开发Helm包的一些理解 &#8211; 202503</title>
		<link>https://tree.moe/202503-handle-helm-package-problems/</link>
					<comments>https://tree.moe/202503-handle-helm-package-problems/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Sun, 23 Mar 2025 11:07:21 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[helm]]></category>
		<category><![CDATA[k8s]]></category>
		<category><![CDATA[云原生]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=875</guid>

					<description><![CDATA[相比于一开始作为Web前端工程师入职公司，现在我的工作内容已经远远超出了当时的范畴，JAVA的后端开发到Lin &#8230; <a href="https://tree.moe/202503-handle-helm-package-problems/" class="more-link">继续阅读<span class="screen-reader-text">[K8S &#8211; Helm]近期开发Helm包的一些理解 &#8211; 202503</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/202503-handle-helm-package-problems/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[前端－CSS]CSS的unset关键字</title>
		<link>https://tree.moe/css-unset-keywork-note/</link>
					<comments>https://tree.moe/css-unset-keywork-note/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Sun, 23 Mar 2025 10:34:31 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[unset]]></category>
		<category><![CDATA[Web开发]]></category>
		<category><![CDATA[前端]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=869</guid>

					<description><![CDATA[unset关键字的作用 在CSS中，unset关键字用于将属性重置为其继承值或初始值。 是继承属性，并且在父元 &#8230; <a href="https://tree.moe/css-unset-keywork-note/" class="more-link">继续阅读<span class="screen-reader-text">[前端－CSS]CSS的unset关键字</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/css-unset-keywork-note/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>大模型提示工程学习笔记</title>
		<link>https://tree.moe/llm-prompt-engineering-note/</link>
					<comments>https://tree.moe/llm-prompt-engineering-note/#respond</comments>
		
		<dc:creator><![CDATA[Natuki]]></dc:creator>
		<pubDate>Sun, 15 Dec 2024 04:02:57 +0000</pubDate>
				<category><![CDATA[笔记存档]]></category>
		<category><![CDATA[Prompt]]></category>
		<category><![CDATA[大模型]]></category>
		<category><![CDATA[提示工程]]></category>
		<guid isPermaLink="false">https://tree.moe/?p=817</guid>

					<description><![CDATA[Prompt原则和原理 1. 清晰明确的指令 2. 给模型思考的路径 在使用模型完成指定任务时，你可能已经对预 &#8230; <a href="https://tree.moe/llm-prompt-engineering-note/" class="more-link">继续阅读<span class="screen-reader-text">大模型提示工程学习笔记</span></a>]]></description>
		
					<wfw:commentRss>https://tree.moe/llm-prompt-engineering-note/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
