码迷,mamicode.com
首页 >  
搜索关键字:events    ( 2213个结果
Node.js API —— Events(事件)
// 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/,http://blog.sina.com.cn/oleoneoy本段为博主注解。目录● 事件 ○Class: events.EventEmitter ■ emi...
分类:Windows程序   时间:2014-11-04 21:04:22    阅读次数:263
AIR检测网络
package com.juyou.util.net { import flash.events.StatusEvent; import flash.net.URLRequest; import air.ne...
分类:其他好文   时间:2014-11-04 12:31:47    阅读次数:139
FLASH实现ASP.NET MVC上传---Flash篇
先看下整体思路,整个上传,以flash按钮为入口 创建Flash,添加一个按钮,并命名为btn 添加类main.as package { import flash.display.*; import flash.events.*; import flash.net.*; import flash.ui.*; import flash.external.Extern...
分类:Web程序   时间:2014-11-03 13:05:59    阅读次数:263
ViewTreeObserver的常用技巧
Aview tree observer is used to register listeners that can be notified of globalchanges in the view tree. Such global events include, but are not limited to,layout of the whole tree, beginning of the ...
分类:其他好文   时间:2014-11-02 09:31:36    阅读次数:283
Video.js事件
Home膘叔 » Archives文章: 备份一个video的JS [打印]分类: Javascript作者: gouki2012-02-16 17:58备份一个JS,不是为了代码很优秀,而是。。。想直接用里面的事件,就当成参考了:JavaScript代码varmedia_events=newArr...
分类:Web程序   时间:2014-11-01 14:52:04    阅读次数:234
Nginx.conf介绍
#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pid /var/run/nginx.pid;#工作模式及连接数上限events { u...
分类:其他好文   时间:2014-10-31 18:55:15    阅读次数:191
UVA 10806 Cheerleaders
CheerleadersDescriptionCCheerleadersIn most professional sporting events, cheerleaders play a major role in entertaining the spe...
分类:其他好文   时间:2014-10-30 01:39:57    阅读次数:186
2.App Components-Content Providers/Calendar Provider
1. Calendar Provider The Calendar Provider is a repository for a user's calendar events. The Calendar Provider API allows you to perform query, inser....
分类:移动开发   时间:2014-10-29 23:43:21    阅读次数:349
超少代码的头像裁剪上传
效果: as上传的好处在于裁剪工作在客户端就完成了,而用jcrop的话要记录裁剪大小,位置坐标等,传给服务端才能裁剪代码很简单 1 package 2 { 3 import flash.display.*; 4 import flash.events.Event; ...
分类:Web程序   时间:2014-10-29 16:36:00    阅读次数:275
javascript的事件触发和接收源码
define(function(require,exports,module){ var Events=function(){ var array = []; var push = array.push; var slice = array.slice...
分类:编程语言   时间:2014-10-29 12:40:44    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!