<?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>blog相关文章列表 | 皇家元林</title>
	<atom:link href="https://hjyl.org/tags/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://hjyl.org</link>
	<description>刘元林的个人博客</description>
	<lastBuildDate>Fri, 23 Apr 2010 05:31:49 +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://img.hjyl.org/uploads/2019/10/cropped-about-me-32x32.png</url>
	<title>blog相关文章列表 | 皇家元林</title>
	<link>https://hjyl.org</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>如何搭建属于自己的博客</title>
		<link>https://hjyl.org/have-your-own-blog/</link>
					<comments>https://hjyl.org/have-your-own-blog/#comments</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Fri, 23 Apr 2010 05:31:49 +0000</pubDate>
				<category><![CDATA[生活点滴]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[独立]]></category>
		<category><![CDATA[网店]]></category>
		<guid isPermaLink="false">http://w7c.info/?p=947</guid>

					<description><![CDATA[独立博客是怎样炼成的.]]></description>
										<content:encoded><![CDATA[<p>博客，英文名blog。刚会上网的人，朕建议你拥有一个自己的博客。因为博客给你带来的不仅是写日记的快感，还有更多分享、交友、发泄的快感。如果朕当年明白这一道理的话，朕的博客上也会有很多好玩、不错的分享。就跟你写QQ空间一样，很多人踩你的空间，看你日志，图片，留言等等，也很有可能被你的一刹那所感动。多么美妙的感觉啊，此刻的你是不是在感受那一美妙时刻呢？</p>
<p>前几天有个客户找到朕，不知道是从哪里找到朕的。她想建一个网店，可是什么都不懂。不过很不错了，居然知道建网店。当然朕对她耐心的讲解。可是最后她觉得很复杂，没有建。唉，难道是我说的太复杂了？已经是最简单的了。</p>
<p>所以朕在这里写写朕对此的看法(其实朕就这么点水平,别见笑)。其实做网站可以从博客开始，现在的博客很容易加上一个风格就像网店那般。如果加上淘宝店里的链接，呵呵，是不是很不错了。朕的这个ylgod.cn这个就是网店形式的博客，虽然没那么像，但是这种方法比那些花钱做的要好很多吧。有些人会这么想，他们只做淘宝就好了，把淘宝的等级刷到几个钻，几个皇冠，而朕觉得没必要，咱们只需要把淘宝作为一个工具就可以了，其实赚钱的还是阿里巴巴那伙。</p>
<p>好了，咱们转入正题。教你如何搭建像朕一样的博客？独立博客是怎样炼成的？</p>
<p>首先，条件；也就是平台。你写日记也需要笔和笔记本的，是把。当写博客，除了可以上网之外，就是需要写博客的平台，也就是空间+域名+源码。源码很简单，WordPress、emlog、zblog、pjblog等等都是开源免费的，而且好用的很。然后就是域名和空间，很多人都会为这个而感到头痛，不知道自己需要多大的空间，这个建议大家看看朕以前写的这篇文章—<a href="https://hjyl.org/go/aHR0cDovL3c3Yy5pbmZvL2h0bWwvMjAxMDA0MTEvaG93LW11Y2gtdG8taGF2ZS13ZWJzaXRlLw==" rel="nofollow" target="_blank">做网站,究竟花多少钱合适</a>。朕觉得新手的话，300-600M的空间即可，流量嘛，差不多就行，一般卖空间的，这个不用说的，这只是适合新手。如果你的网站有一定水平了，流量大大地，那你得慎重考虑空间的事。然后域名呢，很简单，国际域名55元左右，基本上都是这个价格，而且朕建议选择国外域名注册商，因为国内太残酷了。</p>
<p>其次，就是安装。初学者当然需要找一些教程了。不然你肯定不会。会的话你就是天才。其实安装确实很简单的。这里以WordPress为例。第一，进入cPanel(大部分空间管理界面都是这种)，把域名绑定了，解析了，比如<span style="text-decoration: underline;">w7c.info</span>，然后建立一个数据库，比如叫w7c，建一个数据库的用户名w7c-1，把这个用户的权限加到w7c这个数据库上，然后通过FTP上传WordPress压缩包(.zip格式)，成功之后到cPanel文件管理器进行解压，这么做，省时间，如果你解压之后上传，可能需要好几倍的时间，这也是国外这些空间的最大优点之一。<br />
然后就是安装了，通过访问这个网址<span style="text-decoration: underline;">http://w7c.info</span>，点下一步，到填写数据库信息那地方，注意：数据库名填刚才设置的w7c，用户名填w7c-1，地址默认localhost(因为国外的数据库基本上都是与空间共享的，所以基本上都填这个，当然也有不是的，比如很多Vista panel界面的空间)，密码就是设置用户名w7c-1的秘密，表名前缀什么的都默认了。然后安装成功。简单吧！</p>
<p>最后，享受写点回忆，尽情的发泄吧！如果你还是不懂，你可以找朕。朕愿意帮这个忙，完全免费的。当然如果你买空间、域名，也可以找朕，现在买还有优惠呢！</p>
<p>不过很多也有例外的。也有人这么想的“不就是写日记嘛，随便弄个，比如QQ空间，新浪博客、搜狐、网易博客，博客大巴等都是可以用的嘛！”。呵呵，朕告诉的你是，这两种是完全不同的感受。当然你可以用这些(我们称之为免费博客)，这些也绝对欢迎你使用的。但是如果你想达到真正的言论自由，自己独立的博客是必须/需的。而且独立博客可以看到很多免费博客所看不到的东西，比如PR值，Alexa排名，百度、Google的收录，流量等等，甚至可以把流量转化为收入，也就是说可以用博客赚钱了。当然这也没什么大不了的，如果你做到四大皆空，那免费博客完全可以满足你的需求。朕想到目前为止，连达赖和尚都有微博的人，怎么会有四大皆空呢？(无耻！Google关键词达赖被屏蔽)</p>
<p>————————————————————————————<br />
<span style="color: #ff0000;">2010-04-24晚更新视频教程：<a href="https://hjyl.org/go/aHR0cDovL3d3dy5yYXlmaWxlLmNvbS96aC1jbi9maWxlcy8yODU5OGE0NS00ZjlkLTExZGYtODVhYi0wMDE1YzU1ZGI3M2Qv" rel="nofollow" target="_blank">下载地址1</a>、<a href="https://hjyl.org/go/aHR0cDovL3EuaGFja3AuY29tLzIwMTAzLzEwMC5yYXI=" rel="nofollow" target="_blank">下载地址2</a></span></p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="如何搭建属于自己的博客" href="https://hjyl.org/have-your-own-blog/">如何搭建属于自己的博客</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/have-your-own-blog/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>本博所用的WordPress插件介绍</title>
		<link>https://hjyl.org/my-blog-wordpress-plugins/</link>
					<comments>https://hjyl.org/my-blog-wordpress-plugins/#comments</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Wed, 20 Jan 2010 04:26:32 +0000</pubDate>
				<category><![CDATA[元林手札]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[Seven]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[插件]]></category>
		<guid isPermaLink="false">http://www.7lau.com/?p=653</guid>

					<description><![CDATA[俺们的WordPress博客插件有哪些？瞧瞧.....]]></description>
										<content:encoded><![CDATA[<p>很多人都知道WordPress博客了，确实很不错，Seven也非常喜欢。但是在国外的空间里，有些插件会引起系统的CPU占用太大的资源，从而 导致网站不能访问。所以Seven在这段时间里测试了一些插件，给大家看看Seven所用的插件吧！</p>
<p><strong>1、AdSense Integrator</strong></p>
<p>AdSense Integrator plugin represents a complete, simple and powerful  solution to add and manage AdSense and other ads into your blog<br />
Version 1.6.0 | By <a href="https://hjyl.org/go/aHR0cDovL3d3dy5teXdvcmRwcmVzc3BsdWdpbi5jb20v" rel="nofollow" target="_blank">My WordPress Plugin</a> | <a title="Visit  plugin site" href="http://www.mywordpressplugin.com/adsense-integrator">Visit  plugin site<br />
</a>Seven 观点：这个一直是Seven用的Google广告插件，还不错吧，基本上没出什么问题，而且可以自动在需要的地方插入，很方便的。</p>
<p><strong>2、Akismet</strong></p>
<p>Akismet checks your comments against the Akismet web service to see  if they look like spam or not. You need a <a href="https://hjyl.org/go/aHR0cDovL2FraXNtZXQuY29tL2dldC8=" rel="nofollow" target="_blank">WordPress.com  API key</a> to use it. You can review the spam it catches under  "Comments." To show off your Akismet stats just put &lt;?php  akismet_counter(); ?&gt; in your template. See also: <a href="https://hjyl.org/go/aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvc3RhdHMv" rel="nofollow" target="_blank">WP Stats plugin</a>.<br />
Version 2.2.7 | By <a href="https://hjyl.org/go/aHR0cDovL21hLnR0Lw==" rel="nofollow" target="_blank">Matt Mullenweg</a> | <a title="Visit plugin  site" href="http://akismet.com/">Visit  plugin site<br />
</a>Seven观点：这个是WordPress默认的，过滤广告、垃圾评论还是很有一手的。</p>
<p><strong>3、Comment Info Detector</strong></p>
<p>Enables you to detect your commenter's info and show their country  flag, web browser, operating system automatically.<br />
Version 1.0.5 | By <a href="https://hjyl.org/go/aHR0cDovL2hpZXVkdC5pbmZvLw==" rel="nofollow" target="_blank">HieuDT</a> | <a title="Visit  plugin site" href="http://hieudt.info/wp-plugins/comment-info-detector">Visit  plugin site<br />
</a>Seven观点：这个是可以在评论中看到评论者的浏览器、windows、国别信息。还不错，而且好用。</p>
<p><strong>4、Comment Reply Notification</strong></p>
<p>When a reply is made to a comment the user has left on the blog, an  e-mail shall be sent to the user to notify him of the reply. This will  allow the users to follow up the comment and expand the conversation if  desired. 评论回复通知插件, 当评论被回复时会email通知评论的作者.<br />
Version 1.3 | By <a href="https://hjyl.org/go/aHR0cDovL2ZhaXJ5ZmlzaC5uZXQv" rel="nofollow" target="_blank">denishua</a> | <a title="Visit plugin site" href="http://fairyfish.net/2008/11/03/comment-reply-notification/">Visit  plugin site<br />
</a>Seven观点：这个是评论回复插件，一般的空间只要这个插件就可以了，不过我推荐跟第五个插件配合一起用，效果不错。</p>
<p><strong>5、Configure SMTP</strong></p>
<p>Configure SMTP mailing in WordPress, including support for sending  e-mail via SSL/TLS (such as GMail).<br />
Version 2.7 | By <a href="https://hjyl.org/go/aHR0cDovL2NvZmZlZTJjb2RlLmNvbS8=" rel="nofollow" target="_blank">Scott  Reilly</a> | <a title="Visit  plugin site" href="http://coffee2code.com/wp-plugins/configure-smtp">Visit plugin  site<br />
</a>Seven观点：这个跟第四个插件一起用不错，也适合那些空间不能发信的朋友，这个插件还可以直接用Gmail发信，效果不错。</p>
<p><strong>6、Dagon Design Sitemap Generator</strong></p>
<p>Generates a fully customizable sitemap<br />
Version 3.15 | By <a href="https://hjyl.org/go/aHR0cDovL3d3dy5kYWdvbmRlc2lnbi5jb20v" rel="nofollow" target="_blank">Dagon Design</a> | <a title="Visit plugin site" href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">Visit  plugin site<br />
</a>Seven观点：这个是自动生成站点地图的插件，有利于SEO优化，例如Seven博客的<a title="Visit plugin  site" href="http://www.dagondesign.com/articles/sitemap-generator-plugin-for-wordpress/">站 点地图.<br />
</a></p>
<p><strong>7、FLV Embed</strong></p>
<p>Standards compliant FLV embedding in your blog posts using SWFObject  by Geoff and FLV Player by Jeroen. Supports Video Sitemap generation.<br />
Version 1.2.1 | By <a href="https://hjyl.org/go/aHR0cDovL3d3dy5jaGFubmVsLWFpLmNvbS9ibG9nLw==" rel="nofollow" target="_blank">Yaosan Yeo</a> | <a title="Visit plugin site" href="http://www.channel-ai.com/blog/plugins/flv-embed/">Visit  plugin site<br />
</a>Seven观点：这是flash视频的插件，可以插入swfflv视频，其他视频没试过。视频的风格还不错，Seven很喜欢的，简洁。</p>
<p><strong>8、Google XML Sitemaps</strong></p>
<p>This plugin will generate a special XML sitemap which will help  search engines like Google, Yahoo, Bing and Ask.com to better index your  blog.<br />
Version 3.2.2 | By <a href="https://hjyl.org/go/aHR0cDovL3d3dy5hcm5lYnJhY2hob2xkLmRlLw==" rel="nofollow" target="_blank">Arne Brachhold</a> | <a title="Visit  plugin site" href="http://www.arnebrachhold.de/redir/sitemap-home/">Visit plugin  site<br />
</a>Seven观点：这是插件可以自动生成XML文件，也是站点地图了，这个有利于Google、百度、yahoo、Bing、Ask.com等搜索 引擎的抓取。建议使用。</p>
<p><strong>9、Redirect</strong></p>
<p>Simple redirection using Custom Fields.<br />
Version 0.8 | By <a href="https://hjyl.org/go/aHR0cDovL3d3dy5wYW5jYWsuZXMv" rel="nofollow" target="_blank">Nick  Berlette</a> | <a title="Visit plugin site" href="http://www.pancak.es/plugins/redirect/">Visit plugin site<br />
</a>Seven观点：这个插件好使，在页面和文章加上<strong>custom field（自定义字段）</strong>就可以实现网页跳转了，比如<a href="https://hjyl.org/go/aHR0cDovL3d3dy43bGF1LmNvbS9uYmEv" rel="nofollow" target="_blank">NBA直播</a>.</p>
<p><strong>10、WP-Cumulus</strong></p>
<p>Flash based Tag Cloud for WordPress<br />
Version 1.23 | By <a href="https://hjyl.org/go/aHR0cDovL3d3dy5yb3l0YW5jay5jb20v" rel="nofollow" target="_blank">Roy Tanck</a> | <a href="https://hjyl.org/go/aHR0cDovL3d3dy5yb3l0YW5jay5jb20vMjAwOC8wMy8xNS93cC1jdW11bHVzLXJlbGVhc2Vk" rel="nofollow" target="_blank">Visit plugin site</a><br />
Seven观点：这是3D效果的标签云，可以见俺博客的边栏。默认的只支持英文，不过可以换上俺们中国人破解的flash播放器就完美了。需要的可以留言，俺发邮件给你。</p>
<p><strong>11、WP-EasyArchives</strong></p>
<p>Display your archive tree that's search engine friendly on your page,  widgets is supported.<br />
Version 1.5.1 | By <a href="https://hjyl.org/go/aHR0cDovL3d3dy5uZW9lYXNlLmNvbS8=" rel="nofollow" target="_blank">mg12</a> | <a href="https://hjyl.org/go/aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvd3AtZWFzeWFyY2hpdmVzLw==" rel="nofollow" target="_blank">Visit plugin site</a><br />
Seven观点：这个是存档插件，可以根据需要安装，我觉得这个跟sitemap一样，有利于搜索引擎抓取。</p>
<p><strong>12、WP-PageNavi</strong><br />
Adds a more advanced paging navigation to your WordPress blog.<br />
Version 2.50 | By <a href="https://hjyl.org/go/aHR0cDovL2xlc3RlcmNoYW4ubmV0Lw==" rel="nofollow" target="_blank">Lester 'GaMerZ' Chan</a> | <a href="https://hjyl.org/go/aHR0cDovL2xlc3RlcmNoYW4ubmV0L3BvcnRmb2xpby9wcm9ncmFtbWluZy9waHAv" rel="nofollow" target="_blank">Visit plugin site</a>﻿<br />
Seven观点：这是翻页效果的插件，可以根据实际情况需要的。</p>
<p><strong>13、WP-Syntax</strong></p>
<p>Syntax highlighting using <a href="https://hjyl.org/go/aHR0cDovL3FibnouY29tL2hpZ2hsaWdodGVyLw==" rel="nofollow" target="_blank">GeSHi</a> supporting a wide range of popular languages. Wrap code blocks with &lt;pre lang="LANGUAGE" line="1"&gt; and &lt;/pre&gt; where LANGUAGE is a geshi supported language syntax. The line attribute is optional.<br />
Version 0.9.8 | By <a href="https://hjyl.org/go/aHR0cDovL3J5YW4ubWNnZWFyeS5vcmcv" rel="nofollow" target="_blank">Ryan McGeary</a> | <a href="https://hjyl.org/go/aHR0cDovL3dvcmRwcmVzcy5vcmcvZXh0ZW5kL3BsdWdpbnMvd3Atc3ludGF4Lw==" rel="nofollow" target="_blank">Visit plugin site</a><br />
Seven观点：这是高亮代码插件，应该都知道吧，这个应该是需要的。</p>
<p><strong>14、WP-Wap</strong></p>
<p>Browse your WordPress's blog entries on a WAP enabled mobile phone.<br />
Version  2.30 | By <a href="https://hjyl.org/go/aHR0cDovL2xlc3RlcmNoYW4ubmV0Lw==" rel="nofollow" target="_blank">Lester  'GaMerZ' Chan</a> | <a href="https://hjyl.org/go/aHR0cDovL2xlc3RlcmNoYW4ubmV0L3BvcnRmb2xpby9wcm9ncmFtbWluZy9waHAv" rel="nofollow" target="_blank">Visit plugin site</a></p>
<p>Seven观点：这是让你的博客可以通过手机访问的插件，还不错哦，这个也是根据自己的实际需要安装。</p>
<p>最后，还推荐thread-twitter和taotao插件，可惜的是，我的外国空间用不了，用了就会占用太多系统资源导致网站不能访问，这个情况出现很多次了，所以决定收藏这两个插件而不用它们。<br />
也希望大家跟我交流下你们觉得最好的WordPress插件！</p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="本博所用的WordPress插件介绍" href="https://hjyl.org/my-blog-wordpress-plugins/">本博所用的WordPress插件介绍</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/my-blog-wordpress-plugins/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>备案失败，暂换域名</title>
		<link>https://hjyl.org/miibeian-failed-domain-changed/</link>
					<comments>https://hjyl.org/miibeian-failed-domain-changed/#respond</comments>
		
		<dc:creator><![CDATA[皇家元林]]></dc:creator>
		<pubDate>Sat, 26 Dec 2009 08:55:36 +0000</pubDate>
				<category><![CDATA[生活点滴]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[博客]]></category>
		<category><![CDATA[域名]]></category>
		<category><![CDATA[备案]]></category>
		<category><![CDATA[皇家元林]]></category>
		<guid isPermaLink="false">http://blog.ylgod.cn/?p=393</guid>

					<description><![CDATA[现在我的博客地址暂时改为http://blog.ylgod.cn，等玉米备案好了，我直接用这个http://www.7lau.com。由于论坛也是没绑定，所以我的论坛的地址：http://ylgod.5d6d.com。]]></description>
										<content:encoded><![CDATA[<p>唉，再次遗憾的告诉大家，我的域名再次的备案失败了。<br />
上次因为我的地址写错了，我写的是二代身份证上的地址，接入商就直接否决了。这次说是两个域名需要分步备案，我晕！搞什么分机嘛！以前我也备案过，没听说啊！没办法，不管我怎么反抗，最后还是无奈的摇摇头，长长的吐口气，忍！<br />
<span style="color: #ff0000;"><strong>说重点，现在我的博客地址暂时改为<a href="https://hjyl.org/go/aHR0cDovL2Jsb2cueWxnb2QuY24=" rel="nofollow" target="_blank">http://blog.ylgod.cn</a>，等玉米备案好了，我直接用这个<a href="https://hjyl.org/go/aHR0cDovL3d3dy43bGF1LmNvbQ==" rel="nofollow" target="_blank">http://www.7lau.com</a>。由于论坛也是没绑定，所以我的论坛的地址：<a href="https://hjyl.org/go/aHR0cDovL3lsZ29kLjVkNmQuY29t" rel="nofollow" target="_blank">http://ylgod.5d6d.com</a>。</strong></span><br />
现在我的重点都放在我的博客上了，论坛也是偶尔更新下。也非常感谢那些一直以来支持我的朋友，谢谢，是你们给我前进上的动力。我不想谈论政治，但是有些不得不把人气的要骂一句：TMD，鸟公务员，喜欢CS的败类。如果说2010年是世界末日的话，现在我已经看到中国的末日了。<br />
Ps:中国，我的母亲，不是我不爱你，是你的“态度”让我感觉很不舒服，你没有尽到一个做母亲的责任！</p>
<div id="content-copyright"><span style="font-weight:bold;text-shadow:0 1px 0 #ddd;font-size: 13px;">版权声明: </span><span style="font-size: 13px;">本文采用 <a href="https://hjyl.org/go/aHR0cHM6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL2xpY2Vuc2VzL2J5LW5jLXNhLzMuMC8=" rel="nofollow" target="_blank">BY-NC-SA</a> 协议进行授权，如无注明均为原创，转载请注明转自 <a href="https://hjyl.org">皇家元林</a><br>本文链接: <a rel="bookmark" title="备案失败，暂换域名" href="https://hjyl.org/miibeian-failed-domain-changed/">备案失败，暂换域名</a></span></div>]]></content:encoded>
					
					<wfw:commentRss>https://hjyl.org/miibeian-failed-domain-changed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
