How to Build ffmpeg with NDK r9

2014-06-14
阅读 6 分钟
7.2k
This is a updated post for a previous post, where we built ffmpeg 0.8 with Android NDK r5 and r6. This post will give instructions of how to build ffmpeg 2.0.1 with Android NDK r9.

How To Capture Screenshots And Record Video On Android Device

2014-06-11
阅读 5 分钟
3.2k
This is an amazing news for the Android users because now they can (capture) screenshots & record video with Android Phones very easily. I found this article on technospot.net. So thanks for sharing this steps. And they have tested on Motorola Milestone, which is an Android based smartphone. ...

ubuntu emacs not use fcitx input method

2014-06-10
阅读 2 分钟
4.9k
ubuntu linux emacs version 24 not use fcitx input method (write chinese word),

10 command linux newbie

2014-05-21
阅读 9 分钟
2.9k
So you are planning to switch from Windows to Linux, or have just switched to Linux? Oops!!! what I am asking! For what else reason would you have been here. From my past experience when I was new to Nux, commands and terminal really scared me, I was worried about the commands, as to what extent ...

VIM 文件编码识别与乱码处理

2014-05-14
阅读 3 分钟
5.7k
在 Vim 中,有四个与编码有关的选项,它们是:fileencodings、fileencoding、encoding 和 termencoding。在实际使用中,任何一个选项出现错误,都会导致出现乱码。因此,每一个 Vim 用户都应该明确这四个选项的含义。下面,我们详细介绍一下这四个选项的含义和作用。

最常用的Emacs的基本操作

2014-05-04
阅读 1 分钟
4k
C-f 前进一个字符   C-b 后退一个字符   M-f 前进一个字   M-b 后退一个字   C-a 移到行首   C-e 移到行尾   M-a 移到句首   M-e 移到句尾   C-p 后退一行   C-n 前进一行   M-x goto-line 跳到指定行   C-v 向下翻页   M-v 向上翻页   M-< 缓冲区头部   M-> 缓冲区尾部   C-l 当前...

linux eclipse android environment configure

2014-05-01
阅读 1 分钟
3.1k
use IDE ,it iseclipse+android ,download address is:http://developer.android.com/sdk/index.html#linux-bundle

source code compile install nginx mariadb php

2014-05-01
阅读 3 分钟
3.3k
cp php.ini.production or php.ini.development to (--prefix=path)/etc 目录下,rename as php.ini

mongodb mapReduce implementation rationale

2014-05-01
阅读 2 分钟
2.7k
与其说 map 中的 emit 是把信息提交给 reduce 倒不如说是 map 与 reduce 只是在操作同一个collection,这样来理解的方便。 out:这个参数就是用于生成实际文件文档的还是在内存中形成的文档 可以理解成比如:从book中先选择出你相要的数据,可以通过 map 这个凾数进行分组 emit() 这个凾数就是干这个用的,然后它会根据 o...

seting locale in debian

2014-05-01
阅读 2 分钟
3k
在Linux中通过locale来设置程序运行的不同语言环境,locale由ANSI C提供支持。locale的命名规则为<语言>_<地区>.<字符集编码>,如zh_CN.UTF-8,zh代表中文,CN代表大陆地区,UTF-8表示字符集。在locale环境中,有一组变量,代表国际化环境中的不同设置:

使用官方 rtl8192cu 无线驱动 无法在 linux kernel >=3.10 编译通过的解决方法

2014-05-01
阅读 2 分钟
6.4k
以往的内核的无线驱动掉线了半天连不上而且还是非常的频繁,现在的内核一直在更新,有时一上午可以掉线次数在5次以内,真是太感谢 Linus Torvalds 了。

about debain sources list file explain

2014-05-01
阅读 2 分钟
2.4k
first i too no understand,through internet search engin ,find more article

debian7 wheezy install nvidia origin drive

2014-05-01
阅读 2 分钟
2.2k
0、check two system package,sudo apt-get install build-essential linux-headers-$(uname -r)

chinese input method in emacs

2014-05-01
阅读 1 分钟
2.9k
话说debian linux是可定制比强的系统也真是那么回事,在你使用的过程中需要什么都是需要自己去手动安装的,不必要的东西,debian linux是不会为你自动安装的,就是跟ubuntu linux 的区别

linux 配置 直接用VIM默认打开文件

2014-05-01
阅读 3 分钟
4.8k
方法一:主要 是把gedit 默认打开的文件 都改成 vim了 此方法有缺陷。推荐使用 方法二 可以指定 哪种类型文件 用VIM 默认打开。两种方法都实现了 方便打开文件 摆脱了用VIM编码 打开文件还要 输入 烦长的路径,

10条新手玩linux命令

2014-04-30
阅读 6 分钟
3.5k
如你打算从Windows转到linux,或许你已经转到了linux平台。哟哟哟!!! 我说的什么?是什么原因你来到这里,从我是一个新手时的过去的一些体验,命令和终端让我很恐惧害怕,那些命令让我非常,我得记住多少那些的命令,记住他们来帮助我来运用linux全部的功能.毫无疑问,在线文档,书,手册,用户社区,给我很多的帮助,但是,我非常相...