摘要: 1 class SqlDataReader1 2 { 3 //连接字符串 4 public static readonly string connectString = ConfigurationManager.ConnectionStrings["xiaoCeShi"].ConnectionString; 5 /// 6 ... 阅读全文
posted @ 2019-04-28 15:26 冰淇淋的时光 阅读(120) 评论(0) 推荐(0) 编辑
摘要: MVC学习中需要掌握的基础知识 using System.ComponentModel;using System.ComponentModel.DataAnnotations;using System.Web.Mvc; 阅读全文
posted @ 2019-04-28 15:04 冰淇淋的时光 阅读(178) 评论(0) 推荐(0) 编辑