摘要:
DBbase类: public class DBbase { //读取配置文件,连接数据库语句 public static string strCon = System.Configuration.ConfigurationManager.ConnectionStrings["Family"].Co 阅读全文
摘要:
序:Our goal is to apply the Vue to the project to implement the application functionality。 Individuals say that using Vue for functionality in a projec 阅读全文
摘要:
ASP.NET 支持三种不同的开发模式: Web Pages(Web 页面)、MVC(Model View Controller 模型-视图-控制器)、Web Forms(Web 窗体) 我给大家展示的是Web Forms(Web 窗体) 第一:我们需要了解下,什么是Web Forms。 Web F 阅读全文