01 2012 档案

摘要:http://www.soaspx.com/dotnet/asp.net/tech/tech_20100415_3808.html 阅读全文
posted @ 2012-01-29 17:07 xiaofoyuan 阅读(274) 评论(0) 推荐(0)
摘要:原文地址:http://jonas.follesoe.no/2011/07/22/qr-code-scanning-on-windows-phone-75-using-zxlib/示例代码下载地址:https://github.com/follesoe/WinPhoneSamples/tree/master/ScannerDemo 阅读全文
posted @ 2012-01-09 16:48 xiaofoyuan 阅读(383) 评论(0) 推荐(1)
摘要:http://msdn.microsoft.com/en-us/library/hh202956(v=VS.92).aspx 阅读全文
posted @ 2012-01-06 16:06 xiaofoyuan 阅读(164) 评论(0) 推荐(0)
摘要:foreach(System.Net.Cookie cookie in webIf.Cookie.GetCookies(new Uri("http://baidu.com"))){ string str= cookie.Name + "=" + cookie.Value;} 阅读全文
posted @ 2012-01-04 15:58 xiaofoyuan 阅读(1013) 评论(0) 推荐(0)