摘要: 仅仅供使用方便,所做笔记: using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; us 阅读全文
posted @ 2022-03-14 16:23 码农阿亮 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 一、案例功能的实现 数据: --专业 create table ProfessionInfo ( ProfessionID int primary key identity(1,1), --专业编号 professionName varchar(50) not null unique --专业名称 阅读全文
posted @ 2022-03-14 16:22 码农阿亮 阅读(347) 评论(1) 推荐(0) 编辑