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
setTimeout, 单位是毫秒setTimeout ( time code, timer delay );eg:setTimeout("alert('wake up!')", 100000);The document object表示网页代码本身修改用户窗口(不是整个浏览器)的大小,可以用bod...
分类:
编程语言 时间:
2014-08-23 08:46:10
阅读次数:
200
一、统计信息相关命令的变化
有关集群状态cluster_state, 节点信息nodes_info, 节点统计信息nodes_stats和索引信息indices_stats命令格式进行了统一,比如查看集群信息使用命令:
curl -XGET http://localhost:9200/_cluster/state/nodes?pretty=1
查看节点统计信息:
curl ...
When I started working on Open Stack, I had to investigate about the HA of the nova component. Unfortunatly the nova configuration needed a single ent...
分类:
数据库 时间:
2014-08-22 21:04:19
阅读次数:
527
Galera is a synchronous multi-master cluster for MySQL/InnoDB databases. Some features and benefits of Galera are: Synchronous replication. Multi mast...
分类:
数据库 时间:
2014-08-22 21:02:59
阅读次数:
405
Setup MySQL master-master replication with Galera I. Galera introduction MySQL/Galera is synchronous multi-master cluster for MySQL/InnoDB database. T...
分类:
数据库 时间:
2014-08-22 21:00:29
阅读次数:
427
准备工作下载solr和tomcat solr-4.8.1.tgz,apache-tomcat-7.0.54.tar.gz打开/home/cluster,解压缩tarzxvfapache-tomcat-7.0.54.tar.gztarzxvfsolr-4.8.1.tgz开始安装配置solr建立sol....
分类:
系统相关 时间:
2014-08-22 16:00:19
阅读次数:
258
//延展添加对象
@interface AppDelegate ()
{
UIView *_containerView;
NSTimer *_timer;
}
@end
//- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictiona...
分类:
其他好文 时间:
2014-08-22 14:35:37
阅读次数:
260
HashedWheelTimer 是根据Hashed and Hierarchical Timing Wheels: Data Structures for the Efficient Implementation of a Timer Facility这篇论文做出来的.HashedWheelTim...
分类:
其他好文 时间:
2014-08-22 00:03:05
阅读次数:
263
这几天一直在看网易云课堂上免费的JS课程,正好今天看到讲了计时器setInterval,第一感觉就是像C#里的TIMER。然后课程里举得例子正好通过计时器改变新生成窗口的位置,然后就突然有了灵感!可以写一个“抓住我”的小游戏。 因为刚学JS懂的实在很少,所以就通过自己已经学过的内容实现了,主要...
分类:
Web程序 时间:
2014-08-21 21:02:34
阅读次数:
241