摘要:
阅读全文
摘要:
阅读全文
摘要:
if (!string.IsNullOrEmpty(Request.QueryString["param"]) && Request.QueryString["param"]=="1") 阅读全文
摘要:
for (int i = 0, j = 0; i < Ans.Length ; i++, j++) { if (Ans[i] == msc[j]) score ++; else continue; } 阅读全文
摘要:
SqlParameter[] parms ={ db.MakeInParam("@name",SqlDbType.VarChar,50,name), db.MakeInParam("@pass",SqlDbType.VarChar,50,pass), }; StringBuilder sbf = ... 阅读全文
摘要:
阅读全文
摘要:
阅读全文
摘要:
SqlConnection conn = BaseClass.DBCon(); conn.Open(); SqlCommand cmd = new SqlCommand("select * from tb_Student where StudentNum='" + Session["ID"].ToS... 阅读全文
摘要:
string stype = ddlType.SelectedItem.Text; string strsql = ""; switch (stype) { case "学号": strsql = "select * from tb_Student where StudentNum like '%"... 阅读全文
摘要:
阅读全文