想鸟一样飞翔

专注于php开发。对c++也很有兴趣!!!

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

10 2007 档案

摘要:DECLARE @begin datetime DECLARE @chaju bigint DECLARE @end datetime SET @begin=getdate() 要执行的sql语句...... SET @end=getdate() SELECT @chaju = datediff(Millisecond, @begin, @end) PRINT @chaju ... 阅读全文
posted @ 2007-10-17 13:19 redfox 阅读(482) 评论(0) 推荐(0)

摘要:Dim str As String Dim i Dim charPra As String str = Trim(Text1.Text) For i = 1 To Len(str) If Asc(Left(str, 1)) < 0 Then 'MsgBox Left(str, 1) Text1.Text = "" Text1.SelStart = 0 ... 阅读全文
posted @ 2007-10-07 21:31 redfox 阅读(575) 评论(0) 推荐(0)

摘要:select convert(varchar(10),truckbuydate,111 from dbo.BakTruck 阅读全文
posted @ 2007-10-06 16:04 redfox 阅读(196) 评论(0) 推荐(0)

摘要:http://benyouhui.it168.com/thread-602745-1-2.html 阅读全文
posted @ 2007-10-05 20:06 redfox 阅读(175) 评论(0) 推荐(0)