08 2019 档案
摘要:先明确一个概念: 元数据。.NET中元数据是指程序集中的命名空间、类、方法、属性等信息。这些信息是可以通过Reflection读取出来的。 再来看个例子: 运行结果: 将#define BUG注释掉,#define NOBUG的注释取消,重新运行的结果如下: 那么可以理解为,上述代码中的[Condi
阅读全文
摘要:自由软件(free software) "Free software" means software that respects users' freedom and community. Roughly, it means that the users have the freedom to ru
阅读全文