<?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>Monster Oasis &#187; Programming/misc</title>
	<atom:link href="http://www.monster.com.tw/archives/category/programmingmisc/feed" rel="self" type="application/rss+xml" />
	<link>http://www.monster.com.tw</link>
	<description>Sky / Ocean / Tree</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:14:03 +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>Protected: [memo] 標準前台安裝 , SOP , steps</title>
		<link>http://www.monster.com.tw/archives/5546</link>
		<comments>http://www.monster.com.tw/archives/5546#comments</comments>
		<pubDate>Tue, 08 Nov 2011 08:51:29 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Programming/php]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=5546</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/5546/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux 開機時顯示 IP address script</title>
		<link>http://www.monster.com.tw/archives/3759</link>
		<comments>http://www.monster.com.tw/archives/3759#comments</comments>
		<pubDate>Fri, 18 Mar 2011 05:52:59 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=3759</guid>
		<description><![CDATA[有時需要用 vm 模擬一堆 server 的環境 , 開了 guest vm (linux) , 但是就是要進 console 後才能知道 IP address , 有些麻煩 這個 script 可以幫助一下, 把 該 server 取得的 IP address 顯示在 console 上, 把它寫成一個 bash 或加到 /etc/rc.local 去 IPADD=`/sbin/ifconfig &#124; sed '/Bcast/!d' &#124; awk '{print $2}'&#124; awk '{print $2}' FS=":"` echo " $IPADD" &#62;&#62; /etc/issue Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/3759/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use subversion on Dropbox steps</title>
		<link>http://www.monster.com.tw/archives/3380</link>
		<comments>http://www.monster.com.tw/archives/3380#comments</comments>
		<pubDate>Sat, 08 Jan 2011 04:33:19 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=3380</guid>
		<description><![CDATA[這麼一來, 可以用 Dropbox 的地方就可以輕鬆的 check out code 了 (y) for example on host A , create a  svn repository &#8220;SVN&#8221; on Dropbox folder : add some sample project &#8230; on host B , check the info. about SVN repos. , and checkout the SVN repos. Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/3380/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subversion Server Notes</title>
		<link>http://www.monster.com.tw/archives/3379</link>
		<comments>http://www.monster.com.tw/archives/3379#comments</comments>
		<pubDate>Sat, 08 Jan 2011 03:47:44 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Network service]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/?p=3379</guid>
		<description><![CDATA[* Subversion Server Notes * ----------------------- * * If you intend to run a server, a repository needs to be created using * svnadmin (see man svnadmin) or the following command to create it in * /var/svn: * * emerge --config =dev-vcs/subversion-1.6.13 * * Subversion has multiple server types, take your pick: * * - [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/3379/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ebay token usage</title>
		<link>http://www.monster.com.tw/archives/2760</link>
		<comments>http://www.monster.com.tw/archives/2760#comments</comments>
		<pubDate>Thu, 19 Aug 2010 04:17:36 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Network service]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[ruten]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2760</guid>
		<description><![CDATA[這邊有個圖, 跟 ebay API 串接時的 token / session id 等動作說明得很清楚 &#160; http://developer.ebay.com/DevZone/xml/docs/WebHelp/wwhelp/wwhimpl/common/html/wwhelp.htm?context=eBay_XML_API&#38;file=GettingTokens-Configuring_the_Consent_Flow_for_Applications_with_Multiple_User.html#wp1161782 Web/Server Applications &#8211; Figure 6-2 Option 2: Sign-in Flow Returns User to Web Application; Application Uses FetchToken to Retrieve Token Share on Facebook]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2760/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[URL] iPhone programming bookmarks / reference</title>
		<link>http://www.monster.com.tw/archives/2683</link>
		<comments>http://www.monster.com.tw/archives/2683#comments</comments>
		<pubDate>Thu, 22 Jul 2010 07:26:40 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2683</guid>
		<description><![CDATA[★ Your First iOS Application http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhone101/Articles/00_Introduction.html 中文 :  http://icodeblog.com/category/iphone-programming-tutorials/ ★★ iOS Reference Library : http://developer.apple.com/iphone/library/navigation/index.html iPhone Dev Center : http://developer.apple.com/iphone/index.action Using iPhone Simulator iPhone Human Interface Guidelines :  http://developer.apple.com/iphone/library/documentation/UserExperience/Conceptual/MobileHIG/Introduction/Introduction.html objective-c 的基本認識 , 參考 URL :  http://www.otierney.net/objective-c.html.zh-tw.big5 有趣的 iPad iPhone development video 教學 : http://www.rorylewis.com/docs/02_iPad_iPhone/05_iPhoneTutorials.htm 給初接觸 objective-c 的介紹 : http://maciku.blogspot.com/2009/12/iphone-objective-c.html 包裝好給 iPhone 用的 http 元件/framework &#8211; [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2683/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A simple Objective-C Method Declaration and Definition</title>
		<link>http://www.monster.com.tw/archives/2670</link>
		<comments>http://www.monster.com.tw/archives/2670#comments</comments>
		<pubDate>Tue, 13 Jul 2010 02:25:07 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[objective-c]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2670</guid>
		<description><![CDATA[定義 - (void) sayHello: (NSString*) name; implementation : - (void) sayHello: (NSString*) name { NSMutableString *message = [[NSMutableString alloc] initWithString:@&#34;Hello there &#34;]; [message appendString:name]; NSLog(message); [message release]; } // simple.m 宣告 sayHello method: #import &#34;Simple.h&#34; @implementation Simple - (void) sayHello: (NSString *) name { NSMutableString *message = [[NSMutableString alloc] initWithString:@&#34;Hello there &#34;]; [message appendString:name]; NSLog(message); [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2670/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iphone / hello world 2 / single rows in the table view</title>
		<link>http://www.monster.com.tw/archives/2666</link>
		<comments>http://www.monster.com.tw/archives/2666#comments</comments>
		<pubDate>Fri, 09 Jul 2010 09:21:53 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2666</guid>
		<description><![CDATA[// -- // Customize the number of rows in the table view. - (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section { return 1; } // Customize the appearance of table view cells. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *CellIdentifier = @"Cell"; UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:CellIdentifier]; if (cell == nil) { cell = [[[UITableViewCell alloc] initWithStyle:UITableViewCellStyleDefault [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2666/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[導覽] 有趣的 iPad iPhone development video 教學</title>
		<link>http://www.monster.com.tw/archives/2665</link>
		<comments>http://www.monster.com.tw/archives/2665#comments</comments>
		<pubDate>Thu, 08 Jul 2010 10:15:24 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[Programming/C]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[helloworld]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2665</guid>
		<description><![CDATA[From : Rory Lewis, PhD, JD URL : http://www.rorylewis.com/docs/02_iPad_iPhone/05_iPhoneTutorials.htm 另外給初接觸 objective-c 的介紹: URL : http://maciku.blogspot.com/2009/12/iphone-objective-c.html 中文開發網站 : http://www.cocoachina.com/iphonedev/ // &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; obj-&#62;method(argv); [obj method: argv]; // &#8212;&#8212;&#8212;&#8212;&#8212;&#8212; @implementation HelloController - (IBAction)sayHello:(id)sender { [destinationTextField setStringValue:[sourceTextField stringValue]]; } @end (id)sender 是一個可以選擇性的用法, 若您有需要取得發出 IBAction的元件時,可以用這個 sender變數來取得. 但記得可能需要 cast一下. UIButton *senderButton=(UIbutton*) sender; [senderButton setHidden: YES]; 這樣就會把該button隱藏起來. (id)sender 是一個可以選擇性的用法,若您有需要取得發出 IBAction的元件時,可以用這個 sender變數來取得.但記得可能需要 cast一下. [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2665/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: amazon ec2 實作參考資料</title>
		<link>http://www.monster.com.tw/archives/2289</link>
		<comments>http://www.monster.com.tw/archives/2289#comments</comments>
		<pubDate>Fri, 02 Apr 2010 02:04:38 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/2289</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/2289/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

