码迷,mamicode.com
首页 >  
搜索关键字:extented events    ( 2220个结果
使用Visual Studio在标准Web Part 部件中创建事件处理器
为Web Part部件创建Events是生成Web Parts部件的核心部分。本文主要讲解如何使用Visual Studio在标准Web Part 部件中创建事件处理器。...
分类:Web程序   时间:2014-06-22 08:20:55    阅读次数:304
jquery之获取某个元素上的事件
jquery的给元素绑定的事件可以用data方法取出来 通过$(element).data("events")来获取 // 比如给一个button绑定两个click事件 $("button").click(function() { alert("1") }); $("button").click(function() { alert("2") }); // 这个时候点...
分类:Web程序   时间:2014-06-22 00:28:22    阅读次数:226
PatentTips - Optimizing power usage by factoring processor architectural events to PMU
BACKGROUNDProcessor power consumption has become a major issue in recent years. The current trend of processor design to multi-core architecture as ea...
分类:其他好文   时间:2014-06-18 22:16:54    阅读次数:435
【Nginx】开发一个简单的HTTP模块
首先来分析一下HTTP模块是如何介入Nginx的。 当master进程fork出若干个workr子进程后,每个worker子进程都会在自己的for死循环中不断调用事件模块: for ( ;; ) { .... ngx_process_events_and_timers(cycle); /* 调用事件模块 */ .... }...
分类:其他好文   时间:2014-06-18 08:03:22    阅读次数:246
使用HighCharts描绘多个Y轴的动态曲线。
调试了一整天,终于显示出来了。详细例子参照官网的demo:http://www.hcharts.cn/demo/index.php在这只贴出关键部分的JS代码1. chart (就是在events的load里写一个实时获取的方法。通过json调用去后台拉新数据加到series里) 1 chart:....
分类:其他好文   时间:2014-06-12 11:17:44    阅读次数:261
smartJS 0.1 API 讲解 - PromiseEvent
PromiseEvent基于事件和promise的回调管理,类似于jquery的callbacks,但具有结果传递,优先级,事件参数,promise控制等功能接口方法var events = st.promiseEvent(mode);events.add(name,function(e,arg,…...
分类:Windows程序   时间:2014-06-09 20:50:46    阅读次数:378
[Oracle] enq: TX - row lock contention 优化案例
根据开发反馈,最近每天早上7:30应用会报警,应用的日志显示数据库连接池满了,新的连接被拒绝。 首先,我做了ASH报告(报告区间:7:25 ~ 7:35),从ASH的等待事件发现enq: TX - row lock contention居然高达76.54%,如下所示: Top User Events Event Event Class % Even...
分类:数据库   时间:2014-06-07 13:52:50    阅读次数:308
[整理]Android测试日志文件抓取与分析 -顶
http://blog.csdn.net/ameyume/article/details/76675741.log文件分类简介实时打印的主要有:logcat main,logcat radio,logcat events,tcpdump,还有高通平台的还会有QXDM日志状态信息的有:adb shel...
分类:移动开发   时间:2014-06-06 16:34:38    阅读次数:380
iOS.UIKit.12.UICollectionView
一、案例介绍:以集合形式展现图片,如图01图01二、案例步骤:1、选择Simple View Aplication,取名cq.38.集合视图,如图02图022、Main.storyboard,如图03图033、events.plist,如图04,054、CQ38ViewController.h#im...
分类:移动开发   时间:2014-06-04 14:43:17    阅读次数:357
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!