<?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>Xu.Design</title>
	<atom:link href="https://xuui.net/feed" rel="self" type="application/rss+xml" />
	<link>https://xuui.net</link>
	<description>分享和关注设计相关的东西</description>
	<lastBuildDate>Tue, 22 Apr 2025 15:16:29 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>小哪吒继续冲冲冲</title>
		<link>https://xuui.net/life/nezha2.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Tue, 25 Feb 2025 12:23:04 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=5295</guid>

					<description><![CDATA[19年的时候有幸加入哪吒团队。现在加油吧，小哪吒，冲啊。]]></description>
		
		
		
			</item>
		<item>
		<title>禁止浏览器自动更新的方法</title>
		<link>https://xuui.net/librarys/jinzhiliulanqizidonggengxindefangfa.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Sun, 20 Oct 2024 15:45:51 +0000</pubDate>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[FireFox]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=5286</guid>

					<description><![CDATA[Google Chrome 直接把谷歌的更新服务器屏蔽了，一劳永逸。 修改 &#8220;C:\Windows\System32\drivers\etc\host 文件，在最后增加 保存后 win+r 快捷键，输入cmd打开命令行，输入&#8221;ipconfig /flushdns&#8221; 刷新dns Firefox 安装目录内打开defaults\pref目录，打开channel-prefs.js文件，注释掉原来那句代码，将release拿掉即可解决了自动升级问题]]></description>
		
		
		
			</item>
		<item>
		<title>docker hub 源配置</title>
		<link>https://xuui.net/librarys/docker-hub-daemon-json.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Sat, 12 Oct 2024 10:33:11 +0000</pubDate>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=5283</guid>

					<description><![CDATA[解决docker镜像仓库下载慢，加入国内镜像地址。 编辑配置文件：nano /etc/docker/daemon.json { &#34;registry-mirrors&#34;: [ &#34;https://2a6bf1988cb6428c877f723ec7530dbc.mirror.swr.myhuaweicloud.com&#34;, &#34;https://docker.m.daocloud.io&#34;, &#34;https://hub-mirror.c.163.com&#038; &#8230; <a href="https://xuui.net/librarys/docker-hub-daemon-json.html" class="more-link">了解更多</a>]]></description>
		
		
		
			</item>
		<item>
		<title>搜索蜘蛛中的流氓</title>
		<link>https://xuui.net/life/bad-search-spiderbot.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Mon, 28 Oct 2019 09:30:56 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=4</guid>

					<description><![CDATA[不知道那些写搜索引擎的蜘蛛人在想些什么。当成DOS攻击工具来玩么？ 从上周一开始就无法登录SSH​和WP的后台了。现在换个VPS，然后等那些爬虫放弃了后，再恢复以前的文章过来了。]]></description>
		
		
		
			</item>
		<item>
		<title>Docker 上的 WordPress [2]</title>
		<link>https://xuui.net/wordpress/docker-on-wordpress-2.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Thu, 31 Jan 2019 08:36:27 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=5183</guid>

					<description><![CDATA[上一篇安装好了 Docker，现在直接用 docker-compose 来搭建环境了。 docker-compose 的配置就是通过名字为 docker-compose.yml 的文本文件，在目录里面建立个 名字为 “docker-compose.yml” 的文件，然后用命令：docker-compose up，就可以启动容器运行环境了。关掉容器用 docker-compose stop，删除用 docker-compose rm， 不过一般都不用删除。除非自己搞坏容器了才会删除，重新启动一下就重建了。 建 &#8230; <a href="https://xuui.net/wordpress/docker-on-wordpress-2.html" class="more-link">了解更多</a>]]></description>
		
		
		
			</item>
		<item>
		<title>Docker 上的 WordPress</title>
		<link>https://xuui.net/wordpress/wordpress-on-docker.html</link>
					<comments>https://xuui.net/wordpress/wordpress-on-docker.html#comments</comments>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Wed, 23 May 2018 08:37:19 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[CateShow]]></category>
		<category><![CDATA[Docker]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=4209</guid>

					<description><![CDATA[Docker 是一个开源的引擎，可以轻松的为任何应用创建一个轻量级的、可移植的、自给自足的容器。开发者在笔记本上编译测试通过的容器可以批量地在生产环境中部署，包括VMs（虚拟机）、bare metal、OpenStack 集群和其他的基础应用平台。 可以直接把 Docker 理解成是个特殊的虚拟机。这个特殊虚拟机特殊的是只提供程序运行所需的环境，不是一个完整的系统。不像 Vbox 那样你还得先装一个 系统后才能装程序。 Docker 用单个容器完成指定的任务。然后每个容器可以互相关联并可以组成一个新的容器。 &#8230; <a href="https://xuui.net/wordpress/wordpress-on-docker.html" class="more-link">了解更多</a>]]></description>
		
					<wfw:commentRss>https://xuui.net/wordpress/wordpress-on-docker.html/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>网络营销怎么做？网络推广渠道有哪些？</title>
		<link>https://xuui.net/librarys/how-to-do-network-marketing.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Tue, 15 May 2018 02:38:12 +0000</pubDate>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[付费广告]]></category>
		<category><![CDATA[搜索引擎优化]]></category>
		<category><![CDATA[网络营销]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=5163</guid>

					<description><![CDATA[截止2017年底，中国网民已经有7.72亿了，基本覆盖了主流社会人群。可多数中小企业主的痛点是，预算少，好不容易投钱推广，但是效果真心不咋地。 不做网络行不行？这辈子都不可能不做网络的。 可网络营销怎么做？这个话题如果展开了，可以讲上几天几夜，但彭愿知道各位老板时间有限，所以就直接展开干货，看完总能让你有一点收获。有兴趣的朋友可以百度搜索 鹏程天行网络营销，官网上有我联系方式，可以交个朋友。 废话不多说，先说第一个问题，技术进步那么快，网络营销推广手段那么多，企业应该选择哪一种。 做啥事之前，都得先有目标后 &#8230; <a href="https://xuui.net/librarys/how-to-do-network-marketing.html" class="more-link">了解更多</a>]]></description>
		
		
		
			</item>
		<item>
		<title>分享几个极品的公共 DNS</title>
		<link>https://xuui.net/librarys/share-a-few-acura-public-dns.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Mon, 05 Feb 2018 08:04:55 +0000</pubDate>
				<category><![CDATA[Librarys]]></category>
		<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=5128</guid>

					<description><![CDATA[1.1.1.1 – APNIC 亚太互联网络信息中心 2.2.2.2 – Orange 3.3.3.3 – 通用电气 4.4.4.4 – Level3 通信 5.5.5.5 – E-Plus 6.6.6.6 – 美国陆军 7.7.7.7 – 美国国防部 8.8.8.8 – 谷歌 9.9.9.9 – IBM]]></description>
		
		
		
			</item>
		<item>
		<title>甲方想要什么？</title>
		<link>https://xuui.net/life/what-is-it.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Mon, 14 Aug 2017 07:10:37 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=4460</guid>

					<description><![CDATA[]]></description>
		
		
		
			</item>
		<item>
		<title>复活记</title>
		<link>https://xuui.net/life/rewrite.html</link>
		
		<dc:creator><![CDATA[xu.hall]]></dc:creator>
		<pubDate>Tue, 28 Mar 2017 14:20:46 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Blog]]></category>
		<guid isPermaLink="false">https://xuui.net/?p=4435</guid>

					<description><![CDATA[现在差不多有时间写点东西了。不过离上次更新基本快一年半了。最近折腾了一下服务器后博客跑在 http2.0 和 php 7.1.3 的支撑下，感觉还不错。顺便用 git 来替代 ftp 作为管理工具来使用。 然后呢就决定继续打磨 ilost 这个主题。顺便打磨完毕后把以前的主题也更新一次。准备把发布了的主题都搞来支撑 wordpress 的那个文章形式了。这样估计更好玩了。下次更新待定。]]></description>
		
		
		
			</item>
	</channel>
</rss>
