09 2006 档案
摘要:Sql server: select top 10 * from 表 order by newid()Access: SELECT top 10 * FROM 表 ORDER BY Rnd(id) Rnd(id) 其中的id是自动编号字段,可以利用其他任何数值来完成比如用姓名字段(UserName) SELECT top 10 * FROM 表 ORDER BY Rnd(len(...
阅读全文
摘要:产生树的效果图aspx页面 生成树的递归方法 public void RecursionUser(string strUserID, TreeNodeCollection NodeParent) { DataView dv =...
阅读全文

浙公网安备 33010602011771号