摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1//数据流2System.IO.StringReadersr;3//要打印的字符串4privatevoidredstr()5{6StringBuilderojbbulider=newStringBu... 阅读全文
存储过程的循环嵌套(密保卡矩阵)
2009-12-17 02:56 by calm_水手, 376 阅读, 0 推荐, 收藏, 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1--=================================================2--Auther:byJianwenSha3--Creatdate:2009-8-284--D... 阅读全文
绘制验证码图片
2009-12-17 02:42 by calm_水手, 199 阅读, 0 推荐, 收藏, 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1publicBitmapCreateImage(stringcode)2{34Bitmapimage=newBitmap(100,30);5Graphicsg=Graphics.FromImage(... 阅读全文
SQL操作字符串及数字汇总
2009-12-17 02:37 by calm_水手, 443 阅读, 0 推荐, 收藏, 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1--===========字符串使用汇总================23--将字符串中从某个字符开始截取一段字符,然后将另外一个字符串插入此处4selectstuff('hello,world!... 阅读全文
DataGridView自动添加行列做成矩阵卡
2009-12-17 02:34 by calm_水手, 556 阅读, 1 推荐, 收藏, 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1publicCard(stringa,stringb,stringc)2{3InitializeComponent();4//传进来的(ABCDEFG……)5label1.T... 阅读全文
一条SQL语句查询数据库中的所有表、存储过程、触发器 (sysobjects表信息)
2009-12-12 17:30 by calm_水手, 2906 阅读, 2 推荐, 收藏, 编辑
摘要:该条语句查询返回所有的用户表select * from sysobjects where xtype='u'查询系统所有数据表信息select * from sysobjectssysobjects在数据库内创建的每个对象(约束、默认值、日志、规则、存储过程等)在表中占一行。只有在 tempdb 内,每个临时对象才在该表中占一行。列名数据类型描述namesysname对象名。Idint对象标识号。... 阅读全文
重新绘制TabControl的Tabpage标签,添加图片及关闭按钮
2009-12-11 21:58 by calm_水手, 1737 阅读, 0 推荐, 收藏, 编辑
摘要:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1usingSystem;2usingSystem.Collections.Generic;3usingSystem.ComponentModel;4usingSystem.Data;5usingSy... 阅读全文