菜鸟的问题
好记性不如烂笔头~。~
摘要: 1.NET与NET Core中Configuration引用配置 ①asp.net中: (1).添加引用,在程序集中找到“System.configuration”进行添加。 (2).在类中加入引用:using System.Configuration; ②.net core中: (1).在Nuge 阅读全文
posted @ 2019-08-27 11:09 ArSang-Blog 阅读(218) 评论(0) 推荐(0) 编辑