摘要: public partial class Form2 : Form { public Form2() { InitializeComponent(); } private void Form2_Load(object sender, EventArgs e) { } public class Res 阅读全文
posted @ 2023-11-29 14:03 摸头长不高 阅读(83) 评论(0) 推荐(0)
摘要: 1.定义 EF Code First 上下文 StuContext 类 和一个类 作为模型 映射字段 using System.Data.Entity; using System.Collections.Generic; using System.ComponentModel.DataAnnotat 阅读全文
posted @ 2022-12-20 12:01 摸头长不高 阅读(189) 评论(0) 推荐(1)