摘要:
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingCommon;usingSystem.IO;usingSystem.Reflection;namespaceConsoleApplication30{publicclassProgram{staticvoidMain(string[]args){stringfileName=@"E:\test\ClassLibrary1.dll";stringclassName="ClassLibrary1.Clas 阅读全文
摘要:
http://www.it118.org/specials/2e876829-483a-4216-a6ef-08a472c94297/default.htm 阅读全文
摘要:
http://www.it118.org/specials/be5aa227-758a-4292-a143-5d0de10556fb/default.htm 阅读全文
摘要:
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--ASCIIEncodingencoding=newASCIIEncoding();stringpostData="srh_type=0";postData+="&cityid=0101";post... 阅读全文
摘要:
1。第一中不用说了。使用vs.net提供的工具,生成代理类。2。使用webrequest的方法。[代码] 阅读全文
摘要:
注意点:虚机安装时cd->capture iso image 选带自动安装的iso.1.光标进入操作虚机:鼠标点击2.光标退出虚机: 右alt+ctrl3.全屏虚机:右alt+enter.4.退出全屏:右alt+enter.3.虚机中的alt+ctrl+del: 右alt+del 阅读全文
摘要:
所有的优秀程序员都会尽自己的最大努力去使自己所写的程序具有更好的可重用性,因为它可以让你快速地写出更加健壮和可升级性的程序。 有两种使代码重用的选择: 1.白盒:最简单的一种,就是把你的程序片拷贝到另一个文件中。 2.黑盒:它包括把编译过的程序片连接起来。因此客户端可以调用的编译过的黑盒类库就叫作组件。 .Net中也同样为开发者提供了类似于COM的建立和展开组件的方法。开发人员很容易... 阅读全文