// 说明 Node API 版本为 v0.10.31。 中文参考:http://nodeapi.ucdok.com/#/api/,http://blog.sina.com.cn/oleoneoy本段为博主注解。目录● 事件 ○Class: events.EventEmitter ■ emi...
package com.juyou.util.net { import flash.events.StatusEvent; import flash.net.URLRequest; import air.ne...
分类:
其他好文 时间:
2014-11-04 12:31:47
阅读次数:
139
先看下整体思路,整个上传,以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
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
Home膘叔 » Archives文章: 备份一个video的JS [打印]分类: Javascript作者: gouki2012-02-16 17:58备份一个JS,不是为了代码很优秀,而是。。。想直接用里面的事件,就当成参考了:JavaScript代码varmedia_events=newArr...
分类:
Web程序 时间:
2014-11-01 14:52:04
阅读次数:
234
#运行用户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
CheerleadersDescriptionCCheerleadersIn most professional sporting events, cheerleaders play a major role in entertaining the spe...
分类:
其他好文 时间:
2014-10-30 01:39:57
阅读次数:
186
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
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