码迷,mamicode.com
首页 >  
搜索关键字:events    ( 2213个结果
Cakephp事件机制尝鲜
cakephp 很老的框架了,尝鲜算是牵强,不过就算很先进的框架例如YII都有这些机制,不过仍然没有理解手册地址: http://book.cakephp.org/2.0/en/core-libraries/events.html使用方式: 1、在需要支持事件的类中(包括、模型、控制器等)使用...
分类:Web程序   时间:2014-10-29 10:30:48    阅读次数:255
关于如何用Jquery监听鼠标滚轮改变横向滚动条
$(function() { // 设置每次滚动长度,单位 px var scroll_width = 100; var scroll_events = "mousewheel DOMMouseScroll MozMousePixelScroll"; $("body").on...
分类:Web程序   时间:2014-10-29 10:24:07    阅读次数:789
Ajax、服务器推和双向通信
本文由大丰哥参考自: congdepeng博文http://congdepeng.iteye.com/blog/1169481、 stackoverflow问题"What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet...
分类:Web程序   时间:2014-10-27 22:55:25    阅读次数:305
pstree下显示乱码解决
今天使用pstree想查看一下信息,结果发现:[root@mail~]#pstreeinit忖?atd忖crond忖events/0忖?aio/0?忖kauditd?忖kblockd/0?忖khelper?忖kmirrord?忖2*[pdflush]怎么都是乱码呢?难道编码设置有问题?查看i18n文件[root@mail~]#cat/etc/sysconfig/i18nLANG="en_US.UTF-8:zh_CN..
分类:其他好文   时间:2014-10-27 19:44:40    阅读次数:609
NS Simulation: Scheduling Events (examples inside)
NS Simulation: Scheduling Events Simulation time A similation system (such as NS) must have a built-in simulation clock - it represents the "clock" .....
分类:其他好文   时间:2014-10-27 00:25:01    阅读次数:301
NS Simulation Basic
这个网站上的一系列讲解NS2的内容真的是深入浅出,看完立刻豁然开朗。所以就接连转了几篇。Scheduling Events那篇里的例子特别好,看完就懂了。http://www.mathcs.emory.edu/~cheung/Courses/558-old/Syllabus/90-NS/NS Sim...
分类:其他好文   时间:2014-10-27 00:18:19    阅读次数:230
Monkey源码分析番外篇之Android注入事件的三种方法比较
原文:http://www.pocketmagic.net/2012/04/injecting-events-programatically-on-android/#.VEoIoIuUcaV 往下分析monkey事件注入源码之前先了解下在android系统下事件注入的方式,翻译一篇国外文章如下。 Method 1: Using internal APIs 方法1:使用内部AP...
分类:移动开发   时间:2014-10-24 18:58:03    阅读次数:396
Node.js v0.10.31API手册-事件
Events API翻译...
分类:Windows程序   时间:2014-10-24 00:26:46    阅读次数:287
PIC2, The Cumulative Distribution Function and Quantile Plot
Defination:累积分布函数:The cumulative distribution function (CDF) does just that. The CDF at point x tells us whatfraction of events has occurred “to the l...
分类:其他好文   时间:2014-10-23 22:30:51    阅读次数:368
onclick与addEventListener的区别
onclick与addEventListener实际上可分为:Inline events与Event ListenersEvent Listeners (addEventListener and IE's attachEvent)相同点:都是时间监听器。不同点如下:1.使用浏览器的差别addEven...
分类:其他好文   时间:2014-10-20 16:42:11    阅读次数:122
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!