摘要: 一、关键字(不能直接作为标识符使用) 类相关:class base new (其他修饰符) abstract virtual override delegate sealed extern void readonly(定义只读字段)static 在switch语句或泛型代码中使用:default 接 阅读全文
posted @ 2020-05-16 22:52 CelonY 阅读(540) 评论(0) 推荐(0)
摘要: 1、net下配置使用 1)nuget管理器添加log4net包引用 2)配置web.config <configuration> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSec 阅读全文
posted @ 2020-05-16 17:10 CelonY 阅读(162) 评论(0) 推荐(0)