摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/----查询数据库中是否存在某个表ifexists(select*fromsysobjectswherename='表名')--查询数据库中是否存在某个触发器ifexists(select*fromsys... 阅读全文
posted @ 2010-06-13 15:08 战斧神话 阅读(125) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#regionMD5不可逆加密///<summary>///重载+132位MD5不可逆加密///</summary>///<paramname="str">待加密的... 阅读全文
posted @ 2010-06-04 16:06 战斧神话 阅读(182) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--//把匿名类型变量装到ArrayList中ArrayListarrayList=newArrayList();varobj=new{  ID="XXXX",  Name="YYYY"};arrayLi... 阅读全文
posted @ 2010-06-04 15:24 战斧神话 阅读(553) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--Response.Clear();Response.ClearContent();Response.ClearHeaders();Response.ContentType="application/o... 阅读全文
posted @ 2010-06-04 14:54 战斧神话 阅读(100) 评论(0) 推荐(0)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--Response.Clear();Response.Buffer=true;Response.Charset="GB2312";Response.AppendHeader("Content-Dispo... 阅读全文
posted @ 2010-06-04 14:42 战斧神话 阅读(100) 评论(0) 推荐(0)
摘要: http://www.dynamicdrive.com/http://www.codeproject.com/http://mochaui.com/demo/http://www.asp.net/AJAX/AjaxControlToolkit/http://www.coolite.com/http://aspnetajax.componentart.com/http://flexigrid.inf... 阅读全文
posted @ 2009-09-13 03:05 战斧神话 阅读(2469) 评论(12) 推荐(4)
摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--createprocgetData(@pageindexint,--第几页(从零开始)@pagesizeint--每页显示的数量)aswithaas(selectrow_number()over(or... 阅读全文
posted @ 2009-08-12 00:42 战斧神话 阅读(198) 评论(1) 推荐(0)