记得做事的博客我们在开发过程中,多多少少都会接触稍微复杂一点的业务,那么...1、在sql语句中我们很多时候会使用子查询,如: select a.col1,a.col2,a.col3,a.col4,(select b.col2 from table2 b where a.col1=b.col1) bcol fr...
新手写一段学员信息管理系统,有代码冗余的情况请谅解,代码如下,请大神指点 //登陆入口页面 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System....