原创 XML 處理 ,包括文件讀寫, in silverlight (silverlight系列(XML操作、HTTP通信、WebRequest通信))

HTTP通信方案 在同一域中下載和上傳資源:使用WebClient類 調用在同一域中承載的基於HTTP的Web服務:使用WebClient類或HttpWebRequest/HttpWebResponse類 調用在同一域中承載的SOAP

原创 xml 文件處理

字符串專爲xml類:  XDocument xmlDocument = XDocument.Parse(xmlContent);   子代 string tablaName = xmlDocument.Descendants("Tabl

原创 路由事件 之 e.OriginalSource

canvas中放置了picBranch等用戶控件,且對canvas定義了事件處理程序,MouseLeftButtonDown 但是 當鼠標點擊picBranch,其e.OriginalSource則是用戶空間picBranch中定義的一個

原创 抽象類和接口的區別

http://www.cnblogs.com/huashanlin/archive/2006/12/13/591129.html Net提供了接口,這個不同於Class或者Struct的類型定義。接口有些情況,看似和抽象類一樣,因此有些

原创 silverlight 控件大小自適應

http://www.cnblogs.com/codelove/archive/2011/06/12/2079232.html   http://www.cnblogs.com/codelove/archive/2011/06/03/20

原创 c# 反射機制

using System.Reflection;//引用     Object uc; Type t = Type.GetType(currentSelectFullName);uc = Activator.CreateInstance(

原创 如何在iPhone中設置139郵箱IMAP服務?

幫助中心>郵件收發>客戶端設置 http://help.mail.10086.cn/statichtml/1/Content/1535.html 如何在iPhone中設置139郵箱IMAP服務?   以iPhone 4爲例介紹設置流程.

原创 C# 中的委託和事件

http://www.cnblogs.com/jimmyzhang/archive/2007/09/23/903360.html C# 中的委託和事件 PDF 瀏覽:http://www.tracefact.net/Document/De

原创 ipad 目錄

1、【/Applications】     常用軟件的安裝目錄     2. 【/private /var/ mobile/Media /iphone video Recorder】     錄像文件存放目錄     3、【/privat

原创 ipad 越獄教程

備份: http://ipad.sj.91.com/content/2010-10-12/20101012183922114,1.shtml   越獄: http://ipad.sj.91.com/content/2010-10-12/2

原创 TreeView demo

http://forum.livetome.cn/viewthread.php?tid=8216&extra=&ordertype=1