1、下载ffmpeg。下载网址:http://www.ffmpeg.org/download.html2、解压缩tar -zxvf ffmpeg-2.0.1.tar.gz3、配置,生成Makefile./configure --enable-shared --disable-yasm --prefi...
分类:
系统相关 时间:
2014-07-09 23:39:52
阅读次数:
307
HBase Shell
HBase shell使用起来最方便,进入HBase shell控制台即可使用。
$ $HBASE_HOME/bin/hbase shell
常见操作有create(创建表)/put(插入或更新数据)/get(根据rowkey查询)/scan(范围查询)/delete(删除列)/deleteAll(根据rowkey删除整行数据)/disable&drop(禁用表之后再...
分类:
编程语言 时间:
2014-07-04 08:12:54
阅读次数:
383
1 常用去警告:#pragma warning(disable:4035)//no return value#pragma warning(disable:4068)// unknown pragma#pragma warning(disable:4201)//nonstandard extens....
分类:
其他好文 时间:
2014-07-03 10:02:03
阅读次数:
249
VC中常见编译错误(转载看看)1)disable#pragma warning (disable: 4311 4312) //指针类型强制转化,大小不完全匹配warning C4311: ''type cast'' : pointer truncation from ''TriNode *const...
分类:
其他好文 时间:
2014-07-03 07:01:57
阅读次数:
214
1.禁用主外键BEGINfor c in (select 'ALTER TABLE '||TABLE_NAME||' DISABLE CONSTRAINT '||constraint_name||' ' as v_sql from user_constraints where CONSTRAINT_...
分类:
其他好文 时间:
2014-07-02 17:27:07
阅读次数:
193
Linux SkillsLinux SkillsTable of Contents1. How to use ramdisk in Ubuntu and Fedora?2. How to enable ssh server in Ubuntu?3. How to disable CPU in Lin...
分类:
系统相关 时间:
2014-07-02 13:49:28
阅读次数:
410
once头文件被编译一次。就能够保证头文件只被编译一次warning(disable:1111) 不报(once:1111)报一次( error:1111)报comment传统的到出 DLL 函数的方法是使用模块定义文件 (.def),Visual C++ 提供了更简洁方便的方法,那就是“__dec...
分类:
其他好文 时间:
2014-06-23 00:23:45
阅读次数:
284
android4.4\frameworks\base\packages\Keyguard\src\com\android\keyguard\KeyguardViewMediator.java
/**
* External apps (like the phone app) can tell us to disable the keygaurd.
*/
p...
分类:
移动开发 时间:
2014-06-22 19:00:37
阅读次数:
217
page 201show ip routeCorrection(05-4)Basic configuration of R1:enableconfigure terminalhostname R1no ip domain-lookup (Disable DNS lookup)enable secre...
分类:
其他好文 时间:
2014-06-21 00:04:24
阅读次数:
332
sh run (show running-config)enable disable login logout exit endenable passwordprivilege level(global)privilege level(line)show interface serial 1/1di...
分类:
其他好文 时间:
2014-06-20 23:51:05
阅读次数:
437