摘要: 代理(delegate)--可以调用对象的实例化方法和类的静态方法。格式:delegate ret-type name(parameter-list) 1using System; 2delegate string strMod(string str); 3class DelegateTest 4{ 5static string replaceSpaces(string a) 6{ 7Con... 阅读全文
posted @ 2005-08-24 21:28 zhh007's Bolg 阅读(200) 评论(0) 推荐(0) 编辑
摘要: screen.width*0.5) {this.resized=true; this.width=screen.width*0.6; this.alt='点击查看全图';}" border=0> 解决WINXP系统开机后弹出Generic host process for win32 services 遇到问题需要关闭!出现上面这个错误一般有三种情况。1.就是病毒。开机后会提示Generic ... 阅读全文
posted @ 2005-08-24 20:10 zhh007's Bolg 阅读(335) 评论(0) 推荐(0) 编辑
摘要: 【一、禁止默认共享 】 1.先察看本地共享资源 运行-cmd-输入net share 2.删除共享(每次输入一个) net share admin$ /delete net share c$ /delete net share d$ /delete(如果有e,f,……可以继续删除) 3.删除ipc$空连接 在运行内输入regedit ... 阅读全文
posted @ 2005-08-24 20:04 zhh007's Bolg 阅读(308) 评论(0) 推荐(0) 编辑
摘要: 网站简介: MIT Open Courseware这是美国著名的麻省理工学院的网上教育的资料网站。有大量的免费提供的珍贵的学习和参考资料。 网址: http://ocw.mit.edu/ 中国分站: 清华镜像: www.core.org.cn 中文站:www.cocw.net 网站简介: 昨天,我的大学学习 这是曾毅的个... 阅读全文
posted @ 2005-08-24 11:20 zhh007's Bolg 阅读(338) 评论(0) 推荐(0) 编辑