环境:
Unbunt 12.04
Hadoop 2.2.x
Sprak 0.9
Scala scala-2.9.0.final.tgz
步骤
1. 下载 scala
2. 解压scala,然后修改/etc/profile,添加如下
export SCALA_HOME=/home/software/scala-2.9.0.final
export PATH=$P...
分类:
其他好文 时间:
2014-06-05 11:52:46
阅读次数:
484
RSSI=Received Signal Strength Indication which
generally appears as "bars" in our software. It indicates how much power is in
the radio signal your ro...
分类:
其他好文 时间:
2014-06-03 12:20:59
阅读次数:
529
1,virConnectGetLibVersionAPI call obtain the
version of libvirt software in use on the hostit takes a connection pointer and
unsigned long pointer as ...
ISP,Interface Segregation Principle,中文翻译为“接口隔离原则”。和DIP原则一样,ISP原则也是大名鼎鼎的Martin大师提出来的,他在1996年的C++ Reporter发表“ The Interface Segregation Principle”的文章详细阐述了ISP原则,并且在他的经典著作《 Agile Software Development, Pri...
分类:
其他好文 时间:
2014-06-03 00:57:45
阅读次数:
250
1, 什么是GATK?The Genome Analysis Toolkit or GATK
is a software package developed at the Broad Institute to analyse
next-generation resequencing data.The...
分类:
其他好文 时间:
2014-06-02 01:29:16
阅读次数:
1200
前言开始之前先熟悉几个名词:SDK -- Software Development Kit, 软件开发工具包。这个词并不陌生, JDK,就是Jave Development Kit,同样对于Android 来说也有Android SDK. Android SDK 提供了构建,测试和调试安卓应用的API 库和开发者工具。ADT- Android Developer Tools....
分类:
移动开发 时间:
2014-06-01 14:01:53
阅读次数:
403
最近在做uboot中nand启动相关的工作,遇到一个问题一直纠结着。现在终于明白了这个问题,想想还有好多兄弟在某个黑暗的角落里或者某台电脑前纠结着呢,所以赶紧写下来以供查阅。
uboot version 2014.4
/* Architecture-specific global data */
struct arch_global_data {
#if defined(CONFIG_FS...
分类:
其他好文 时间:
2014-06-01 10:27:38
阅读次数:
314
在项目中,登录时需要enter按钮提交页面所以需要监听键盘输出但是在火狐中不支持event.code所以换了中写法1:form中加入时间传入event2:监听判断是否为enter按钮。
function onKeyPressBlockNumbers(e) { var key = ...
分类:
编程语言 时间:
2014-05-31 16:55:04
阅读次数:
281
CListCtrl带编辑功能与下拉功能的本质即在列表中嵌入CEdit和CComboBox控件,其具体代码如下所示://InPlaceEdit.h#if
!defined(AFX_INPLACEEDIT_H__175AEDFF_731E_4721_8399_DE406A465861__INCLUDED...
Software architecture vs codeI presented two
talks last week with the title "Software architecture vs code" - first as the
opening keynote for the ina...
分类:
其他好文 时间:
2014-05-30 20:10:50
阅读次数:
379