<?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>DreamersLab &#187; mongodb</title>
	<atom:link href="http://dreamerslab.com/blog/tag/mongodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://dreamerslab.com/blog</link>
	<description>No Boundaries No Limitation</description>
	<lastBuildDate>Thu, 18 Sep 2014 04:36:32 +0000</lastBuildDate>
	<language>tw</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>如何在 Windows 上設定 node.js 的開發環境</title>
		<link>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/</link>
		<comments>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/#comments</comments>
		<pubDate>Tue, 29 May 2012 13:53:03 +0000</pubDate>
		<dc:creator>fred</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=1061</guid>
		<description><![CDATA[安裝 node.js 在 Windows 上安裝 node.js 非常容易，只要去 node.js 官網下載 Windows installer，然後執行 Windows installer 安裝 Node.js ，這樣就安裝好了。 安裝 mongoDB 去 mongoDB 官網下載相對應版本的壓縮檔，再把壓縮檔的內容解壓縮到你想要擺的位置。mongoDB 的初始設定是把資料存在 \data\db ，但是 mongoDB 不會自動產生這個資料夾，所以我們必須自己開，可以在檔案總管裡面新增，也可以在終端機底下輸入： 開好資料夾之後，點擊 your_mongodb_path\bin 底下的 mongod.exe 或是到終端機輸入以下指令啟動 mongoDB： 然後就可以雙擊 mongo.exe 或是在終端機輸入以下指令進到 administrative shell： 恭喜，你已經安裝好 node.js 跟 &#8230; <a href="http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用 Express 和 MongoDB 寫一個 todo list</title>
		<link>http://dreamerslab.com/blog/tw/write-a-todo-list-with-express-and-mongodb/</link>
		<comments>http://dreamerslab.com/blog/tw/write-a-todo-list-with-express-and-mongodb/#comments</comments>
		<pubDate>Tue, 29 May 2012 13:50:39 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[mongoose]]></category>
		<category><![CDATA[todo]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=1029</guid>
		<description><![CDATA[練習一種語言或是 framework 最快的入門方式就是寫一個 todo list 了. 他包含了基本的 C.R.U.D. ( 新增, 讀取, 更新, 刪除 ). 這篇文章將用 node.js 裡最通用的 framework Express 架構 application 和 MongoDB 來儲存資料. ＊＊更新＊＊ Express 目前為 4.x，和下面教學的 3.x 不太一樣。我更新了在 Github 上的原始碼，你可以參考比較一下。 原始檔 請見 github &#124; Download &#124; Live Demo &#8230; <a href="http://dreamerslab.com/blog/tw/write-a-todo-list-with-express-and-mongodb/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/tw/write-a-todo-list-with-express-and-mongodb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在 Ubuntu 11.04 上設定 node.js 的開發環境</title>
		<link>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-ubuntu-11-04/</link>
		<comments>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-ubuntu-11-04/#comments</comments>
		<pubDate>Tue, 18 Oct 2011 08:50:07 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=520</guid>
		<description><![CDATA[用 apt-get 安裝最新的 node.js 要在 Ubuntu 上建立一個 node.js 的開發環境有很多方法. 你可以直接下載原始碼自己編譯, 或者是用套件管理系統來幫你解決這些瑣碎的問題. 因為 node.js 還是一個很年輕的專案, 常常會有版本的更新. 手動安裝及更新實在是非常的累人. 若是使用 apt-get 來幫你處理這些問題可以讓你把時間花在寫程式而不是設定環境上面. 如果你是使用 Mac 的話可以參考這一篇文章. Edit 2011/12/18 我發現用 nvm( node version management ) 來安裝 node 簡單多了, 他是一個像是 ruby rvm 的東西. 可以讓你切換 node 的版本以利在開發時切換版本. &#8230; <a href="http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-ubuntu-11-04/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-ubuntu-11-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>如何在 Mac OSX Lion 上設定 node.js 的開發環境</title>
		<link>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-mac-osx-lion/</link>
		<comments>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-mac-osx-lion/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 08:50:16 +0000</pubDate>
		<dc:creator>ben</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[npm]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://dreamerslab.com/blog/?p=508</guid>
		<description><![CDATA[用 Homebrew 來安裝及更新 node.js 要在 Mac 上建立一個 node.js 的開發環境有很多方法. 你可以直接下載原始碼自己編譯, 或者是用套件管理系統來幫你解決這些瑣碎的問題. 因為 node.js 還是一個很年輕的專案, 常常會有版本的更新. 手動安裝及更新實在是非常的累人. 若是使用 Homebrew 來幫你處理這些問題可以讓你把時間花在寫程式而不是設定環境上面. 如果你是使用 Ubuntu 的話可以參考這一篇文章. 安裝 Xcode 什麼? 我只不過是想寫 server side javascript 而已為什麼要安裝 4.3 GB 的Xcode 4? 嗯… 因為你需要 gcc 來編譯 node.js 和其他的套件. &#8230; <a href="http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-mac-osx-lion/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://dreamerslab.com/blog/tw/how-to-setup-a-node-js-development-environment-on-mac-osx-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
