亲,知道百度的网址么?我知道,哈哈哈
百度一下
摘要: SqlConnection.ClearPool(conn); //清空conn连接池 SqlConnection.ClearAllPools(); //清空连接池 阅读全文
posted @ 2016-03-13 09:07 1+1=10 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Array.prototype.remove = function (dx) { if (isNaN(dx) || dx > this.length) { return false; } for (var i = 0, n = 0; i < this.le... 阅读全文
posted @ 2015-07-28 16:57 1+1=10 阅读(177) 评论(0) 推荐(0) 编辑
摘要: ... 阅读全文
posted @ 2014-07-14 10:39 1+1=10 阅读(1384) 评论(0) 推荐(0) 编辑
摘要: 当我们右键点击listview控件时,可以得到选择的项的各个文本内容。现在我们要求只获取右键点击时的单元格的文本内容。方法如下:1、定义全局的鼠标状态Point m_MBRpt;//鼠标右键点击时Point2、处理鼠标按下时在listView的消息private void listView1_Mou... 阅读全文
posted @ 2014-06-26 10:37 1+1=10 阅读(354) 评论(0) 推荐(0) 编辑
摘要: /^(?:(?!0000)[0-9]{4}-(?:(?:(0[1-9]|[1-9])|1[0-2])-(?:(0[1-9]|[1-9])|1[0-9]|2[0-8])| //所有年份到每月28号(?:(0[13-9]|[13-9])|1[0-2])-(?:29|30)| //除2月外有29、30号(?:(0[13578]|[13578])|1[02])-31)| //月大有31号(?:[0-9]{2}(?:(0[48]|[48])|[2468][048]|[13579][26]... 阅读全文
posted @ 2013-10-30 14:55 1+1=10 阅读(179) 评论(0) 推荐(0) 编辑
摘要: a[href $='.pdf'] { padding-right: 18px; background: transparent url(icon_pdf.gif) no-repeat center right; }来自:http://www.88web.org/content-63.html 阅读全文
posted @ 2013-10-29 15:20 1+1=10 阅读(613) 评论(0) 推荐(0) 编辑
摘要: 解决方法:方法1.出现错误后,找到注册表的 "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager" 并将其下面的"PendingFileRenameOperations" 的值删掉。然后重新运行安装。方法2.在创建窗口句柄之前,不能在控件上调用 Invoke 或 BeginInvoke。原因是,VC 2010的一个服务程序mscorsvw.exe进程调用Invoke导致的,结束这个进程,即可。方法3.关闭360安全卫士和杀毒软件,重新运行安装。方法4.最近安装sql se 阅读全文
posted @ 2013-10-28 16:37 1+1=10 阅读(813) 评论(0) 推荐(0) 编辑
摘要: function openwin() { OpenWindow = window.open("", "打印预览", "height=600px, width=900px, top=20px, toolbar=no,scrollbars=" + scroll + ",menubar=no"); OpenWindow.document.write(""); OpenWindow.document.write(""); OpenWindow.document.write(" 阅读全文
posted @ 2013-10-17 10:16 1+1=10 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 来自:http://www.czj.name/archives/256.so 阅读全文
posted @ 2013-10-10 14:40 1+1=10 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 函数声明:[DllImport("user32.dll")]public static extern int MessageBoxTimeoutA(IntPtr hwnd, string txt, string caption, int wtype, int wlange, int dwtimeout);记得前面引用命名空间:using System.Runtime.InteropServices;调用的时候:MessageBoxTimeoutA(this.Handle ,"要关闭哦","提示",64 ,0,3000);参数值说明:v 阅读全文
posted @ 2013-10-10 14:16 1+1=10 阅读(482) 评论(0) 推荐(0) 编辑
亲,知道百度的网址么?我知道,哈哈哈
百度一下