﻿<?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; eclipse</title>
	<atom:link href="http://www.wenhq.com/tag/eclipse/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wenhq.com</link>
	<description>记录宝宝成长文章和软件开发经验笔记</description>
	<lastBuildDate>Mon, 09 Jan 2012 00:52:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ubuntu10.04中eclipse中键盘失灵的解决办法</title>
		<link>http://www.wenhq.com/article/view_637.html</link>
		<comments>http://www.wenhq.com/article/view_637.html#comments</comments>
		<pubDate>Wed, 14 Jul 2010 13:31:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.wenhq.com/?p=637</guid>
		<description><![CDATA[<p>Ubuntu10.04系统Eclipse中输入双引号，或者分号等，出现键盘失效，无法输入字符的问题，但是在别的地方又能输入，点击一下别的地方再回到eclipse中又能动，很快就又死了，原因是Eclipse选 择的当前输入法(input method)与用户自行安装的输入法兼容性问题。解决方法如下：

 在Eclipse的工作区 点击右&#8211;&gt;输入法（...<a href='http://www.wenhq.com/article/view_637.html' rel="nofollow">阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>Ubuntu10.04系统Eclipse中输入双引号，或者分号等，出现键盘失效，无法输入字符的问题，但是在别的地方又能输入，点击一下别的地方再回到eclipse中又能动，很快就又死了，原因是Eclipse选 择的当前输入法(input method)与用户自行安装的输入法兼容性问题。解决方法如下：

 在Eclipse的工作区 点击右&#8211;&gt;输入法（...<a href='http://www.wenhq.com/article/view_637.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_637.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntu10.04配置eclipse php调试环境</title>
		<link>http://www.wenhq.com/article/view_635.html</link>
		<comments>http://www.wenhq.com/article/view_635.html#comments</comments>
		<pubDate>Mon, 12 Jul 2010 09:26:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[php基础]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.wenhq.com/?p=635</guid>
		<description><![CDATA[<p>软件开发的断点调试是必不可少，这里介绍ubuntu10.04中eclipse工具中php的调试配置。
本打算配置ZendDebugger 进行调试，配置了老长时间没配置成功，在phpinfo看不到ZendDebugger生效，经查发现是php5.3的问题，必须先卸载，本文介绍使用xdebug了。
软件安装太简单了，分别执行如下命令：
sudo apt-get install apache2
...<a href='http://www.wenhq.com/article/view_635.html' rel="nofollow">阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>软件开发的断点调试是必不可少，这里介绍ubuntu10.04中eclipse工具中php的调试配置。
本打算配置ZendDebugger 进行调试，配置了老长时间没配置成功，在phpinfo看不到ZendDebugger生效，经查发现是php5.3的问题，必须先卸载，本文介绍使用xdebug了。
软件安装太简单了，分别执行如下命令：
sudo apt-get install apache2
...<a href='http://www.wenhq.com/article/view_635.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_635.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse for PHP Developers 控制台乱码</title>
		<link>http://www.wenhq.com/article/view_615.html</link>
		<comments>http://www.wenhq.com/article/view_615.html#comments</comments>
		<pubDate>Fri, 25 Jun 2010 06:27:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://www.wenhq.com/?p=615</guid>
		<description><![CDATA[<p>数据库和源代码一直使用的是utf-8的编码,从来没出现过乱码,现在一项目使用mysql(utf-8),而php的源代码为gbk的,这样连接数据库时就小心点,先指定gbk,这时如果我们使用Eclipse for PHP Developers开发工具在进行php script脚本调试时,发现控制台的中文都变成乱码了,原来Eclipse for PHP Developers默认的控制台是utf-8的,而...<a href='http://www.wenhq.com/article/view_615.html' rel="nofollow">阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>数据库和源代码一直使用的是utf-8的编码,从来没出现过乱码,现在一项目使用mysql(utf-8),而php的源代码为gbk的,这样连接数据库时就小心点,先指定gbk,这时如果我们使用Eclipse for PHP Developers开发工具在进行php script脚本调试时,发现控制台的中文都变成乱码了,原来Eclipse for PHP Developers默认的控制台是utf-8的,而...<a href='http://www.wenhq.com/article/view_615.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_615.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>如何删除Eclipse subclipse中记住的SVN用户名密码</title>
		<link>http://www.wenhq.com/article/view_614.html</link>
		<comments>http://www.wenhq.com/article/view_614.html#comments</comments>
		<pubDate>Thu, 24 Jun 2010 06:23:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.wenhq.com/?p=614</guid>
		<description><![CDATA[<p>1. 查看你的Eclipse中使用的是什么SVN Interface
windows &gt; preference &gt; Team &gt; SVN #SVN Interface
2. 如果是用的JavaHL, 找到以下目录并删除auth目录.
C:\Documents and Settings\[YourUserName]\Application Data\Subversion\
3. 如果你用的SVNKit, 找到以下目录并删除.keyring文件.
[eclipse]\configurati...<a href='http://www.wenhq.com/article/view_614.html' rel="nofollow">阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>1. 查看你的Eclipse中使用的是什么SVN Interface
windows &gt; preference &gt; Team &gt; SVN #SVN Interface
2. 如果是用的JavaHL, 找到以下目录并删除auth目录.
C:\Documents and Settings\[YourUserName]\Application Data\Subversion\
3. 如果你用的SVNKit, 找到以下目录并删除.keyring文件.
[eclipse]\configurati...<a href='http://www.wenhq.com/article/view_614.html' rel="nofollow">阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.wenhq.com/article/view_614.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

