Git是一个分布式版本控制工具,它的作者Linus Torvalds 是这样给我们介绍 Git ——The stupid content tracker(傻瓜式的内容跟踪器)1、 Git 背景Git 最初由Linus Torvalds编写,用于 Linux 内核开发的版本控制工具。Git 与常用的版...
分类:
其他好文 时间:
2014-09-04 18:22:29
阅读次数:
283
lda,latent diriclet allocation,是一个最基本的bayesian模型。本文要研究lda基于变分的推导方法。意义是重大的。一、符号的定义: the number of topics: the number of documents: the number of terms ...
分类:
其他好文 时间:
2014-09-03 10:49:46
阅读次数:
239
问题解决:这个错误是:yarn里面的配置的格式有错误:如:yarn.resourcemanager.addressMaster:8032 在标签之间不能有空格。去掉空格OK。异常堆栈如下2014-08-30 10:20:30,171 INFO org.apache.hadoop.service.A....
分类:
其他好文 时间:
2014-08-30 11:06:39
阅读次数:
927
malloc的全称是memory allocation,中文叫动态内存分配,当无法知道内存具体位置的时候,想要绑定真正的内存空间,就需要用到动态的分配内存。原型为extern void *malloc(unsigned int num_bytes)。1函数简介原型extern void *mallo...
分类:
其他好文 时间:
2014-08-29 17:36:58
阅读次数:
354
1、PDCCH之CCEPDCCH中承载的是DCI(Downlink Control Information),包含一个或多个UE上的资源分配和其他的控制信息。在LTE中上下行的资源调度信息(MCS,Resource allocation等的信息)都是由PDCCH来承载的。一般来说,在一个子帧内,可以...
分类:
其他好文 时间:
2014-08-28 22:25:56
阅读次数:
691
在微软云计算服务的机房,有很多机器上跑着一个或者多个的虚拟机。在一段时间里,有很多用户会来请求建立虚拟机,或者把虚拟机关闭。这个时候,一个最重要的问题,是如何把用户的请求分配到不同的机器上。这里我们把实际的问题简化成对CPU的申请。...
分类:
其他好文 时间:
2014-08-28 16:58:50
阅读次数:
198
Description
When a radio station is broadcasting over a very large area, repeaters are used to retransmit the signal so that every receiver has a strong signal. However, the channels used by each rep...
分类:
其他好文 时间:
2014-08-28 16:15:57
阅读次数:
163
1.添加源,保存退出vi/etc/apt/sources.list
#wheezy-backports
debhttp://ftp.debian.org/debian/wheezy-backportsmain2.更新源并安装包:apt-getupdate
apt-getinstallrequest-tracker4rt4-apache2rt4-clientsrt4-db-postgresqlapache2-doclynxpostgresqlapache2libapache-db..
分类:
其他好文 时间:
2014-08-26 03:00:56
阅读次数:
221
四、Nova-compute步骤17:nova-compute接收到请求后,通过Resource Tracker将创建虚拟机所需要的资源声明占用步骤18:调用Neutron API配置Network,虚拟机处于Networking的状态需要注意的是,这一步虽然是配置Network,但是主要是数据结构...
分类:
其他好文 时间:
2014-08-23 22:49:41
阅读次数:
500
1、基本配置# is this config file disabled
# false for enabled
# true for disabled
disabled=false# the name of the group this storage server belongs to
group_name=group1# bind an address of this host
#...
分类:
其他好文 时间:
2014-08-16 13:50:50
阅读次数:
292