摘要:
本人新手,接收拍砖,请高手指教。该代码生成器支持sqlserver2008,新增批量生成代码功能。BUG还请指教!bug修正:1、对数字自增列进行了处理; 2010年2月16日10:56:49需要下载数据访问组件DLL,并引用;数据访问组件下载:http://files.cnblogs.com/ceamky/Blog.Data.rar下载地址:http://files.cnblogs.com/ce... 阅读全文
摘要:
SELECT T.name as tablename,C.* from sys.columns C,sys.tables T where C.object_id=T.object_id and T.name='表名' 阅读全文
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--selectb.[value]fromsys.columnsaleftjoinsys.extended_propertiesbona.object_id=b.major_idanda.column_i... 阅读全文
摘要:
[代码] 阅读全文
摘要:
页面提交时,由于处理时间可能较长,用户反复点击按钮提交可能造成意外结果。防止按钮重复提交在page_load中对按钮注册如下代码:this.Button2.Attributes["onclick"] = this.Page.ClientScript.GetPostBackEventReference(this.Button2,"") + ";this.disabled=true;"; //Butt... 阅读全文
摘要:
利用Microsoft Visual Studio 2008进行单元测试 阅读全文
摘要:
去掉字段开始的字符0 select substring(字段,patindex('%[^0]%',字段),len(字段)) 阅读全文
摘要:
该例子转帖自《JAVASCRIPT 王者归来》js文件[代码]页面文件[代码] 阅读全文