<?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>Erick &#187; Windows相关</title>
	<atom:link href="http://blog.xiongchuan.org/category/tech/windows/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xiongchuan.org</link>
	<description>Even a great life is only a life until you make it.</description>
	<lastBuildDate>Thu, 10 Mar 2011 14:44:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	
<!-- Start Of Script Generated By WP-PostViews Plus -->
<script type='text/javascript' src='http://blog.xiongchuan.org/wp-includes/js/jquery/jquery.js?ver=1.4.4'></script>
<script type="text/javascript">
/* <![CDATA[ */
/* ]]> */
</script>
<!-- End Of Script Generated By WP-PostViews Plus -->
	<item>
		<title>MySQL Can&#8217;t find messagefile,解决方法</title>
		<link>http://blog.xiongchuan.org/cant-find-messagefile-resolve.html</link>
		<comments>http://blog.xiongchuan.org/cant-find-messagefile-resolve.html#comments</comments>
		<pubDate>Tue, 08 Dec 2009 14:02:00 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=491</guid>
		<description><![CDATA[今天新本本到了，晚上回家来安装xampp，APACHE还是一样好装，加入服务后，关闭80端口后，就启动了。 mysql竟然出问题，这还是第一次启动不了呢。1067错误，在windows的日志里查看，错误如下 Can&#8217;t find messagefile &#8216;\xampp\mysql\share\english\errmsg.sys&#8217; Can&#8217;t create test file \xampp\mysql\data\cherry-PC.lower-test 在WINDOWS XP下没有问题，因为我现在用的是VISTA，解决办法是找到xampp\mysql\bin\mysql.ini 把其中的\xampp\ 加上盘符，比如我的xampp装在E盘，改变后就是E:\xampp\ 这样就可以启动啦。 Related Postsmysql 查找重复记录 删除重复记录CentOS 5.3搭建Apache2.2.4+Mysql5.1.4+PHP5.3服务器MySQL备份Mysql ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217;]]></description>
			<content:encoded><![CDATA[<p>今天新本本到了，晚上回家来安装xampp，APACHE还是一样好装，加入服务后，关闭80端口后，就启动了。<br />
mysql竟然出问题，这还是第一次启动不了呢。1067错误，在windows的日志里查看，错误如下</p>
<blockquote><p>Can&#8217;t find messagefile &#8216;\xampp\mysql\share\english\errmsg.sys&#8217;<br />
Can&#8217;t create test file \xampp\mysql\data\cherry-PC.lower-test</p></blockquote>
<p>在WINDOWS XP下没有问题，因为我现在用的是VISTA，解决办法是找到xampp\mysql\bin\mysql.ini<br />
把其中的\xampp\ 加上盘符，比如我的xampp装在E盘，改变后就是E:\xampp\<br />
这样就可以启动啦。</p>
<h4  class="entry-title">Related Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/mysql-find-and-delete-duplicate-records.html" title="mysql 查找重复记录 删除重复记录">mysql 查找重复记录 删除重复记录</a></li><li><a href="http://blog.xiongchuan.org/centos-5-3-apache2-mysql5-php-5-3-server.html" title="CentOS 5.3搭建Apache2.2.4+Mysql5.1.4+PHP5.3服务器">CentOS 5.3搭建Apache2.2.4+Mysql5.1.4+PHP5.3服务器</a></li><li><a href="http://blog.xiongchuan.org/mysql-backup.html" title="MySQL备份">MySQL备份</a></li><li><a href="http://blog.xiongchuan.org/mysql-error-1045-28000-access-denied-for-user-rootlocalhost.html" title="Mysql ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217;">Mysql ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/cant-find-messagefile-resolve.html/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>windows下安装svn服务器和客户端</title>
		<link>http://blog.xiongchuan.org/windows-setup-svn-server-client.html</link>
		<comments>http://blog.xiongchuan.org/windows-setup-svn-server-client.html#comments</comments>
		<pubDate>Thu, 26 Nov 2009 16:59:35 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[TortoiseSVN]]></category>
		<category><![CDATA[版本控制]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=478</guid>
		<description><![CDATA[在家里的电脑上，安装svn，当然今天是突发奇想。 说来也真是见鬼了，subversion的官网竟然进不去了，只有用代理才能进，可是网页代理进了又不能下载。。。，http://subversion.tigris.org/，害得我到处找安装文件，最后还是在csdn上面下载的。 svn-1.5.6-setup.exe 客户端就好下载的多： TortoiseSVN-1.6.6.17493-win32-svn-1.6.6.msi LanguagePack_1.6.6.17493-win32-zh_CN.msi 今天不是讲教程，只是写下今天安装的经历。。。 先安装的TortoiseSVN 再安装svn-1.5.6-setup，很简单，在F盘随便建立一个文件夹，SVNprojects\project1，然后通过TortoiseSVN 遇到的第一个问题： 在\project1里面建立版本控制，进入subversion\bin\启动服务，浏览svn，结果报错，什么format 3..format 5之类的，不记得了，有人说这个应该是客户端和服务端兼容的问题，知道原因后，删除project1里面的内容，然后通过subverion\bin\svnadmin.exe 建立版本控制，再启动服务，果然可以正常浏览SVN了 第二个问题： 编辑svnserve.conf这个文件， 去掉[general]，anon-access = none。。。前面的#号后，又报错，原因是这些语句必须顶格写，前面不能有空格。 Most Commented Posts发一个dedeEIMS企业模板Guestbook博客终于恢复啦MySQL Can&#8217;t find messagefile,解决方法2010沉默几天武汉的这个六月搬家啦,上班不怕迟到了……About]]></description>
			<content:encoded><![CDATA[<p>在家里的电脑上，安装svn，当然今天是突发奇想。<br />
说来也真是见鬼了，subversion的官网竟然进不去了，只有用代理才能进，可是网页代理进了又不能下载。。。，http://subversion.tigris.org/，害得我到处找安装文件，最后还是在csdn上面下载的。<br />
svn-1.5.6-setup.exe<br />
客户端就好下载的多：<br />
TortoiseSVN-1.6.6.17493-win32-svn-1.6.6.msi<br />
LanguagePack_1.6.6.17493-win32-zh_CN.msi</p>
<p>今天不是讲教程，只是写下今天安装的经历。。。<br />
先安装的TortoiseSVN<br />
再安装svn-1.5.6-setup，很简单，在F盘随便建立一个文件夹，SVNprojects\project1，然后通过TortoiseSVN<br />
遇到的第一个问题：<br />
在\project1里面建立版本控制，进入subversion\bin\启动服务，浏览svn，结果报错，什么format 3..format 5之类的，不记得了，有人说这个应该是客户端和服务端兼容的问题，知道原因后，删除project1里面的内容，然后通过subverion\bin\svnadmin.exe 建立版本控制，再启动服务，果然可以正常浏览SVN了</p>
<p>第二个问题：<br />
编辑svnserve.conf这个文件，<br />
去掉[general]，anon-access = none。。。前面的#号后，又报错，原因是这些语句必须顶格写，前面不能有空格。</p>
<h4  class="entry-title">Most Commented Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/an-enterprise-theme-for-dedeeims.html" title="发一个dedeEIMS企业模板">发一个dedeEIMS企业模板</a></li><li><a href="http://blog.xiongchuan.org/guestbook" title="Guestbook">Guestbook</a></li><li><a href="http://blog.xiongchuan.org/blog-recovery-again.html" title="博客终于恢复啦">博客终于恢复啦</a></li><li><a href="http://blog.xiongchuan.org/cant-find-messagefile-resolve.html" title="MySQL Can&#8217;t find messagefile,解决方法">MySQL Can&#8217;t find messagefile,解决方法</a></li><li><a href="http://blog.xiongchuan.org/2010-bad-day.html" title="2010沉默几天">2010沉默几天</a></li><li><a href="http://blog.xiongchuan.org/these-days-in-wuhan.html" title="武汉的这个六月">武汉的这个六月</a></li><li><a href="http://blog.xiongchuan.org/move-house.html" title="搬家啦,上班不怕迟到了……">搬家啦,上班不怕迟到了……</a></li><li><a href="http://blog.xiongchuan.org/about" title="About">About</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/windows-setup-svn-server-client.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>重逢IIS,Server Application Error</title>
		<link>http://blog.xiongchuan.org/iis-server-application-error.html</link>
		<comments>http://blog.xiongchuan.org/iis-server-application-error.html#comments</comments>
		<pubDate>Sun, 01 Nov 2009 17:34:52 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[iis]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=377</guid>
		<description><![CDATA[我已不用ASP好多年，今天重新装上IIS5.1，一打开http://localhost就出现 Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance. 网上搜索都说是 用户组里面这两个要设置密码 IUSR_ IWAM_ 照着做了 具体怎么设置看这个网址 http://hi.baidu.com/gameboyerik001/blog/item/9a973922b1d76b499358072b.html 可还是有问题依然无法浏览网页。在事件日志里看到 运行时环境无法初始化支持事务处理组件所需的事务。请确认 MS-DTC 正在运行。(DtcGetTransactionManagerEx(): hr = 0x8004d01b) cmd里输入 net start msdtc [...]]]></description>
			<content:encoded><![CDATA[<p>我已不用ASP好多年，今天重新装上IIS5.1，一打开http://localhost就出现<br />
Server Application Error<br />
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.<br />
网上搜索都说是 用户组里面这两个要设置密码 IUSR_    IWAM_<br />
照着做了 具体怎么设置看这个网址</p>
<p>http://hi.baidu.com/gameboyerik001/blog/item/9a973922b1d76b499358072b.html</p>
<p>可还是有问题依然无法浏览网页。在事件日志里看到<br />
运行时环境无法初始化支持事务处理组件所需的事务。请确认 MS-DTC 正在运行。(DtcGetTransactionManagerEx(): hr = 0x8004d01b)<br />
cmd里输入 net start msdtc 没有任何反应，查看日志，发现是无法启动。<br />
搜索的结果是删除注册表的键值(cmd下输入regedit)<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSDTC<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC<br />
HKEY_CLASSES_ROOT\CID<br />
然后就是<br />
msdtc -uninstall<br />
msdtc -install<br />
net start msdtc<br />
msdtc -resetlog<br />
不过我到这里 还是没有办法打开网页，卸掉IIS，重新安装就OK了</p>
<p>管理工具->Internet信息服务->点浏览的时候又跳出一个错误。。<br />
MMC检测到此管理单元发生一个错误，建议关闭并重新启动MMC!</p>
<p>1. 单击“开始”，单击“运行”，键入 regedit，然后单击“确定”。<br />
2. 在左窗格中，找到以下注册表子项，然后单击它：<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MMC<br />
3. 在“编辑”菜单上，指向“新建”，然后单击“项”。<br />
4. 键入 UseNewUI 作为新名称，然后按 Enter。<br />
5. 在“文件”菜单上，单击“退出”。</p>
<p>这回来好了，没事了，浏览wwwroot下面的文件夹wedonet结果浏览器里 赫然写着<br />
Directory Listing Denied<br />
真是不容易啊，权限问题，两年不用ASP了，都忘记设置IIS默认网站的属性了。<br />
右键 默认网站->属性->主目录->把本地路径下面的复选框都打上勾(不是必然的).</p>
<p>OK了，总算搞定。。。</p>
<h4  class="entry-title">Most Commented Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/an-enterprise-theme-for-dedeeims.html" title="发一个dedeEIMS企业模板">发一个dedeEIMS企业模板</a></li><li><a href="http://blog.xiongchuan.org/guestbook" title="Guestbook">Guestbook</a></li><li><a href="http://blog.xiongchuan.org/blog-recovery-again.html" title="博客终于恢复啦">博客终于恢复啦</a></li><li><a href="http://blog.xiongchuan.org/cant-find-messagefile-resolve.html" title="MySQL Can&#8217;t find messagefile,解决方法">MySQL Can&#8217;t find messagefile,解决方法</a></li><li><a href="http://blog.xiongchuan.org/2010-bad-day.html" title="2010沉默几天">2010沉默几天</a></li><li><a href="http://blog.xiongchuan.org/these-days-in-wuhan.html" title="武汉的这个六月">武汉的这个六月</a></li><li><a href="http://blog.xiongchuan.org/move-house.html" title="搬家啦,上班不怕迟到了……">搬家啦,上班不怕迟到了……</a></li><li><a href="http://blog.xiongchuan.org/about" title="About">About</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/iis-server-application-error.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>双系统开机进入GRUB的解决办法</title>
		<link>http://blog.xiongchuan.org/dual-system-boot-grub-resolve.html</link>
		<comments>http://blog.xiongchuan.org/dual-system-boot-grub-resolve.html#comments</comments>
		<pubDate>Tue, 20 Oct 2009 06:45:33 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Linux相关]]></category>
		<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[双系统]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=364</guid>
		<description><![CDATA[昨天装的centos，今天一开机，就进入了grub的黑屏状态，像我这样的新手，没一点办法，留下点记号。 1. grub>rootnoverify (hd0,0) 2.grub>chainloader +1 3.grub>boot 这时候，熟悉的XP又出现了。进入之后，要想修复方法可多了，Google,百度&#8230;. 当然这几行适用大部分的新手，正常人都是把Windows装的第一个分区。 当然也可以设置LINUX，手动加载内核，可惜没有机会验证网上的说法是否正确了，所以就不记录了。。。 PS：就算我加载了XP，也没办法进入，分区表坏了，公司竟然只有一张老的XP盘，还没有Windows PE,什么都干不了，沉默之后决定玩Centos啦！ Related PostsCentOS 5.3搭建Apache2.2.4+Mysql5.1.4+PHP5.3服务器CentOS下eclipse支持GBK编码CentOS5.3安装Filezilla FTP软件VMWare 6.5 未找到驱动器Mysql ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217;CentOS下安装vmware-tools的方法]]></description>
			<content:encoded><![CDATA[<p>昨天装的centos，今天一开机，就进入了grub的黑屏状态，像我这样的新手，没一点办法，留下点记号。</p>
<p>1. grub>rootnoverify  (hd0,0)<br />
2.grub>chainloader    +1<br />
3.grub>boot</p>
<p>这时候，熟悉的XP又出现了。进入之后，要想修复方法可多了，Google,百度&#8230;.<br />
当然这几行适用大部分的新手，正常人都是把Windows装的第一个分区。</p>
<p>当然也可以设置LINUX，手动加载内核，可惜没有机会验证网上的说法是否正确了，所以就不记录了。。。<br />
PS：就算我加载了XP，也没办法进入，分区表坏了，公司竟然只有一张老的XP盘，还没有Windows PE,什么都干不了，沉默之后决定玩Centos啦！</p>
<h4  class="entry-title">Related Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/centos-5-3-apache2-mysql5-php-5-3-server.html" title="CentOS 5.3搭建Apache2.2.4+Mysql5.1.4+PHP5.3服务器">CentOS 5.3搭建Apache2.2.4+Mysql5.1.4+PHP5.3服务器</a></li><li><a href="http://blog.xiongchuan.org/centos-eclipse-gbk-encoding.html" title="CentOS下eclipse支持GBK编码">CentOS下eclipse支持GBK编码</a></li><li><a href="http://blog.xiongchuan.org/centos-5-3-filezilla-ftp.html" title="CentOS5.3安装Filezilla FTP软件">CentOS5.3安装Filezilla FTP软件</a></li><li><a href="http://blog.xiongchuan.org/vmware-6-5-not-find-drivers.html" title="VMWare 6.5 未找到驱动器">VMWare 6.5 未找到驱动器</a></li><li><a href="http://blog.xiongchuan.org/mysql-error-1045-28000-access-denied-for-user-rootlocalhost.html" title="Mysql ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217;">Mysql ERROR 1045 (28000): Access denied for user &#8216;root&#8217;@'localhost&#8217;</a></li><li><a href="http://blog.xiongchuan.org/centos-setup-vmware-tools.html" title="CentOS下安装vmware-tools的方法">CentOS下安装vmware-tools的方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/dual-system-boot-grub-resolve.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>eclipse语言包，用迅雷批量下载</title>
		<link>http://blog.xiongchuan.org/batch-download-eclipse-language-package.html</link>
		<comments>http://blog.xiongchuan.org/batch-download-eclipse-language-package.html#comments</comments>
		<pubDate>Sun, 27 Sep 2009 05:01:48 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[迅雷]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=268</guid>
		<description><![CDATA[eclipse for php 3.5 中文语言包 http://download.eclipse.org/technology/babel/update-site/galileo 这个地址已经无效，eclipse没有办法自动更新，然后想自己去下载语言包，http://download.eclipse.org/technology/babel/babel_language_packs/galileo.php 打开一看，N多ZIP的文件，一个个下载，操作太累人，不过迅雷的批量下载(下载全部链接)，可是帮了不少忙。 1、找到中文语言包的地方 2、在右边空白处点右键，选择 使用迅雷下载全部链接 ，出现下面的框，点 是 3、第一次用的人，看下说明，实际上和QQ的截图方法一样 4、按上一步的说明，把中文包所在的地方，选中，之后就可以看到了，批量下载开始 5、等待吧，下载之后就是安装了。 PS：1.如果你的迅雷软件没有这个功能，就去官网下载新版本。 2.如果eclipse网站打开太慢，可以到本站下载，http://www.pigblog.net/?p=265 3.不知道怎么安装插件的，那篇博文里有。 Related PostsEclipse error:selection job title,已解决CentOS下eclipse支持GBK编码Eclipse3.5 中文语言包 下载PDT:创建PHP项目出现“Creation of element failed”错误的解决方法]]></description>
			<content:encoded><![CDATA[<p>eclipse for php 3.5 中文语言包<br />
<span style="font-size: small;"><a href="http://download.eclipse.org/technology/babel/update-site/galileo" rel="external nofollow">http://download.eclipse.org/technology/babel/update-site/galileo</a> 这个地址已经无效，eclipse没有办法自动更新，然后想自己去下载语言包，<a href="http://download.eclipse.org/technology/babel/babel_language_packs/galileo.php" rel="external nofollow">http://download.eclipse.org/technology/babel/babel_language_packs/galileo.php</a><br />
打开一看，N多ZIP的文件，一个个下载，操作太累人，不过迅雷的批量下载(下载全部链接)，可是帮了不少忙。<br />
</span></p>
<p><span style="font-size: medium;">1、找到中文语言包的地方</span></p>
<p><span style="font-size: medium;"><a href="../wp-content/uploads/2009/09/11.jpg"><img title="1" src="../wp-content/uploads/2009/09/11.jpg" alt="1" width="632" height="628" /></a><br />
</span><br />
<span id="more-268"></span><br />
<span style="font-size: medium;">2、在右边空白处点右键，选择 使用迅雷下载全部链接 ，出现下面的框，点 是<br />
<a href="http://www.pigblog.net/wp-content/uploads/2009/09/2.jpg" rel="external nofollow"><img class="aligncenter size-full wp-image-270" title="2" src="http://www.pigblog.net/wp-content/uploads/2009/09/2.jpg" alt="2" width="378" height="147" /></a>3、第一次用的人，看下说明，实际上和QQ的截图方法一样<br />
<a href="http://www.pigblog.net/wp-content/uploads/2009/09/3.jpg" rel="external nofollow"><img class="aligncenter size-full wp-image-271" title="3" src="http://www.pigblog.net/wp-content/uploads/2009/09/3.jpg" alt="3" width="239" height="157" /></a>4、按上一步的说明，把中文包所在的地方，选中，之后就可以看到了，批量下载开始<br />
<a href="http://www.pigblog.net/wp-content/uploads/2009/09/4.jpg" rel="external nofollow"><img class="aligncenter size-full wp-image-272" title="4" src="http://www.pigblog.net/wp-content/uploads/2009/09/4.jpg" alt="4" width="526" height="548" /></a>5、等待吧，下载之后就是安装了。</span></p>
<p>PS：1.如果你的迅雷软件没有这个功能，就去官网下载新版本。<br />
2.如果eclipse网站打开太慢，可以到本站下载，http://www.pigblog.net/?p=265<br />
3.不知道怎么安装插件的，那篇博文里有。</p>
<h4  class="entry-title">Related Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/eclipse-erro-selection-job-title.html" title="Eclipse error:selection job title,已解决">Eclipse error:selection job title,已解决</a></li><li><a href="http://blog.xiongchuan.org/centos-eclipse-gbk-encoding.html" title="CentOS下eclipse支持GBK编码">CentOS下eclipse支持GBK编码</a></li><li><a href="http://blog.xiongchuan.org/eclipse-for-php-3-5-downoad.html" title="Eclipse3.5 中文语言包 下载">Eclipse3.5 中文语言包 下载</a></li><li><a href="http://blog.xiongchuan.org/pdt-create-php-project-creation-of-element-failed-resove.html" title="PDT:创建PHP项目出现“Creation of element failed”错误的解决方法">PDT:创建PHP项目出现“Creation of element failed”错误的解决方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/batch-download-eclipse-language-package.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Eclipse3.5 中文语言包 下载</title>
		<link>http://blog.xiongchuan.org/eclipse-for-php-3-5-downoad.html</link>
		<comments>http://blog.xiongchuan.org/eclipse-for-php-3-5-downoad.html#comments</comments>
		<pubDate>Sun, 27 Sep 2009 04:51:15 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[语言包]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=265</guid>
		<description><![CDATA[现在迷上eclipse了，才下载了最近版本(galileo)，习惯的找语言包，可是这次官方给出的自动安装地址有返回404信息。 我把 中文语言包都下载来了，现在打包，供大家下载，手动安装插件。 从3.4版本开始,eclipse插件安装从以前容易的多了 以前安装Eclipse插件无非两种方式, 直接copy插件到features/plugins目录或者在links目录下创建链接文件. 刚刚发布的Eclipse 3.4又推出另一种新的安装途径, 更加灵活。Eclipse 3.4下有个dropins目录, 只要把插件放到该目录下就可以加载, 有几种格式可以选择。 1. 最简单的，直接将jar包放到dropins目录: eclipse/ dropins/ com.essiembre.eclipse.i18n.resourcebundle_0.7.7 2. 传统格式，统一放到一个eclipse目录下: eclipse/ dropins/ eclipse/ features/ plugins/ 3. 按照插件名称区分: eclipse/ dropins/ resourcebundleeditor/ features/ plugins/ m2eclipse/ features/ plugins/ 4. 类似links方式添加链接: eclipse/ dropins/ xfire.link 本文来自CSDN博客，转载请标明出处：http://blog.csdn.net/zhouxianli/archive/2008/07/16/2657074.aspx PS:打包整理有另一个原因是，网速问题，打开国外的站的速度让人伤心，所以也在我这里放一份。 点这里下载 Related PostsEclipse error:selection job title,已解决CentOS下eclipse支持GBK编码eclipse语言包，用迅雷批量下载PDT:创建PHP项目出现“Creation of element failed”错误的解决方法]]></description>
			<content:encoded><![CDATA[<p>现在迷上eclipse了，才下载了最近版本(galileo)，习惯的找语言包，可是这次官方给出的自动安装地址有返回404信息。<br />
我把 中文语言包都下载来了，现在打包，供大家下载，手动安装插件。</p>
<blockquote><p>从3.4版本开始,eclipse插件安装从以前容易的多了</p>
<p>以前安装Eclipse插件无非两种方式, 直接copy插件到features/plugins目录或者在links目录下创建链接文件. 刚刚发布的Eclipse 3.4又推出另一种新的安装途径, 更加灵活。Eclipse 3.4下有个dropins目录, 只要把插件放到该目录下就可以加载, 有几种格式可以选择。<br />
1. 最简单的，直接将jar包放到dropins目录:<br />
eclipse/<br />
dropins/<br />
com.essiembre.eclipse.i18n.resourcebundle_0.7.7<br />
2. 传统格式，统一放到一个eclipse目录下:<br />
eclipse/<br />
dropins/<br />
eclipse/<br />
features/<br />
plugins/<br />
3. 按照插件名称区分:<br />
eclipse/<br />
dropins/<br />
resourcebundleeditor/<br />
features/<br />
plugins/<br />
m2eclipse/<br />
features/<br />
plugins/<br />
4. 类似links方式添加链接:<br />
eclipse/<br />
dropins/<br />
xfire.link<br />
本文来自CSDN博客，转载请标明出处：<a href="http://blog.csdn.net/zhouxianli/archive/2008/07/16/2657074.aspx" rel="external nofollow">http://blog.csdn.net/zhouxianli/archive/2008/07/16/2657074.aspx</a></p></blockquote>
<p><span style="font-family: mceinline;">PS:打包整理有另一个原因是，网速问题，打开国外的站的速度让人伤心，所以也在我这里放一份。<br />
<a class="alignleft" href="http://www.pigblog.net/Language_zh_v3.5.7z" target="_blank" rel="external nofollow">点这里下载</a></span></p>
<h4  class="entry-title">Related Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/eclipse-erro-selection-job-title.html" title="Eclipse error:selection job title,已解决">Eclipse error:selection job title,已解决</a></li><li><a href="http://blog.xiongchuan.org/centos-eclipse-gbk-encoding.html" title="CentOS下eclipse支持GBK编码">CentOS下eclipse支持GBK编码</a></li><li><a href="http://blog.xiongchuan.org/batch-download-eclipse-language-package.html" title="eclipse语言包，用迅雷批量下载">eclipse语言包，用迅雷批量下载</a></li><li><a href="http://blog.xiongchuan.org/pdt-create-php-project-creation-of-element-failed-resove.html" title="PDT:创建PHP项目出现“Creation of element failed”错误的解决方法">PDT:创建PHP项目出现“Creation of element failed”错误的解决方法</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/eclipse-for-php-3-5-downoad.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PDT:创建PHP项目出现“Creation of element failed”错误的解决方法</title>
		<link>http://blog.xiongchuan.org/pdt-create-php-project-creation-of-element-failed-resove.html</link>
		<comments>http://blog.xiongchuan.org/pdt-create-php-project-creation-of-element-failed-resove.html#comments</comments>
		<pubDate>Sat, 26 Sep 2009 14:18:34 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=263</guid>
		<description><![CDATA[下载了“Eclipse For PHP”，准备创建一个PHP项目。输入项目名称“Test&#8221;，一路Next。结果出现如下错误： Creation of element failed. Reason: Build path contains duplicate entry:&#8221;D:/eclipse/plusgins/org.eclipse.php.core_2.1.0.v20090617-2341/Resources/language/php5&#8243; for project Test 在CSDN的帖子上找到了原因，原来这是一个Eclipse的BUG，在输入项目名称后直接点“Finish”就可以正常创建了。 关于这个BUG：https://bugs.eclipse.org/bugs/show_bug.cgi?id=280935 Related PostsEclipse error:selection job title,已解决CentOS下eclipse支持GBK编码eclipse语言包，用迅雷批量下载Eclipse3.5 中文语言包 下载]]></description>
			<content:encoded><![CDATA[<p>下载了“Eclipse For PHP”，准备创建一个PHP项目。输入项目名称“Test&#8221;，一路Next。结果出现如下错误：<br />
Creation of element failed.<br />
Reason:<br />
Build path contains duplicate entry:&#8221;D:/eclipse/plusgins/org.eclipse.php.core_2.1.0.v20090617-2341/Resources/language/php5&#8243; for project Test</p>
<p>在CSDN的帖子上找到了原因，原来这是一个Eclipse的BUG，在输入项目名称后直接点“Finish”就可以正常创建了。</p>
<p>关于这个BUG：<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=280935" rel="external nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=280935</a></p>
<h4  class="entry-title">Related Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/eclipse-erro-selection-job-title.html" title="Eclipse error:selection job title,已解决">Eclipse error:selection job title,已解决</a></li><li><a href="http://blog.xiongchuan.org/centos-eclipse-gbk-encoding.html" title="CentOS下eclipse支持GBK编码">CentOS下eclipse支持GBK编码</a></li><li><a href="http://blog.xiongchuan.org/batch-download-eclipse-language-package.html" title="eclipse语言包，用迅雷批量下载">eclipse语言包，用迅雷批量下载</a></li><li><a href="http://blog.xiongchuan.org/eclipse-for-php-3-5-downoad.html" title="Eclipse3.5 中文语言包 下载">Eclipse3.5 中文语言包 下载</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/pdt-create-php-project-creation-of-element-failed-resove.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows的下拉，最大化，最小化等小图标乱码解决办法</title>
		<link>http://blog.xiongchuan.org/windows-button-marlett-ttf.html</link>
		<comments>http://blog.xiongchuan.org/windows-button-marlett-ttf.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:52:49 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[字体]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=260</guid>
		<description><![CDATA[前几天重装电脑，发现窗口的最大化，最小化等等那些小图标全变形了，Google了好一会，才知道原来是有个字体文件MARLETT.TTF损坏的原因，Google了半天才找到，证明网上资源太少，所以也在我的博客里贴出来，字体也放上了。 点些下载 Most Commented Posts发一个dedeEIMS企业模板Guestbook博客终于恢复啦MySQL Can&#8217;t find messagefile,解决方法2010沉默几天武汉的这个六月搬家啦,上班不怕迟到了……About]]></description>
			<content:encoded><![CDATA[<p>前几天重装电脑，发现窗口的最大化，最小化等等那些小图标全变形了，Google了好一会，才知道原来是有个字体文件<span style="font-family: mceinline;color:red">MARLETT.TTF</span>损坏的原因，Google了半天才找到，证明网上资源太少，所以也在我的博客里贴出来，字体也放上了。</p>
<p><a title="字体" href="http://www.pigblog.net/MARLETT.rar" target="_blank" rel="external nofollow"><span style="font-family: mceinline;color:red">点些下载</span></a></p>
<h4  class="entry-title">Most Commented Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/an-enterprise-theme-for-dedeeims.html" title="发一个dedeEIMS企业模板">发一个dedeEIMS企业模板</a></li><li><a href="http://blog.xiongchuan.org/guestbook" title="Guestbook">Guestbook</a></li><li><a href="http://blog.xiongchuan.org/blog-recovery-again.html" title="博客终于恢复啦">博客终于恢复啦</a></li><li><a href="http://blog.xiongchuan.org/cant-find-messagefile-resolve.html" title="MySQL Can&#8217;t find messagefile,解决方法">MySQL Can&#8217;t find messagefile,解决方法</a></li><li><a href="http://blog.xiongchuan.org/2010-bad-day.html" title="2010沉默几天">2010沉默几天</a></li><li><a href="http://blog.xiongchuan.org/these-days-in-wuhan.html" title="武汉的这个六月">武汉的这个六月</a></li><li><a href="http://blog.xiongchuan.org/move-house.html" title="搬家啦,上班不怕迟到了……">搬家啦,上班不怕迟到了……</a></li><li><a href="http://blog.xiongchuan.org/about" title="About">About</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/windows-button-marlett-ttf.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cmd中文乱码的解决方法</title>
		<link>http://blog.xiongchuan.org/chinese-garbled-in-cmd-resolve.html</link>
		<comments>http://blog.xiongchuan.org/chinese-garbled-in-cmd-resolve.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 12:32:18 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[cmd乱码]]></category>
		<category><![CDATA[注册表]]></category>

		<guid isPermaLink="false">http://www.pigblog.net/?p=238</guid>
		<description><![CDATA[B哥电脑拿来我用下，可是输入ipconfig却发现一些乱码，开始没有在意，后来安装vmWare的时候，因为是绿色安装包，点出绿化，别人写的批处理命令提示，没办法看的懂，这才重视下，Google了下，答案有了，转载下来。原文是哪个我也不知道，如果你看到了，可以联系我。 方法：运行－&#62;regedit 找到：[HKEY_CURRENT_USER]-&#62;Console-&#62;%SystemRoot%_system32_cmd.exe 右边 &#8220;CodePage&#8221;=dword:000003a8        //将后三个数改为：3a8 效果如图： PS: 十六进制&#8221;000003a8&#8243;或十进制&#8221;936&#8243;，表示“936 (ANSI/OEM &#8211; 简体中文 GBK)”。 十六进制&#8221;000001b5&#8243;或十进制&#8221;437&#8243;，表示“437 (OEM &#8211; 美国)”。 Most Commented Posts发一个dedeEIMS企业模板Guestbook博客终于恢复啦MySQL Can&#8217;t find messagefile,解决方法2010沉默几天武汉的这个六月搬家啦,上班不怕迟到了……About]]></description>
			<content:encoded><![CDATA[<p>B哥电脑拿来我用下，可是输入ipconfig却发现一些乱码，开始没有在意，后来安装vmWare的时候，因为是绿色安装包，点出绿化，别人写的批处理命令提示，没办法看的懂，这才重视下，Google了下，答案有了，转载下来。原文是哪个我也不知道，如果你看到了，可以联系我。</p>
<p>方法：运行－&gt;regedit</p>
<p>找到：[HKEY_CURRENT_USER]-&gt;Console-&gt;%SystemRoot%_system32_cmd.exe<br />
右边 &#8220;CodePage&#8221;=dword:000003a8        //将后三个数改为：3a8<br />
效果如图：<br />
<a href="http://www.pigblog.net/wp-content/uploads/2009/09/1.jpg" rel="external nofollow"><img class="aligncenter size-full wp-image-239" title="注册表" src="http://www.pigblog.net/wp-content/uploads/2009/09/1.jpg" alt="注册表" width="758" height="524" /></a></p>
<p>PS:<br />
十六进制&#8221;000003a8&#8243;或十进制&#8221;936&#8243;，表示“936 (ANSI/OEM &#8211; 简体中文 GBK)”。<br />
十六进制&#8221;000001b5&#8243;或十进制&#8221;437&#8243;，表示“437 (OEM &#8211; 美国)”。</p>
<h4  class="entry-title">Most Commented Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/an-enterprise-theme-for-dedeeims.html" title="发一个dedeEIMS企业模板">发一个dedeEIMS企业模板</a></li><li><a href="http://blog.xiongchuan.org/guestbook" title="Guestbook">Guestbook</a></li><li><a href="http://blog.xiongchuan.org/blog-recovery-again.html" title="博客终于恢复啦">博客终于恢复啦</a></li><li><a href="http://blog.xiongchuan.org/cant-find-messagefile-resolve.html" title="MySQL Can&#8217;t find messagefile,解决方法">MySQL Can&#8217;t find messagefile,解决方法</a></li><li><a href="http://blog.xiongchuan.org/2010-bad-day.html" title="2010沉默几天">2010沉默几天</a></li><li><a href="http://blog.xiongchuan.org/these-days-in-wuhan.html" title="武汉的这个六月">武汉的这个六月</a></li><li><a href="http://blog.xiongchuan.org/move-house.html" title="搬家啦,上班不怕迟到了……">搬家啦,上班不怕迟到了……</a></li><li><a href="http://blog.xiongchuan.org/about" title="About">About</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/chinese-garbled-in-cmd-resolve.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>U盾无法找到证书&#124;netsign.dll&#124;已解决</title>
		<link>http://blog.xiongchuan.org/can-not-find-netsign-dll-resolve.html</link>
		<comments>http://blog.xiongchuan.org/can-not-find-netsign-dll-resolve.html#comments</comments>
		<pubDate>Mon, 15 Jun 2009 09:20:32 +0000</pubDate>
		<dc:creator>Erick</dc:creator>
				<category><![CDATA[Windows相关]]></category>
		<category><![CDATA[U盾，U盾证书]]></category>

		<guid isPermaLink="false">http://www.wp.com/wordpress/?p=108</guid>
		<description><![CDATA[昨天在家里准备汇款，结果找不到证书！然后就百度找解决方法，为了防止以后出现这样的问题，还是记下来比较好 原因： 用于付款信息签名的控件netsign.dll这次升级了，在有些系统中ie不能自动升级此控件。 解决办法： 请客户登入企业网银后,在地址栏直接输入:https:\\corporbank.icbc.com.cn\icbc\netsign.dll, 个人网银请输入：https:\\mybank.icbc.com.cn\icbc\netsign.dll，按回车后会出现下载文件窗口，选择 保存到\windows\system32\目录，可能提示文件已存在，请选择覆盖，下载完成后在“开始-〉运行”中输 入&#8221;regsvr32 netsign.dll&#8221;,出现netsign.dll 注册成功信息 这个时候并没有完全好，插入u盾后，无法输入pin码，所有键盘失灵，为什么？而同时录入邮件其他的文件都可以做 最后的解决办法就是重启！ 重启之后，奇迹般的可以用了…… Most Commented Posts发一个dedeEIMS企业模板Guestbook博客终于恢复啦MySQL Can&#8217;t find messagefile,解决方法2010沉默几天武汉的这个六月搬家啦,上班不怕迟到了……About]]></description>
			<content:encoded><![CDATA[<p>昨天在家里准备汇款，结果找不到证书！然后就百度找解决方法，为了防止以后出现这样的问题，还是记下来比较好</p>
<p>原因：<br />
用于付款信息签名的控件netsign.dll这次升级了，在有些系统中ie不能自动升级此控件。<br />
解决办法：<br />
请客户登入企业网银后,在地址栏直接输入:https:\\corporbank.icbc.com.cn\icbc\netsign.dll,</p>
<p>个人网银请输入：https:\\mybank.icbc.com.cn\icbc\netsign.dll，按回车后会出现下载文件窗口，选择</p>
<p>保存到\windows\system32\目录，可能提示文件已存在，请选择覆盖，下载完成后在“开始-〉运行”中输</p>
<p>入&#8221;regsvr32 netsign.dll&#8221;,出现netsign.dll 注册成功信息</p>
<p>这个时候并没有完全好，插入u盾后，无法输入pin码，所有键盘失灵，为什么？而同时录入邮件其他的文件都可以做</p>
<p>最后的解决办法就是重启！<br />
重启之后，奇迹般的可以用了……</p>
<h4  class="entry-title">Most Commented Posts</h4><ul class="related_post"><li><a href="http://blog.xiongchuan.org/an-enterprise-theme-for-dedeeims.html" title="发一个dedeEIMS企业模板">发一个dedeEIMS企业模板</a></li><li><a href="http://blog.xiongchuan.org/guestbook" title="Guestbook">Guestbook</a></li><li><a href="http://blog.xiongchuan.org/blog-recovery-again.html" title="博客终于恢复啦">博客终于恢复啦</a></li><li><a href="http://blog.xiongchuan.org/cant-find-messagefile-resolve.html" title="MySQL Can&#8217;t find messagefile,解决方法">MySQL Can&#8217;t find messagefile,解决方法</a></li><li><a href="http://blog.xiongchuan.org/2010-bad-day.html" title="2010沉默几天">2010沉默几天</a></li><li><a href="http://blog.xiongchuan.org/these-days-in-wuhan.html" title="武汉的这个六月">武汉的这个六月</a></li><li><a href="http://blog.xiongchuan.org/move-house.html" title="搬家啦,上班不怕迟到了……">搬家啦,上班不怕迟到了……</a></li><li><a href="http://blog.xiongchuan.org/about" title="About">About</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.xiongchuan.org/can-not-find-netsign-dll-resolve.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

