全部博文(207)
发布时间:2013-12-31 17:15:00
前言:使用awk作为文本处理工具,正则表达式是少不了的。 要掌握这个工具的正则表达式使用。其实,我们不必单独去学习它的正则表达式。正则表达式就像一门程序语言,有自己语法规则已经表示意思。 对于不同工具,其实大部分表示意思相同的。在linux众多文本处理工具(awk,sed,grep,perl)里面用到正则表达式。.........【阅读全文】
发布时间:2013-12-31 16:22:36
Ubuntu 12.04(64位)下载并编译 Android 4.1 源码[只有2条命令]====================================================1$ sudo apt-get install git-core gnupg flex bison gperf build-essential \.........【阅读全文】
发布时间:2013-07-25 11:46:21
-------------------------------------------------------------------------------什么是ramfs?ramfs是空间规模动态变化的RAM文件系统。它非常简单,用来实现Linux缓存机制(缓存page cache and dentry cache)的文件系统。通常情况下,Linux的所有文件在内存中都有缓存。需要读取的数据页从支撑存储设备(block.........【阅读全文】
发布时间:2013-04-03 14:40:30
git-core gnupg flex bison gperf build-essential zip curl zlib1g-dev libc6-dev lib32ncurses5-dev ia32-libs x11proto-core-dev libx11-dev lib32readline-gplv2-dev lib32z1-dev libgl1-mesa-dev gcc-multilib g++-multilib mingw32 tofrodos python-markdown libxml.........【阅读全文】
发布时间:2013-01-07 10:43:24
include/linux/init.h:/* Functions marked as __devexit may be discarded at kernel link time, dependingon config options. Newer versions of binutils detect references fromretained sections to discarded sections and flag an error. Pointers to__devexit functions must use __devexit_p(function_name), the ......【阅读全文】