摘要:
传入想要实例化的类,反射实现创建类 抽象工厂代码 class SimpleFactory<T> where T :class { private static string IConfigSpace = ConfigurationManager.AppSettings["NameSpace"]; p 阅读全文
摘要:
学习网站:SQL教程 (yiibai.com) 练习内容 --select top 1000 * from table_Plant; --alter table table_Plant -- add plant_HP int not null, -- plant_CD int not null, - 阅读全文