12 2019 档案

摘要:找到IISExpress的配置文件,位于 C:\Users\Administrator\Documents\IISExpress\config文件夹下,打开applicationhost.config,找到如下代码: <site name="WebSite1" id="1" serverAutoSt 阅读全文
posted @ 2019-12-04 17:18 王大师123 阅读(3413) 评论(0) 推荐(0)
摘要:namespace AttributeTest { //使用特性封装提供额外行为Validate验证 class Program { static void Main(string[] args) { Student student = new Student() { Name = "123", Q 阅读全文
posted @ 2019-12-01 20:14 王大师123 阅读(795) 评论(0) 推荐(0)