jQuery.fn.extend({ attr: function( name, value ) { return jQuery.access( this, jQuery.attr, name, value, arguments.length > 1 ); }, removeAttr: functi ...
分类:
Web程序 时间:
2017-01-10 08:44:20
阅读次数:
262
//自定义事件 function defineEvent(){ this.handles={}; } defineEvent.prototype={ constructor:defineEvent, addHandler:function(type,handler){ if(typeof this.... ...
分类:
其他好文 时间:
2017-01-05 16:53:10
阅读次数:
157
查看共享内存打开的文件数[root@db2 ~]# lsof -n | grep /dev/shm | wc -l34693共享内存中总共文件数[root@db2 ~]# ls -l /dev/shm | wc -l495Why is Oracle keeping hundreds of thous... ...
分类:
数据库 时间:
2017-01-01 00:03:55
阅读次数:
308
I wrote this trigger around 4 years ago to handle errors in an application based on Oracle Forms 6i. This trigger handles all errors with some custom ... ...
分类:
数据库 时间:
2016-12-25 23:19:21
阅读次数:
338
实现RPC 首先要弄明白,RPC是个什么东西。 (RPC) Remote Procedure Call Protocol 远程过程调用协议 在一个大型的公司,系统由大大小小的服务构成,不同的团队维护不同的代码,部署在不同的机器。但是在做开发时候往往要用到其它团队的方法,因为已经有了实现。但是这些服务... ...
分类:
其他好文 时间:
2016-12-24 02:16:20
阅读次数:
391
Besides switch and mergeAll, RxJS also provides concatAll as a flattening operator. In this lesson we will see how concatAll handles concurrent inner ...
分类:
Web程序 时间:
2016-12-16 22:50:19
阅读次数:
212
Smobiler是一个在VS环境中使用.Net语言来开发APP的开发平台,也许比Xamarin更方便 ...
分类:
移动开发 时间:
2016-12-15 18:04:51
阅读次数:
241
给PHP安装扩展的方式有好多 一、重新编译 进入PHP源码目录./configure --prefix=/usr/local/php ...[其他编译参数] 二、通过phpize添加扩展 进入PHP源代码扩展应用目录ext,例如: 在pcntl目录下执行phpize命令然后在configure,运行 ...
分类:
Web程序 时间:
2016-12-08 13:55:42
阅读次数:
260
=========================================================环境:python2.7、pyqt4、eric16.11热点:multiprocessing、threading、GUI、pyqt需求:希望界面上的QTextEdit控件可以滚动刷新日志... ...
分类:
其他好文 时间:
2016-12-03 00:56:25
阅读次数:
299
org.springframework.web.context.ContextLoaderListener ...
分类:
其他好文 时间:
2016-12-02 02:12:34
阅读次数:
249