摘要:
string urlStr = "http://www.domain.com/"; //設定要獲取的地址 HttpWebRequest hwr = (HttpWebRequest)HttpWebRequest.Create(urlStr); //建立HttpWebRequest對象 hwr.Timeout = 60000; ... 阅读全文
posted @ 2008-08-29 11:45
liufei
阅读(940)
评论(0)
推荐(0)
摘要:
Windows Server 2003(简称Windows 2003)的远程桌面功能为网管维护系统提供了方便。通常情况下,需要在Windows 2003服务器上才能开启远程桌面功能,这种方法相当麻烦。其实你也可以使用远程修改注册表的方法,在客户端远程开启Windows 2003服务器的远程桌面。 第一步:远程修改Windows 2003注册表 在客户机系统中,点击“开始→运行”,在“运行”对... 阅读全文
posted @ 2008-08-29 11:42
liufei
阅读(4358)
评论(0)
推荐(0)