摘要: 关于反射:反射:即获得元数据的信息。Typeof 获得数据类型;MethodInfo获得方法的信息。实例1 加载外部的dll文件,并通过反射来调用程序集中的类方法和属性1.1 创建一个类通过反射进行方法调用实例2 通过反射调用当前同一个程序集的类方法和属性此实例完整的代码可参考txt文件的操作篇。应用场景反射常用在工厂模式中。比如一个应用程序的后台数据库为ACCESS、MS SQL和Oracle。... 阅读全文
posted @ 2009-08-25 15:42 风影极光 阅读(270) 评论(0) 推荐(0) 编辑
摘要: Windg.exe:http://www.microsoft.com/whdc/devtools/debugging/default.mspxhttp://www.microsoft.com/whdc/devtools/debugging/installx86.mspx 阅读全文
posted @ 2009-08-21 11:11 风影极光 阅读(224) 评论(0) 推荐(0) 编辑
摘要: web2.0横空出世,ajax首当其冲,今天做web的如果再不学点ajax的话,就显的落伍了,而学ajax的用的环境如果是asp.net,那ajax.net你就不得不学了。首先就是环境的配置,如下vs2005+sql2005+Winxp sp2+ie6.0+Office2003工具下载 1.ASPAJAXExtSetup.msihttp://download.microsoft.com/downl... 阅读全文
posted @ 2009-08-17 09:31 风影极光 阅读(229) 评论(0) 推荐(0) 编辑
摘要: http://www.dojochina.com/index.php?q=node/889 http://extjs.comhttp://www.dojochina.com/http://www.17ext.com/http://www.rich-waters.com/blog/www.vifir.com http://www.ajaxjs.com/http://www.dojochina.com... 阅读全文
posted @ 2009-08-13 23:14 风影极光 阅读(1051) 评论(0) 推荐(0) 编辑
摘要: http://www.gotdotnet.com/http://codeproject.com/http://www.asp.net/http://codeguru.com/http://www.c-sharpconer.com/http://blogs.msdn.com/bclteam/http://blogs.msdn.com/ricom/http://samgentile.com/blog/... 阅读全文
posted @ 2009-08-13 10:00 风影极光 阅读(159) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb... 阅读全文
posted @ 2009-08-12 23:49 风影极光 阅读(318) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb... 阅读全文
posted @ 2009-08-12 23:49 风影极光 阅读(376) 评论(0) 推荐(0) 编辑
摘要: 孙鑫vc视频教程 http://www.codeguru.cn/VC%26MFC/sunxinvc C函数实例参考手册 http://www.codeguru.cn/CPP/CExample/ C\C++实例参考手册 http://www.codeguru.cn/CPP/cppExample/ Win32Api实例参考手册 http://www.codeguru.cn/VC%26MFC/Win32... 阅读全文
posted @ 2009-08-12 22:47 风影极光 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 知识型企业研究中心 2006-12-26http://business.queensu.ca/index.phpQueen商务学校,任务是提高领导力的管理和促进商务和社会的发展。目前我们的研究工作...英国谢菲尔德大学自然语言处理研究组 2006-12-26http://nlp.shef.ac.uk/英国谢菲尔德大学自然语言处理研究组研究领域主要为:自然语言分析,自然语言的产生以及相关资...PC... 阅读全文
posted @ 2009-08-12 22:45 风影极光 阅读(838) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Globalization; public class MainClass { public static void Main(string[] args){ DateTime dt = DateTime.Now; String[] format = { "d", "D", "f", "F", "g", "G", "m", "r", "s", ... 阅读全文
posted @ 2009-08-11 14:43 风影极光 阅读(604) 评论(0) 推荐(0) 编辑