<?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>IDE &#8211; 這世上 沒有偶然 只有必然</title>
	<atom:link href="https://wordpress.lokidea.com/tag/ide/feed/" rel="self" type="application/rss+xml" />
	<link>https://wordpress.lokidea.com</link>
	<description>幻幽的小小分享區</description>
	<lastBuildDate>Sun, 02 Nov 2014 00:00:56 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>怎麼開始寫後端？</title>
		<link>https://wordpress.lokidea.com/39/%e6%80%8e%e9%ba%bc%e9%96%8b%e5%a7%8b%e5%af%ab%e5%be%8c%e7%ab%af%ef%bc%9f/</link>
					<comments>https://wordpress.lokidea.com/39/%e6%80%8e%e9%ba%bc%e9%96%8b%e5%a7%8b%e5%af%ab%e5%be%8c%e7%ab%af%ef%bc%9f/#respond</comments>
		
		<dc:creator><![CDATA[Barney Chen]]></dc:creator>
		<pubDate>Sun, 02 Nov 2014 00:00:56 +0000</pubDate>
				<category><![CDATA[全端之路]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[開發環境]]></category>
		<guid isPermaLink="false">https://wordpress.lokidea.com/?p=39</guid>

					<description><![CDATA[寫PHP應該要準備那些環境 主要分為開發環境(寫code)、執行環境(php的網頁伺服器) PHP在各大作業系 &#8230; <a href="https://wordpress.lokidea.com/39/%e6%80%8e%e9%ba%bc%e9%96%8b%e5%a7%8b%e5%af%ab%e5%be%8c%e7%ab%af%ef%bc%9f/" class="more-link">閱讀全文 <span class="screen-reader-text">怎麼開始寫後端？</span></a>]]></description>
										<content:encoded><![CDATA[<p>寫PHP應該要準備那些環境<br />
主要分為開發環境(寫code)、執行環境(php的網頁伺服器)<br />
PHP在各大作業系統都可以開發與執行</p>
<ul>
<li>Windows</li>
<li>Linux</li>
<li>Mac</li>
</ul>
<p>而開發環境，主要就分IDE跟純文字編輯器<br />
IDE(集成开发环境，Integrated Development Environment)：<br />
<span id="more-39"></span></p>
<ul>
<li>Visual Studio：web開發環境好像從2010就有支援，之前有用過express版本(win)</li>
<li>PhpStorm：聽說很多人用呢，還沒有預算可以買(win+linux+mac)</li>
<li>Eclipse：開源的開發環境，也支援PHP，有用過幾次(win+linux+mac)</li>
<li>Zend Studio：zend的開發環境，沒用過(win+?)</li>
<li>phpDesigner：感覺不錯，改天來用用看(win+?)</li>
<li>NetBeans：也是開源IDE，有用過幾次(win+?)</li>
<li>Dreamweaver：這應該也很多人用，之前也有用過滿多版本的(win)</li>
</ul>
<p>純文字編輯器：</p>
<ul>
<li>Notepad++：我用很久的一套，現在也是交叉使用(win)</li>
<li>Sublime Text 2/3：也是兩個版本都有安裝，也是交叉使用中(win+linux+mac)</li>
<li>Atom：小試用過，有點新，功能還有很大成長空間(win+mac)</li>
<li>Brackets：beta試用過，還好，最近也有挺多人推的(win+linux+mac)</li>
<li>Light Table：新的文字編輯器，募資成功並且開發出來的，使用Clojure開發，感覺算是挺好用的(win+linux+mac)</li>
<li>vim：linux的編輯器，學習中，但是現在也是跨平台了(win+linux+mac)</li>
<li>PSPad：之前有小用過的一套，也不錯，但是只有windows有(win)</li>
</ul>
<p>接下來執行環境就比較簡單：</p>
<ul>
<li>Apache：三大平台都有整合安裝的環境。分為lamp、wamp、mamp，都是搭配PHP+APACHE+MYSQL與各大作業系統</li>
<li>IIS：以前只能跑微軟自己的語言，現在也有高手把apache整合進去了。</li>
<li>nginx：俄羅斯工程師設計的網頁伺服器，靜態頁面的效能非常好。</li>
</ul>
<p>以上就是，開發環境與執行環境的簡單評比，<br />
我目前使用的是：<br />
Notepad++(win)、Sublime Text 2/3(win)、vim(linux)、LAMP(linux)、TWAMPD(win)<br />
之後的文章在來詳細說說，apache的各個整合安裝環境<br />
畢竟分開安裝就是更加進階的know-how了<br />
參考資料：<br />
<a title="Best PHP IDE for 2014 – Survey" href="http://www.sitepoint.com/best-php-ide-2014-survey/" target="_blank" rel="noopener noreferrer">Best PHP IDE for 2014 – Survey</a><br />
<a title="Best PHP IDE in 2014 – Survey Results" href="http://www.sitepoint.com/best-php-ide-2014-survey-results/" target="_blank" rel="noopener noreferrer">Best PHP IDE in 2014 – Survey Results</a><br />
<a href="http://stackoverflow.com/questions/116292/what-is-the-best-ide-for-php" target="_blank" rel="noopener noreferrer">What is the best IDE for PHP? (stackoverflow)</a><br />
<a href="http://en.wikipedia.org/wiki/List_of_PHP_editors" target="_blank" rel="noopener noreferrer">List of PHP editors (wiki)</a><br />
<a href="http://www.sitepoint.com/sitepoint-smackdown-atom-vs-brackets-vs-light-table-vs-sublime-text/" target="_blank" rel="noopener noreferrer">SitePoint Smackdown: Atom vs Brackets vs Light Table vs Sublime Text</a><br />
<a title="全端之路-怎麼開始寫後端? Day04" href="http://ithelp.ithome.com.tw/ironman7/app/article/all/recent/10156794" target="_blank" rel="noopener noreferrer">原文連結</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://wordpress.lokidea.com/39/%e6%80%8e%e9%ba%bc%e9%96%8b%e5%a7%8b%e5%af%ab%e5%be%8c%e7%ab%af%ef%bc%9f/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
