<?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>witheasy blog</title>
	<atom:link href="http://www.witheasy.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.witheasy.com/blog</link>
	<description>welcome come to witheasy blog</description>
	<lastBuildDate>Wed, 09 May 2012 16:20:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>MAC上清除SVN文件，解决under version control</title>
		<link>http://www.witheasy.com/blog/?p=197</link>
		<comments>http://www.witheasy.com/blog/?p=197#comments</comments>
		<pubDate>Wed, 09 May 2012 16:20:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=197</guid>
		<description><![CDATA[有时复制一个已经存放在svn的项目时，会把里面的svn文件也复制了过去。所以再次提交到svn时会出现 under version control. 所以用以下命令清除项目下的svn文件。 &#160; sudo find /Applications/MAMP/htdocs/jumpqsina/ -name &#34;.svn&#34; -exec rm -r {} \; 清除svn]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=197</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012年4月世界计算机语言排行榜</title>
		<link>http://www.witheasy.com/blog/?p=194</link>
		<comments>http://www.witheasy.com/blog/?p=194#comments</comments>
		<pubDate>Fri, 27 Apr 2012 02:02:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=194</guid>
		<description><![CDATA[2012年4月世界计算机语言排行榜 可以看到，C超越了Java&#8230;.ObjC在疯狂上升中，Ios开发会有多红啊！ Position Apr 2012 Position Apr 2011 Delta in Position Programming Language Ratings Apr 2012 Delta Apr 2011 Status 1 2 C 17.555% +1.39% &#160;&#160;A 2 1 Java 17.026% -2.02% &#160;&#160;A 3 3 C++ 8.896% -0.33% &#160;&#160;A 4 8 &#8230;<p class="read-more"><a href="http://www.witheasy.com/blog/?p=194">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=194</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决NetBeans的SVN命令失败的方法</title>
		<link>http://www.witheasy.com/blog/?p=191</link>
		<comments>http://www.witheasy.com/blog/?p=191#comments</comments>
		<pubDate>Fri, 27 Apr 2012 01:41:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=191</guid>
		<description><![CDATA[当netbeans安装了tortoise svn 时，会出现以下错误。 &#160; org.tigris.subversion.javahl.ClientException: The path &#39;D:\www\xxx&#39; appears to be part of a Subversion 1.7 or greater working copy.&#160; Please upgrade your Subversion client to use this working copy. &#160; 这是svn版本问题。 只要把tortoise svn升级到 7.0以上 然后在快捷方式上面加上 -J-DsvnClientAdapterFactory=commandline 如图：]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=191</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012年3年全求计算机语言排序榜</title>
		<link>http://www.witheasy.com/blog/?p=189</link>
		<comments>http://www.witheasy.com/blog/?p=189#comments</comments>
		<pubDate>Mon, 12 Mar 2012 05:54:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=189</guid>
		<description><![CDATA[&#160; Position Mar 2012 Position Mar 2011 Delta in Position Programming Language Ratings Mar 2012 Delta&#160; Mar 2011 Status 1 1 Java 17.110% -2.60% &#160;&#160;A 2 2 C 17.087% +1.82% &#160;&#160;A 3 4 C# 8.244% +1.03% &#160;&#160;A 4 3 C++ &#8230;<p class="read-more"><a href="http://www.witheasy.com/blog/?p=189">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=189</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iOS uiwebview 禁止弹出复制和黏贴功能</title>
		<link>http://www.witheasy.com/blog/?p=186</link>
		<comments>http://www.witheasy.com/blog/?p=186#comments</comments>
		<pubDate>Mon, 12 Mar 2012 05:52:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS x]]></category>
		<category><![CDATA[Objectiv-C]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=186</guid>
		<description><![CDATA[在html5上面加上这js代码 &#160; &#160; function OnLoad() { &#160; &#160; document.documentElement.style.webkitTouchCallout = &#34;none&#34;; //禁止弹出菜单 &#160; &#160; document.documentElement.style.webkitUserSelect = &#34;none&#34;;//禁止选中 } 然后在body加上onload &#160; &#60;body onload=&#34;OnLoad()&#34;/&#62;&#160; 这样就行了，测试通过。]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=186</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win下最简单删除SVN文件的方法</title>
		<link>http://www.witheasy.com/blog/?p=184</link>
		<comments>http://www.witheasy.com/blog/?p=184#comments</comments>
		<pubDate>Fri, 02 Mar 2012 13:05:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=184</guid>
		<description><![CDATA[&#160; SVN是我认为目前最方便的版本管理体系。我最早一次接触版本管理是2004年，当时学校BBS的代码要求用CVS管理；第二次亲密接触是在2006年，当时公司的代码使用Eclipse+CVS管理；而第一次使用SVN则是在2007年的一个封闭开发项目。 &#160; 我十分喜欢SVN的方便，无论是在Linux下的命令行操作还是在Windows下的资源管理器插件，都十分简易。而且code.google.com也支持SVN来供我们发布、维护开源项目（例如我的WordPress主题TES）然而，久而久之，SVN文件夹下会有许多.svn的&#8220;meta数据&#8221;。这些数据久而久之会带来不少麻烦。尤其是基于资源管理器交互的Windows系统。 &#160; 今天看了Jon Galloway的一个注册表脚本，十分方便，分享如下： &#160; 建立一个文本文件，取名为kill-svn-folders.reg（扩展名由txt改为reg），内容如下： &#160; Windows Registry Editor Version 5.00 &#160; [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN]&#160; @=&#34;Delete SVN Folders&#34; &#160; [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command]&#160; @=&#34;cmd.exe /c \&#34;TITLE Removing SVN Folders in %1 &#38;&#38; COLOR 9A &#38;&#38; FOR /r \&#34;%1\&#34; %%f IN (.svn) &#8230;<p class="read-more"><a href="http://www.witheasy.com/blog/?p=184">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=184</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mac上用yiic创建yii应用的方法</title>
		<link>http://www.witheasy.com/blog/?p=178</link>
		<comments>http://www.witheasy.com/blog/?p=178#comments</comments>
		<pubDate>Mon, 27 Feb 2012 09:56:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Program]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=178</guid>
		<description><![CDATA[先安装好php环境后 在mac上打开终端 输入 /Applications/MAMP/htdocs/framework/yii/framework/yiic webapp /Applications/MAMP/htdocs/demo 红色部分是　对应的目录。事先应该先创建好文件夹。 回车后会出现以下内容 Create a Web application under &#39;/Applications/MAMP/htdocs/demo&#39;? [yes&#124;no]&#160; 然后输入yes &#160; 成功的话会出现以下内容 &#160; &#160; &#160; &#160;mkdir /Applications/MAMP/htdocs/demo/assets &#160; &#160; &#160; mkdir /Applications/MAMP/htdocs/demo/css &#160; &#160;generate css/bg.gif &#160; &#160;generate css/form.css &#160; &#160;generate css/ie.css &#160; &#160;generate css/main.css &#8230;<p class="read-more"><a href="http://www.witheasy.com/blog/?p=178">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2012年2月全球计算机语言排序榜</title>
		<link>http://www.witheasy.com/blog/?p=176</link>
		<comments>http://www.witheasy.com/blog/?p=176#comments</comments>
		<pubDate>Wed, 08 Feb 2012 06:23:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=176</guid>
		<description><![CDATA[Objc还在放过上升中，Iphone Ipad开发势头正旺。 Position Feb 2012 Position Feb 2011 Delta in Position Programming Language Ratings Feb 2012 Delta Feb 2011 Status 1 1 Java 17.050% -1.43% &#160;&#160;A 2 2 C 16.523% +1.54% &#160;&#160;A 3 6 C# 8.653% +1.84% &#160;&#160;A 4 3 &#8230;<p class="read-more"><a href="http://www.witheasy.com/blog/?p=176">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>安卓 android 4.0 的HTML5非常失望</title>
		<link>http://www.witheasy.com/blog/?p=174</link>
		<comments>http://www.witheasy.com/blog/?p=174#comments</comments>
		<pubDate>Mon, 06 Feb 2012 04:45:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=174</guid>
		<description><![CDATA[安卓 android 4.0 的HTML5非常失望 大部分在IOS Firefox Chrome 运行正常的 jquery + html5。在android 4.0上面都运行不了。例如翻页、播放音乐、视频[js控制]。 官方说 4.0 不是用 Chrome&#160; 浏览器。以后才支持。 所以要在4.0上做html5 apps的同志门。要好好测试了。]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=174</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>win 安装 YII使用 YIIC 最简单的方法</title>
		<link>http://www.witheasy.com/blog/?p=171</link>
		<comments>http://www.witheasy.com/blog/?p=171#comments</comments>
		<pubDate>Sun, 05 Feb 2012 12:45:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[YII]]></category>

		<guid isPermaLink="false">http://www.witheasy.com/blog/?p=171</guid>
		<description><![CDATA[开始 运行 CMD&#160; 进入到YII 的 Framework 目录 此时如果运行 YIIC的话会 报 php.exe不是内部或外部命令 假如你的php 放在 C:\php 这时你可以输入 path c:\php\ &#160;回车 然后输入 yiic webapp d:\www\yourapp 最后 输入yes 即可]]></description>
		<wfw:commentRss>http://www.witheasy.com/blog/?feed=rss2&#038;p=171</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

