码迷,mamicode.com
首页 >  
搜索关键字:handles    ( 268个结果
jquery1.7.2的源码分析(六)基本功能
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
oracle对/dev/shm的使用
查看共享内存打开的文件数[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
An Example of On-Error Trigger in Oracle Forms
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
RabbitMQ 实现RPC
实现RPC 首先要弄明白,RPC是个什么东西。 (RPC) Remote Procedure Call Protocol 远程过程调用协议 在一个大型的公司,系统由大大小小的服务构成,不同的团队维护不同的代码,部署在不同的机器。但是在做开发时候往往要用到其它团队的方法,因为已经有了实现。但是这些服务... ...
分类:其他好文   时间:2016-12-24 02:16:20    阅读次数:391
[RxJS] Flatten a higher order observable with concatAll in RxJS
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
.Net语言 APP开发平台——Smobiler学习日志:如何实现快速跳转网页
Smobiler是一个在VS环境中使用.Net语言来开发APP的开发平台,也许比Xamarin更方便 ...
分类:移动开发   时间:2016-12-15 18:04:51    阅读次数:241
php添加扩展插件
给PHP安装扩展的方式有好多 一、重新编译 进入PHP源码目录./configure --prefix=/usr/local/php ...[其他编译参数] 二、通过phpize添加扩展 进入PHP源代码扩展应用目录ext,例如: 在pcntl目录下执行phpize命令然后在configure,运行 ...
分类:Web程序   时间:2016-12-08 13:55:42    阅读次数:260
基于multiprocessing和threading实现非阻塞的GUI界面显示
=========================================================环境:python2.7、pyqt4、eric16.11热点:multiprocessing、threading、GUI、pyqt需求:希望界面上的QTextEdit控件可以滚动刷新日志... ...
分类:其他好文   时间:2016-12-03 00:56:25    阅读次数:299
SSH整合(1)异常
org.springframework.web.context.ContextLoaderListener ...
分类:其他好文   时间:2016-12-02 02:12:34    阅读次数:249
268条   上一页 1 ... 15 16 17 18 19 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!