<?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>华水 &#187; Share</title>
	<atom:link href="http://huashui.org/topics/share/feed" rel="self" type="application/rss+xml" />
	<link>http://huashui.org</link>
	<description>总是到下雨才想到雨伞，总是到拿雨伞时才发现不见了。</description>
	<lastBuildDate>Thu, 29 Jul 2010 09:53:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Vista中无法使用localhost访问本机的解决方法</title>
		<link>http://huashui.org/post/vista-localhost-ip.html</link>
		<comments>http://huashui.org/post/vista-localhost-ip.html#comments</comments>
		<pubDate>Mon, 01 Mar 2010 02:57:48 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://huashui.org/?p=322</guid>
		<description><![CDATA[最近，买了个笔记本，装的是vista，奇怪的是，装上服务器套件后，死活不能用localhost访问，但127.0.0.1可以。搜索了一下，解决办法如下： 找到WINDOWS\SYSTEM32\DRIVERS\ETC\HOSTS 文件。HOSTS是文件名，这个文件没有扩展名。 用记事本打开它，发现多了一个 ::1 localhost 删了它，保存。问题解决。 Random Posts2010-02-25 -- 常用的PHP系统在nginx下的伪静态规则2009-11-26 -- 写在感恩节前夕2010-03-03 -- jqGrid基础学习：10jqGrid的多字段查询2009-01-13 -- WPS的“信息权限管理”无法访问2010-02-08 -- PHP获取客户端IP的几种方法2009-02-06 -- 固执的坚持2010-02-08 -- Hibernate3错误:could not initialize proxy &#8211; no Session的解决办法2010-03-03 -- jqGrid基础学习：9jqGrid的单字段查询2010-02-08 -- jqGrid基础学习：6jqGrid中方法使用2010-02-20 -- 在windows上安装nginx+php环境]]></description>
		<wfw:commentRss>http://huashui.org/post/vista-localhost-ip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE8下表单输入框及其输入的字很小的解决办法</title>
		<link>http://huashui.org/post/ie8-form-input-small.html</link>
		<comments>http://huashui.org/post/ie8-form-input-small.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 00:59:16 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[系统故障]]></category>

		<guid isPermaLink="false">http://huashui.org/?p=138</guid>
		<description><![CDATA[前段时间，一位朋友出现在表单填写中发现输入框变形，并且输入的字很小。一般出现这种情况的有以下2种： 1、windows使用了第三方主题。将主题设置为windows默认，重启IE，再看下是否还会出现这种情况。 2、检查ie的Internet选项中的辅助工具中是否使用了第三方样式。 Related Posts2008-08-30 -- 系统、FLASH播放没有声音的处理方法2008-07-18 -- 任务栏图标不见的正确处理方法]]></description>
		<wfw:commentRss>http://huashui.org/post/ie8-form-input-small.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>磁盘碎片整理提示要运行Chkdsk /f的处理方法</title>
		<link>http://huashui.org/post/chkdsk-f.html</link>
		<comments>http://huashui.org/post/chkdsk-f.html#comments</comments>
		<pubDate>Sat, 17 Oct 2009 07:54:33 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[Chkdsk]]></category>
		<category><![CDATA[磁盘碎片]]></category>
		<category><![CDATA[系统]]></category>

		<guid isPermaLink="false">http://huashui.org/?p=113</guid>
		<description><![CDATA[硬盘处理要进行碎片整理时候，如果出现一个写“磁盘碎片整理提示要运行Chkdsk /f”的对话框，那么处理方面如下： 1、打开运行，输入Chkdsk /f ,在命令行中填写n，回车 2、重启电脑。 Random Posts2008-10-30 -- 推荐使用WPS的几个原因2009-10-15 -- MySQL的mysqldump常用的语句2010-02-10 -- 菜根谭（明刻版）22010-02-06 -- jqGrid基础学习：3jqGrid与后台的交互（基于struts2）2009-10-20 -- 人生如水2009-10-25 -- SQL Server的JDBC驱动问题2010-02-09 -- 使用Properties文件来对Log4j进行配置2009-10-18 -- jQuery的Ajax在表单上的运用2010-07-29 -- 菜根谭（明刻版）82009-01-12 -- Ubuntu试用记]]></description>
		<wfw:commentRss>http://huashui.org/post/chkdsk-f.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nslookup实例用法</title>
		<link>http://huashui.org/post/nslookup-use-examples.html</link>
		<comments>http://huashui.org/post/nslookup-use-examples.html#comments</comments>
		<pubDate>Thu, 15 Oct 2009 01:22:54 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[nslookup]]></category>

		<guid isPermaLink="false">http://huashui.org/?p=106</guid>
		<description><![CDATA[Nslookup 是一个 监测网络中 DNS 服务器是否能正确实现域名解析的命令行工具。 1、查询A记录 C:\Users\Administrator&#62;nslookup peaksport.com 服务器:  UnKnown Address:  10.0.3.1 非权威应答: 名称: peaksport.com Address: 122.226.206.254 2、查询MX记录 C:\Users\Administrator&#62;nslookup -type=mx peaksport.com 服务器:  UnKnown Address:  10.0.3.1 非权威应答: peaksport.com   MX preference = 10, mail exchanger = mail.peaksport.com mail.peaksport.com      internet address = 210.75.241.17 3、查CNAME记录 C:\Users\Administrator&#62;nslookup -type=cname www.9e9e.com DNS request timed out.     timeout was 2 seconds. 服务器:  UnKnown [...]]]></description>
		<wfw:commentRss>http://huashui.org/post/nslookup-use-examples.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPS2005KRM解决办法</title>
		<link>http://huashui.org/post/wps_2005_krm_solution.html</link>
		<comments>http://huashui.org/post/wps_2005_krm_solution.html#comments</comments>
		<pubDate>Tue, 10 Feb 2009 23:01:51 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://localhost/post/wps_2005_krm_solution-html.html</guid>
		<description><![CDATA[<p>首先要说的是，金山的客服非常不错。</p><p>从1月份开始，<a href="http://huashui.org/post/wps-krm-wrong" target="_blank"><span style="color: #000000">WPS2005的&#8220;信息管理权限&#8221;一直无法访问</span></a>，昨天终于收到解决办法。但是好像金山已经彻底放弃了这个功能。大家有出现的这个问题应该尽快和金山的客服联系，索取KRM破解工具。因为6月份之后就没有办法使用了。</p><p>&#160;</p><div>尊敬的用户您好！</div><div><div>这个是破解KRM的工具，该工具在（<span style="font-size: 10pt; font-family: 宋体">2009-06-01）后就无法使用。使用前请先查看配置帮助文档（<span style="color: #993300"><span style="font-family: Verdana"><span style="color: #ff0000">注意，几个文件必须放到原安装目录的&#8220;Offic6&#34;下</span>）。</span></span></span></div><div>附件中有详细的说明文档，请按照文档的操作步骤操作。</div><div>PS：建议您先拷贝一些备份文件先试，不要用原件先。</div></div>]]></description>
		<wfw:commentRss>http://huashui.org/post/wps_2005_krm_solution.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPS的“信息权限管理”无法访问</title>
		<link>http://huashui.org/post/wps-krm-wrong.html</link>
		<comments>http://huashui.org/post/wps-krm-wrong.html#comments</comments>
		<pubDate>Tue, 13 Jan 2009 14:41:32 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://localhost/post/wps-krm-wrong.html</guid>
		<description><![CDATA[个人认为：“信息权限管理”（KRM）是金山的一大亮点，信息管理是wps2005利用XrML让用户通过登陆金山通行证来进行保护文档中的内容。相对应的是微软的IRM，但微软的IRM指提供试用。这也是我为什么一直选用wps的原因。

      但从WPS2007起，金山开始不提供KRM模块，在竞争如此激烈的办公软件市场，能够为用户提供更多贴心的服务的产品，才能赢得用户的认可。]]></description>
		<wfw:commentRss>http://huashui.org/post/wps-krm-wrong.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>推荐使用WPS的几个原因</title>
		<link>http://huashui.org/post/wps_office.html</link>
		<comments>http://huashui.org/post/wps_office.html#comments</comments>
		<pubDate>Thu, 30 Oct 2008 13:19:10 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[WPS]]></category>

		<guid isPermaLink="false">http://localhost/post/wps_office-html.html</guid>
		<description><![CDATA[最近，微软的“黑屏”事件一直闹得沸沸扬扬。

对我来说，原来用的是OFFICE2003，后面换了2007. 特别是到了2007，打开的时候经常要出现崩溃。 我一直不怎么用微软的OFFICE。自己一直用的是金山的WPS。倒不是因为“爱国”。WPS软件的体积比较小。还有几个优点。

1、最令我喜欢的WPS的（自由访问）的权限，对与自己重要的文件，我一般都用这个设置访问权限。但2007好像找不到这个按钮。所以，到现在，我仍然用的是2005版本。]]></description>
		<wfw:commentRss>http://huashui.org/post/wps_office.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>身份证的编码安排规则</title>
		<link>http://huashui.org/post/excel_id.html</link>
		<comments>http://huashui.org/post/excel_id.html#comments</comments>
		<pubDate>Tue, 16 Sep 2008 12:06:24 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[身份证]]></category>

		<guid isPermaLink="false">http://localhost/post/excel_id-html.html</guid>
		<description><![CDATA[介绍我国身份证的编码规则，以及进行excel进行居民身份证编号识别 。]]></description>
		<wfw:commentRss>http://huashui.org/post/excel_id.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>系统、FLASH播放没有声音的处理方法</title>
		<link>http://huashui.org/post/16-html.html</link>
		<comments>http://huashui.org/post/16-html.html#comments</comments>
		<pubDate>Sat, 30 Aug 2008 06:07:48 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[没声音]]></category>
		<category><![CDATA[系统故障]]></category>

		<guid isPermaLink="false">http://localhost/post/16-html.html</guid>
		<description><![CDATA[<p>如果出现系统如QQ上线等没有声音、而且FLASH播放也没有声音。那么可以这么检查：</p><p>1、检查声卡：在我的电脑点击右键，选择硬件中的设备管理器，点声音、视频和游戏控制器前面的+，如果子项目中有红色的叉叉，那么就说明没有安装好驱动。</p><p>2、如果你是使用音箱，那么请调换音响的插孔，换下声道试试。</p>]]></description>
		<wfw:commentRss>http://huashui.org/post/16-html.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何去掉暴风影音的stormlive.exe进程</title>
		<link>http://huashui.org/post/stormlive-exe.html</link>
		<comments>http://huashui.org/post/stormlive-exe.html#comments</comments>
		<pubDate>Sat, 19 Jul 2008 05:15:05 +0000</pubDate>
		<dc:creator>Huashui</dc:creator>
				<category><![CDATA[Share]]></category>
		<category><![CDATA[stormlive.exe]]></category>
		<category><![CDATA[暴风]]></category>
		<category><![CDATA[进程]]></category>

		<guid isPermaLink="false">http://localhost/post/stormlive-exe-html.html</guid>
		<description><![CDATA[如果安装了暴风影音，常常会在任务管理器的进程中发现stormlive.exe，这是暴风影音的升级程序。它一般没有什么用处，而且占用系统资源。本文介绍两种方法来禁用此项服务。]]></description>
		<wfw:commentRss>http://huashui.org/post/stormlive-exe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
