上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页
摘要: " & vbCrLf & "" & vbCrLf ) If Len(sInfo & "")>0 Then Response.Write( " alert('" & Str4Js(sInfo) & "');" & vbCrLf ) If Len(sUrl & "")>0 Then Response.Write( " window.location.href='" &am 阅读全文
posted @ 2008-02-28 14:12 pboy2925 阅读(168) 评论(0) 推荐(0)
摘要: " & vbCrLf & "" & vbCrLf ) If sInfo"" Then Response.Write( " alert('" & Str4Js(sInfo) & "');" & vbCrLf ) If sUrl"" Then Response.Write( " window.location.href='" & Str4Js(sUrl) & "'; 阅读全文
posted @ 2008-02-28 14:12 pboy2925 阅读(131) 评论(0) 推荐(0)
摘要: 有很多人不知道SQL里怎么按 Select Where In 的内容进行字段排序. 假如SQL语句为: Select * FROM table1 Where (ID IN (3,5,1,4,2)) 如果In后面的条件都是数字,那MSSQL排序应该为 Select * FROM table1 Where (ID IN (3,5,1,4,2)) orDER BY CHARINDEX(',' + CON... 阅读全文
posted @ 2008-02-26 12:11 pboy2925 阅读(464) 评论(1) 推荐(0)
摘要: 有很多人不知道SQL里怎么按 Select Where In 的内容进行字段排序. 假如SQL语句为: Select * FROM table1 Where (ID IN (3,5,1,4,2)) 如果In后面的条件都是数字,那MSSQL排序应该为 Select * FROM table1 Where (ID IN (3,5,1,4,2)) orDER BY CHARINDEX(',' + CON... 阅读全文
posted @ 2008-02-26 12:11 pboy2925 阅读(160) 评论(0) 推荐(0)
摘要: '来源:http://jorkin.reallydo.com/article.asp?id=467Function PrintLn(sString) Response.Write( sString & vbCrLf & "" & vbCrLf)End Function%>文章来源:http://Jorkin.Reallydo.Com/default.asp?id=467 阅读全文
posted @ 2008-02-25 10:04 pboy2925 阅读(131) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 29 下一页