摘要: using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication8 { //定义委托 public delegate bool CompareDelegate(int ... 阅读全文
posted @ 2009-09-02 23:37 zxlin25 阅读(185) 评论(0) 推荐(0) 编辑
摘要: declare @i int declare @add_time int set @i=1 while @i<=12 begin set @add_time=180+(rand()*(10-1)+1) insert into news(name,content,posttime,sort) val... 阅读全文
posted @ 2009-09-02 13:26 zxlin25 阅读(255) 评论(0) 推荐(0) 编辑