摘要: 在C#中循环显示SESSIOn: Response.Write("<br>Session的所有值:<br>"); foreach (string obj in Session.Contents) { Response.Write(obj.ToString() + ":" + Session[obj] 阅读全文
posted @ 2016-02-22 11:40 Akgu 阅读(485) 评论(0) 推荐(0) 编辑
摘要: SQL Server T-SQL高级查询 高级查询在数据库中用得是最频繁的,也是应用最广泛的。 Ø 基本常用查询 --select select * from student; --all 查询所有 select all sex from student; --distinct 过滤重复 selec 阅读全文
posted @ 2016-02-22 09:42 Akgu 阅读(419) 评论(0) 推荐(0) 编辑