码迷,mamicode.com
首页 >  
搜索关键字:events    ( 2213个结果
jQuery Event add [ 源码分析 ]
/* * Helper functions for managing events -- not part of the public interface. * Props to Dean Edwards' addEvent library for many of the ideas. */ jQuery.event = { add: function( elem, types, han...
分类:Web程序   时间:2014-08-28 16:19:39    阅读次数:214
进程kswapd0与events/0消耗大量CPU的问题
今天下午网站宕了两次机,发工单给阿里云,发现原因是服务器的CPU 100%了。重启服务器后,使用 top 命令看看是哪些进程消耗那么大的 CPU 使用。盯了有好十几分钟,主要消耗 CPU 的进程有两个,一个是 mysql,另一个是 apache。下面的图可以看到,mysql 占用了很大部分的 CPU...
分类:其他好文   时间:2014-08-28 11:04:29    阅读次数:168
uva11806(容斥原理)
11806 - CheerleadersTime limit: 2.000 secondsIn most professional sporting events, cheerleaders play a major role in entertaining the spectators. Thei...
分类:其他好文   时间:2014-08-26 00:26:15    阅读次数:265
piwik - visitor log
1.result - row id,id_site,id_visit,visit_ip,visitor_id,visitor_type visitor_type_icon visit_converted visit_converted_icon visit_ecommerce_status visit_ecommerce_statusIcon searches events actions cus...
分类:其他好文   时间:2014-08-25 17:01:14    阅读次数:616
Node.js http parse error
今天碰到一个奇怪的错误.events.js:72 throw er; // Unhandled 'error' event ^Error: Parse Error at Socket.socketOnData (http.js:1583:20) a...
分类:Web程序   时间:2014-08-24 16:36:22    阅读次数:202
flash Timer 性能优化,每几秒间隔一次
timer.stop后timer.currentCount没有重置,timer.reset后,currentCount重置了。package game.mananger{ import flash.events.TimerEvent; import flash.utils.Diction...
分类:其他好文   时间:2014-08-23 09:53:50    阅读次数:195
Nginx的事件处理机制
void  ngx_process_events_and_timers(ngx_cycle_t *cycle)  {      ngx_uint_t  flags;      ngx_msec_t  timer, delta;      if (ngx_timer_resolution) {          timer = NGX_TIMER_INFINITE;          flags =...
分类:其他好文   时间:2014-08-21 00:19:13    阅读次数:212
RenderScript on LLVM笔记
Android 为何引入 Render 参考: https://events.linuxfoundation.org/slides/2011/lfcs/lfcs2011_llvm_liao.pdf...
分类:其他好文   时间:2014-08-19 10:58:34    阅读次数:275
nginx web+反向代理 的配置介绍
userwww;#定义Nginx运行的用户和用户组worker_processes2;#nginx进程数,建议设置为等于CPU总核心数。#error_loglogs/error.log;全局错误日志定义类型#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;#pidlogs/nginx.pid;进程文件events{工作模式与连接数上限wor..
分类:Web程序   时间:2014-08-18 18:53:54    阅读次数:258
UVA 1025 A Spy in the Metro(DP)
Secret agent Maria was sent to Algorithms City to carry out an especially dangerous mission. After several thrilling events we find her in the first station of Algorithms City Metro, examining the tim...
分类:其他好文   时间:2014-08-18 00:21:13    阅读次数:383
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!