博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

04 2008 档案

摘要:Get the source code via a urlC# codeprivate string getWebresourceFile1(string url){WebClient myWebClient = new WebClient(); byte[] myDataBuffer = myWebClient.DownloadData(url); string SourceCode = Enc... 阅读全文

posted @ 2008-04-11 17:20 Snapping 阅读(417) 评论(0) 推荐(0)

摘要:以下是引用片段: 、 阅读全文

posted @ 2008-04-11 10:04 Snapping 阅读(298) 评论(0) 推荐(0)

摘要:摘自:http://blog.csdn.net/skyaspnet/archive/2008/04/08/2260978.aspx 阅读全文

posted @ 2008-04-10 10:39 Snapping 阅读(295) 评论(0) 推荐(0)

摘要:var container = $get('divA'); var links = container.getElementsByTagName("A"); 阅读全文

posted @ 2008-04-09 15:59 Snapping 阅读(205) 评论(0) 推荐(0)

摘要:If you overwite the web.config file, all the static variables's valuein the system will be lost. 阅读全文

posted @ 2008-04-08 13:35 Snapping 阅读(265) 评论(0) 推荐(0)