<?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; Mono C# VB</title>
	<atom:link href="http://www.pigo.idv.tw/archives/category/prog/mono-prog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pigo.idv.tw</link>
	<description>嘿嘿嘿嘿 .....</description>
	<lastBuildDate>Sat, 04 Feb 2012 12:35:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>實作多日 , 一個簡單的 Comet Chat Demo</title>
		<link>http://www.pigo.idv.tw/archives/781</link>
		<comments>http://www.pigo.idv.tw/archives/781#comments</comments>
		<pubDate>Sun, 04 Apr 2010 19:34:32 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Mono C# VB]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=781</guid>
		<description><![CDATA[網址 : http://testcode.pigo.idv.tw/NetServ/CxClient/demo/simplechat/ 非常簡單的 chat , 沒有用到任何資料庫及檔案讀寫 , 完全透過 Comet Exchange Server 作資料交換 , 完全即時聊天 Script Language 採用 PHP , Comet Exchange Server 採用 C# 開發 改天我弄好一點會放出完整的 Source Code 原先我是要先做 Comet Http Server 的 , 但我現在先做了 Comet Exchange Server (簡稱 CxServer) CxServer 主要構想是可以讓 HTTP Server CGI 之間可以做資料交換 , CGI 部分任何語言都可以開發 , 如 php , asp.net [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/781/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>最近想自己實作的 Comet 架構</title>
		<link>http://www.pigo.idv.tw/archives/761</link>
		<comments>http://www.pigo.idv.tw/archives/761#comments</comments>
		<pubDate>Thu, 25 Mar 2010 02:44:47 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Mono C# VB]]></category>
		<category><![CDATA[網頁設計]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=761</guid>
		<description><![CDATA[甚麼是 Comet ? 自從 Facebook , Plurk 流行起來 , Comet 技術才被受到重視 , 之前曾經搜尋了 Google 上各種有關 Comet 的資訊 , 其實早在 5 年前(西元2005)我就實作過了 , 當時是在一家叫互動王視訊科技的公司做了個股票看盤系統 , 就是類似 Comet 的技術 , 我在該公司任職前 , 已經有了一個股票看盤系統 , 也是類似 Comet , 我去了是把原本前人寫的 Perl 版寫的完全改成 PHP 版的 , 因此 Google 上搜尋到有關 Comet 的 WIKI 說 2006 出現了第一個 Comet 應用 (http://en.wikipedia.org/wiki/Comet_%28programming%29#First_Comet_applications) , 原來 [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/761/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>試了好多天, 終於搞定我的 X Client</title>
		<link>http://www.pigo.idv.tw/archives/720</link>
		<comments>http://www.pigo.idv.tw/archives/720#comments</comments>
		<pubDate>Sat, 13 Mar 2010 21:27:43 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mono C# VB]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[ibus]]></category>
		<category><![CDATA[x-win32]]></category>
		<category><![CDATA[xmanager]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=720</guid>
		<description><![CDATA[這幾天一直在搞 XManager 3 及 X-Win32 2010 這兩套 X Client 軟體 , 有玩過的人應該知道基本的能力就是類似 VNC , 雖然和 VNC 的內部作法不同 , 但相同的行為就是 , 在 Windows 中可以看到遠端的 OS 桌面 , 並且操控它 另外這兩套還有個功能 , 就是可以利用 telnet 協定自動登入到遠端 Linux 後 , 單獨執行某套應用程式 , 將該應用程式的視窗封包抓回來後 , 變成 Windows 的視窗 , 也就是說不會看到遠端的 OS 桌面 , 甚至可以做成 Windows 桌面的一個捷徑 , 直接點選之後 , 等於自動執行遠端 Server [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/720/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>我寫了一個 MiniTips , 累翻了</title>
		<link>http://www.pigo.idv.tw/archives/659</link>
		<comments>http://www.pigo.idv.tw/archives/659#comments</comments>
		<pubDate>Sun, 07 Mar 2010 22:21:06 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[Mono C# VB]]></category>
		<category><![CDATA[Mini Tips]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=659</guid>
		<description><![CDATA[Mini Tips 是個提醒軟體 , 網址在 http://www.pigo.idv.tw/mini-tips 主要功能 可以將一項提醒項目設定多個時間通知 可以設定指定時間一次提醒 可以設定週期 , 例如每年 , 每月 , 每周 , 每日 , 每小時 , 但每分鐘我沒做 Ha 可以將提醒的設定檔匯出及匯入 , 這樣方便家中公司兩邊用 可以設定是否將軟體的視窗隱藏到右下角圖示 &#160; 請大家幫我測試測試吧 很久沒碰 C# , 這次寫這東西,&#160; 重新碰 C# , 重新碰 Visual Studio .. 搞死我耶 ~ 一直改 .. 一直改 .. 一直改 &#8230;. 寫視窗的東西就是很多狀況 &#8230; 在 Win7 上跑沒問題 , 但在 [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/659/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>手動打造強型(typed)的 DataTable/DataRow</title>
		<link>http://www.pigo.idv.tw/archives/636</link>
		<comments>http://www.pigo.idv.tw/archives/636#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:13:00 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono C# VB]]></category>
		<category><![CDATA[ADO.NET]]></category>
		<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=636</guid>
		<description><![CDATA[前言 最近正在用 C# 寫一個小視窗軟體 , 裡面會有個功能就是讀取 XML 及寫入 XML , 但我懶 , 想說用 DataSet 來做就好了 , 但後面改了很多次 , 覺得 DataRow 的資料沒有型別 , 後面比較難維護 , 所以去 Google 搜尋看看如何做強型的 DataRow , 當然我找到了 , 不然不會寫這篇 , 這篇是個筆記 , 怕那個網址掛了以後沒得看了 , 原文網址在 : http://www.codeproject.com/KB/database/TypedDataTable.aspx?display=Print 本篇不是要翻譯原文 , 只是我自己整理的筆記自己看得懂就好了 , 有興趣的人直接看原文說明比較詳盡 , 這裡就用一個簡單的讀取及寫入 xml 檔案來做範例 範例說明 假設有一個 XML 檔案格式如下 ?View Code [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/636/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 正式版及 mono 2.4</title>
		<link>http://www.pigo.idv.tw/archives/228</link>
		<comments>http://www.pigo.idv.tw/archives/228#comments</comments>
		<pubDate>Sun, 05 Apr 2009 05:42:51 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mono C# VB]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/?p=228</guid>
		<description><![CDATA[哇哈 , ASP.NET MVC 正式版及 mono 2.4 分別於前幾日推出 這次我就給它試一試到底 ASP.NET MVC 能不能跑在 Linux 上面 結果是 , 成功了 放個測試網址&#160; http://aspnetmvc.pigo.idv.tw 這個測試網址的 Sample 是我從 VS 2008 預設的 ASP.NET MVC 專案產生的 目前在 Linux mono 上已經可以針對範例程式作 URL&#160;Route , 但是在會員註冊部分不行&#160; , 我還沒詳查是甚麼原因 , 不過 Route 機制既然可以跑 , 那代表 ASP.NET MVC 元件已經可以正常無誤的運作了 由於 ASP.NET MVC 會牽扯到 Url Route 的機制 , 所以 [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/228/feed</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>開始玩 mono 2.2 ASP.NET 3.5</title>
		<link>http://www.pigo.idv.tw/archives/61</link>
		<comments>http://www.pigo.idv.tw/archives/61#comments</comments>
		<pubDate>Tue, 27 Jan 2009 12:35:52 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono C# VB]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/archives/61</guid>
		<description><![CDATA[mono 2.2 終於推出正式版了 號稱支援 ASP.NET 3.5 , LINQ , 且可以跑 ASP.NET MVC 嘿嘿嘿 ,心很癢 .. 但由於我家濫 CentOS 5.2 我覺得它應該不會那麼快就提供 2.2 版的 mono 套件 , 所以只好自己來手動編譯了 ~ 首先要到官方網站的下載區下載原始碼來編譯 網址是 http://ftp.novell.com/pub/mono/sources-stable 我下載了以下套件 mono-2.xx.tar.bz2 是 mono 主要套件 , 有編譯器 , 主要的 .Net 物件等等 , 但是並不包含 ASP.NET 的 Web Server xsp-2.xx.tar.bz2 是提供 ASP.NET 服務的套件 mod_mono-2.xx.tar.bz2 是 for apache 模組的 [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/61/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>開始摸 Linux 平台上的 mono 跑 ASP.NET</title>
		<link>http://www.pigo.idv.tw/archives/60</link>
		<comments>http://www.pigo.idv.tw/archives/60#comments</comments>
		<pubDate>Mon, 26 Jan 2009 14:30:58 +0000</pubDate>
		<dc:creator>pigo</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Mono C# VB]]></category>

		<guid isPermaLink="false">http://www.pigo.idv.tw/archives/60</guid>
		<description><![CDATA[很久前 Linux 就可以跑 ASP.NET 了, 一直沒有機會好好玩一玩 , 趁過年期間來玩玩 我家 Server 已經用很久 Cent OS 5.2 了 所以用 rpm 套件也只能裝舊版的 mono (最新版是 2.2 支援 c# 3.0 , asp.net 3.5 , linq ..) 要安裝 mono 跑 asp.net 很簡單 , 若用 yum search mono 套件會發覺有好多套件可以安裝 當然我發現有 mono-web 及 mod_mono 這兩個東西應該就是我要的 , mod_mono 是 for apache 的模組 , 類似 mod_php [...]]]></description>
		<wfw:commentRss>http://www.pigo.idv.tw/archives/60/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

