上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页
  2006年12月20日
摘要: CheckBoxListCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> private void btnDelSel_Click(object sender, System.EventArgs e) { ... 阅读全文
posted @ 2006-12-20 17:03 Gary.han 阅读(978) 评论(0) 推荐(0)
  2006年12月19日
摘要: 控制滚动条样式、按钮或文本框Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//控制滚动条样式BODY {}{SCROLLBAR-FACE-COLOR:#F7F7F7;SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;SCROLLBA... 阅读全文
posted @ 2006-12-19 18:14 Gary.han 阅读(2975) 评论(1) 推荐(0)
摘要: 设置10秒后按钮显示有效状态Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文
posted @ 2006-12-19 11:06 Gary.han 阅读(801) 评论(1) 推荐(0)
  2006年12月8日
摘要: 查询SQL中的text类型字段内容Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--1、查询分析器--》工具--》选项--》结果--》每列最大字符数--这个值设为你想要的大小。--最大只能8000,再多就看不到了--2、查询分析器--》查询--》文本... 阅读全文
posted @ 2006-12-08 14:04 Gary.han 阅读(2397) 评论(2) 推荐(0)
摘要: 用openrowset连接远程SQL或插入数据Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->--如果只是临时访问,可以直接用openrowset--查询示例select * from openrowset('SQLOLEDB','sql服务器名';'... 阅读全文
posted @ 2006-12-08 11:27 Gary.han 阅读(793) 评论(0) 推荐(0)
  2006年12月4日
摘要: RSA的加解密过程Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public void StartDemo() { //RSA的加解密过程: // 有 rsa1 和 rsa2 两个RSA对象。 // 现在要 rsa2 发送一段信息给 rs... 阅读全文
posted @ 2006-12-04 10:25 Gary.han 阅读(442) 评论(0) 推荐(0)
  2006年11月28日
摘要: ListBox的双击事件与弹出窗口Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//---------------------------------------------------------function winopen(obj,winna... 阅读全文
posted @ 2006-11-28 12:09 Gary.han 阅读(930) 评论(0) 推荐(0)
摘要: 通过弹出的窗体向父窗体传递参数Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->通过window.returnvalue向打开对话框的窗口返回信息,当然也可以是对象。例如: test4.htm =================== test5.htm... 阅读全文
posted @ 2006-11-28 11:55 Gary.han 阅读(854) 评论(1) 推荐(0)
摘要: 为DataGrid的某字段进行排序Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> protected void dg_UserInfo_SortCommand(object source, System.Web.UI.WebContro... 阅读全文
posted @ 2006-11-28 09:47 Gary.han 阅读(317) 评论(0) 推荐(0)
  2006年11月17日
摘要: SQL约束控制Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->1)禁止所有表约束的SQLselect 'alter table '+name+' nocheck constraint all' from sysobjects where type='U... 阅读全文
posted @ 2006-11-17 17:17 Gary.han 阅读(4304) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 16 下一页