<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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; 学习日志</title>
	<atom:link href="https://blog.liuguofeng.com/category/notes/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.liuguofeng.com</link>
	<description>LIUGUOFENG</description>
	<lastBuildDate>Tue, 13 Aug 2024 06:41:45 +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>

<image>
	<url>https://blog.liuguofeng.com/wp-content/uploads/2019/08/icon-panda-450-1.png</url>
	<title>学习笔记 &#8211; 学习日志</title>
	<link>https://blog.liuguofeng.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>centos7 开启端口</title>
		<link>https://blog.liuguofeng.com/p/6410</link>
					<comments>https://blog.liuguofeng.com/p/6410#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Tue, 13 Aug 2024 06:41:45 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6410</guid>

					<description><![CDATA[要在CentOS操作系统中开启端口，可以按照以下步骤操作： 使用命令firewall-cmd --zone=p<p class="more-button"><a href="https://blog.liuguofeng.com/p/6410" class="more-link">Continue reading <span class="screen-reader-text">centos7 开启端口</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6410/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>mysql 中 使用order by进行排序，排序的字段是字符串加数字的形式</title>
		<link>https://blog.liuguofeng.com/p/6403</link>
					<comments>https://blog.liuguofeng.com/p/6403#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Mon, 01 Jul 2024 09:18:49 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6403</guid>

					<description><![CDATA[mysql 中 使用order by进行排序，但排序的字段是 字符串加数字的形式，如何排序？ 如果字符串和数字<p class="more-button"><a href="https://blog.liuguofeng.com/p/6403" class="more-link">Continue reading <span class="screen-reader-text">mysql 中 使用order by进行排序，排序的字段是字符串加数字的形式</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6403/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java 调用方法 方法名是个变量</title>
		<link>https://blog.liuguofeng.com/p/6377</link>
					<comments>https://blog.liuguofeng.com/p/6377#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Wed, 09 Aug 2023 09:20:34 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6377</guid>

					<description><![CDATA[在Java中，你可以使用反射来动态地调用方法，其中方法名是一个变量。以下是一个简单的示例： import ja<p class="more-button"><a href="https://blog.liuguofeng.com/p/6377" class="more-link">Continue reading <span class="screen-reader-text">Java 调用方法 方法名是个变量</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6377/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>js 二维数组 的key 按照指定顺序排序</title>
		<link>https://blog.liuguofeng.com/p/6351</link>
					<comments>https://blog.liuguofeng.com/p/6351#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Fri, 07 Apr 2023 01:29:52 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6351</guid>

					<description><![CDATA[要按照指定顺序对 JavaScript 二维数组中的 key 进行排序，可以使用 Array.sort() 方<p class="more-button"><a href="https://blog.liuguofeng.com/p/6351" class="more-link">Continue reading <span class="screen-reader-text">js 二维数组 的key 按照指定顺序排序</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6351/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>油猴脚本分享</title>
		<link>https://blog.liuguofeng.com/p/6300</link>
					<comments>https://blog.liuguofeng.com/p/6300#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Wed, 23 Feb 2022 15:22:10 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6300</guid>

					<description><![CDATA[东方永页机（438684） 链接助手（422773） 网盘自动填写访问码【威力加强版】（29762） sear<p class="more-button"><a href="https://blog.liuguofeng.com/p/6300" class="more-link">Continue reading <span class="screen-reader-text">油猴脚本分享</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6300/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>在线传输工具 大容量不限速网盘分享</title>
		<link>https://blog.liuguofeng.com/p/6286</link>
					<comments>https://blog.liuguofeng.com/p/6286#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Thu, 03 Feb 2022 12:01:46 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6286</guid>

					<description><![CDATA[闪电盘： https://shandianpan.com/ 钛盘 https://app.tmp.link/ <p class="more-button"><a href="https://blog.liuguofeng.com/p/6286" class="more-link">Continue reading <span class="screen-reader-text">在线传输工具 大容量不限速网盘分享</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6286/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>confluence 数据库配置</title>
		<link>https://blog.liuguofeng.com/p/6277</link>
					<comments>https://blog.liuguofeng.com/p/6277#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Mon, 24 Jan 2022 14:39:33 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6277</guid>

					<description><![CDATA[MySQL 5.7 Windows版下载 MySQL :: Download MySQL Installer <p class="more-button"><a href="https://blog.liuguofeng.com/p/6277" class="more-link">Continue reading <span class="screen-reader-text">confluence 数据库配置</span><i class="genericon genericon-expand"></i></a></p>]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6277/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>设置 Axios 请求类型为 form-data</title>
		<link>https://blog.liuguofeng.com/p/6273</link>
					<comments>https://blog.liuguofeng.com/p/6273#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Fri, 14 Jan 2022 03:12:15 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6273</guid>

					<description><![CDATA[]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6273/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Win11 VMWare 无法启动虚拟机的问题</title>
		<link>https://blog.liuguofeng.com/p/6265</link>
					<comments>https://blog.liuguofeng.com/p/6265#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Mon, 06 Dec 2021 11:38:31 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6265</guid>

					<description><![CDATA[无法启动 Win7 的虚拟机，启动几秒就会自动关闭。 解决方法是把 虚拟机 CPU 改成 1]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6265/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows 更换 Win Ctrl 键</title>
		<link>https://blog.liuguofeng.com/p/6261</link>
					<comments>https://blog.liuguofeng.com/p/6261#respond</comments>
		
		<dc:creator><![CDATA[misswell]]></dc:creator>
		<pubDate>Tue, 30 Nov 2021 09:01:51 +0000</pubDate>
				<category><![CDATA[学习笔记]]></category>
		<guid isPermaLink="false">https://blog.liuguofeng.com/?p=6261</guid>

					<description><![CDATA[使用 KeyTweak-按键修改器，适用于频繁切换 Mac 和 Windows 的用户]]></description>
		
					<wfw:commentRss>https://blog.liuguofeng.com/p/6261/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
