Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the sp...
Cone crusher was invented in the late 19th century with the development of mining industry and stone processing. Now with mature development of techno...
分类:
其他好文 时间:
2014-06-28 12:43:17
阅读次数:
219
用oncontextmenu事件单禁用右键菜单onconTextmenu=window.event.returnValue=false;右键菜单禁用,用这个可以禁止复制。在中加入属性代码:oncontextmenu="return false"onselectstart="return false"...
分类:
其他好文 时间:
2014-06-28 11:01:48
阅读次数:
271
一、安装ApacheUbuntu提供了3个apache2的软件包,它们分别是apache2-mpm-worker、apache2-mpm-prefork、apache2-mpm-event。如果你在安装Ubuntu操作系统《入门篇:ubuntu server 安装教程》的时候你选择安装了LAMP包的...
分类:
Web程序 时间:
2014-06-24 09:53:14
阅读次数:
331
A lot of computations involve processing a string one character at a time. Often they start at the beginning, select each character in turn, do someth...
分类:
其他好文 时间:
2014-06-23 07:19:02
阅读次数:
257
1.button按钮提交方式//按钮事件$('#btnSumit').click(function() { alert('测试');}); //回车提交事件$("body").keydown(function() { if (event.keyCode == "13") {//keyCo...
分类:
Web程序 时间:
2014-06-23 00:21:49
阅读次数:
16197
最近遇到一个需求涉及存储过程,被突然问题到如何同步问题问到了,赶紧补课学习一下。首先,先看一下trigger、procedure和event的定义都是什么?trigger:触发器是一个被指定关联到一个表的数据对象,当对个表的特别事件出现时,它被激活。procedure:是一组为了完成特定功能的SQL...
分类:
其他好文 时间:
2014-06-20 21:20:34
阅读次数:
254
js键盘事件js键盘事件,详见下:event.keycode大全(javascript)keycode 8 = BackSpace BackSpace keycode 9 = Tab Tab keycode 12 = Clear keycode 13 = Enter keycode 16 = Shi...
分类:
Web程序 时间:
2014-06-20 20:54:40
阅读次数:
182
问题有了委托为什么还要有事件?理论上,事件能完成的事情委托完全可以胜任,但是我们思考的这一方面是功能性,我们必须从他们各自的特点分析。委托链的特点让事件能够被多个订阅方订阅,事件是带上了event关键字的委托,在用reflector反编译事件源码时,我们看到事件成员的可访问性被始终设置为privat...
分类:
其他好文 时间:
2014-06-20 15:09:34
阅读次数:
179
Chrome Timeline的指标说明:Blocked、Connect、Send、Wait、Receive Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting...
分类:
其他好文 时间:
2014-06-20 15:07:33
阅读次数:
277