码迷,mamicode.com
首页 >  
搜索关键字:event loop    ( 13946个结果
web-project 故障修复功能 传递所有的event_id数据到后台
1 22 23 24 25 26 27 故障信息28 {% module Uptime() %}29 30 31 32 33 {% if lists != [] %}34 35 {% end %}36 37 {% for d in lists %...
分类:Web程序   时间:2014-07-10 12:19:55    阅读次数:150
memcached(v1.4.15) dead loop bug. 求大神前来指点
I have got a deaploop on memcached(v1.4.15, on coentos 6.3 x86_64), it can't be reproducted. In our product environment, there are hundrends of memcac...
分类:其他好文   时间:2014-07-10 11:39:26    阅读次数:476
帝国CMS文章随机调用等一些常用标签
显示一周内信息点击排行[e:loop={'news',10,18,0,'newstime>UNIX_TIMESTAMP()-86400*7','onclick desc'}]" target="_blank">[/e:loop]发个灵动标签技巧,多少天内的信息显示new字样[e:loop={栏目ID...
分类:其他好文   时间:2014-07-10 00:45:55    阅读次数:278
【好文收藏】javascript中event对象详解
event代表事件的状态,例如触发event对象的元素、鼠标的位置及状态、按下的键等等。event对象只在事件发生的过程中才有效。event的某些属性只对特定的事件有意义。比如,fromElement 和 toElement 属性只对 onmouseover 和 onmouseout 事件有意义。例...
分类:编程语言   时间:2014-07-10 00:29:14    阅读次数:161
java简易计算器
此小程序实现了计算器的基本功能:import java.awt.*;import java.awt.event.*;import javax.swing.*;public class SimpleCalc extends JFrame{ private static final long se...
分类:编程语言   时间:2014-07-09 23:39:12    阅读次数:295
事件和委托
委托:对方法的绑定事件和委托的步骤1.定义委托public delegate 返回值 委托名(参数);2.基于委托定义事件public event 委托名 事件名;3.注册事件对象.事件名 += new 委托(方法);4.触发事件 先检查事件是否有人注册,有则触发 if (事件名 != null.....
分类:其他好文   时间:2014-07-07 23:37:21    阅读次数:148
Workflow_客制化BusinessEvent进行消息传递(案例)
2014-06-27 BaoXinjian一、摘要在之前的博文中介绍了,如何获取从标砖business event抓取消息,如supplier event,其实质,就是在supplier的任何create, update, delete的处理,都是通过interface和api进行处理的, 而在处理...
分类:其他好文   时间:2014-07-07 23:04:42    阅读次数:335
Infinite loop when using cookieless session ID on Azure
If you use cookieless session ID and deploy them on Azure, you might get infinite loop when you query your web site, and browser would down. In this s...
分类:其他好文   时间:2014-07-07 21:29:24    阅读次数:170
DS8800后端的光纤通道交换式互连方式
DS8800 使用SAS 硬盘。使用了FC 到SAS 转换,光纤通道交换技术被用于DS8800 后端。FC 技术是普遍用于在一个光纤通道仲裁环路(Fibre Channel Arbitrated Loop,FC-AL)中以菊花链方式连接一组硬盘。为了克服在FC-AL 内的仲裁问题,DS8800 体系...
分类:其他好文   时间:2014-06-30 12:52:15    阅读次数:392
jQuery Mobile的默认配置项详解,jQuery Mobile的中文配置api,jQuery Mobile的配置说明,配置大全
学习jQuery Mobile也有一段时间了,越来越上手了,也越来越喜欢他了。我根本就没有理由拒绝他的好。这里我有分享一下我对它的配置项的使用说明一下。 看代码解释:$(document).live("pageinit",function(event){ $.mobile.loadingMessage = "正在加载数据,请稍候......"; $.mobile.pageLoadErrorM...
分类:Windows程序   时间:2014-06-27 23:53:57    阅读次数:589
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!