rpm-->yumxml,json:半结构化的数据yum仓库综合那个的元数据文件primary.xml.gz所有RPM包的列表依赖关系每个RPM安装生成的文件列表filelist.xml.gz:当前仓库中所有RPM包的所有文件列表other.xml.gz:额外信息,RPM的修改日志repomd.xml:记录的是上面三个文件的时间戳和校..
分类:
其他好文 时间:
2014-09-09 18:31:19
阅读次数:
214
VS2012需要安装Update 1补丁在Project的Properties 选择 General > Platform Toolset -> Visual Studio 2012 - Windows XP (v110_xp)在Project的Properties 选择 General > C/C...
NM端
//NM发送心跳,增加一个NODE_UPDATE事件,简单返回一个respone,异步驱动型,事件再驱动assignContainers,从资源请求结构里取出需求分配资源
//AsyncDispatcher原理
//一个event队列,一个eventtype.class 到处理器对应关系(仅仅是一个class对应一个处理器,class是个Enum可能会有很多种值,具体逻辑在处理器内部)...
分类:
其他好文 时间:
2014-09-09 12:31:58
阅读次数:
307
引言:作为少有的.net架构下的大型网站,stackoverflow曾发表了一篇文章,介绍了其技术体系,原文链接http://highscalability.com/blog/2011/3/3/stack-overflow-architecture-update-now-at-95-million-...
分类:
Web程序 时间:
2014-09-09 12:01:48
阅读次数:
221
1.publish2.update print_lolPS:for Step 1.write the code in to a py file. put the py file into a folder named nester. new a py file named 'setup' and t...
分类:
编程语言 时间:
2014-09-09 10:44:28
阅读次数:
309
intrectX,rectY;intrectSize=90;colorrectColor;colorbaseColor;booleanrectOver=false;voidsetup(){size(640,360);rectColor=color(0);baseColor=color(102);rectX=width/2-rectSize/2;rectY=height/2-rectSize/2;}voiddraw(){update(mouseX,mouseY);noStroke();if(rectOver){..
分类:
移动开发 时间:
2014-09-08 11:00:17
阅读次数:
697
最终效果如图:
cocos2d V3 只要实现了- (void)update:(CCTime)delta方法,
就会自动调用它,无需手动调用
foreach 或者说for in遍历的时侯,不能增删成员
封装的 子弹类,继承自CCSprite
//
// Bullet.h
// 31_cocos2D入门
//
// Created by beyon...
分类:
移动开发 时间:
2014-09-07 23:50:56
阅读次数:
457
Data Object(class) impliment INotifyPropertyChanged; then the Object can update BindingSource.Implimentation public abstract class NotifyProperyChan.....
分类:
其他好文 时间:
2014-09-07 22:23:45
阅读次数:
275
对象①锁:每条SQL语句②隔离:事务锁①并发问题丢失更新未确认的读取(脏读)不一致的分析(非重复读):多次读取相同的数据(行)不一致(其他用户更改update)幻像读:多次读取有不存在和新增的数据(其他用户插入insert或删除delete)隔离级别隔离级别脏读不可重复读取幻像说明未提交读(read...
分类:
数据库 时间:
2014-09-07 22:20:55
阅读次数:
376
要出差了,于是把抽屉里的老Kindle Touch拿出来想升个级,baidu说多看费电,果断卸了用原生。但是原生里面升级选项“update your kindle”是灰色的,没法点,怎么办?试了半天,发现了解决方法,不敢独享,特贴如下:1、按购物车进入网上商店(必须联网,最好是WIFI)2、等sho...
分类:
其他好文 时间:
2014-09-07 22:18:25
阅读次数:
249