/*** 应用程序启动类:显示欢迎界面并跳转到主界面* @author liux (http://my.oschina.net/liux)* @version 1.0* @created 2012-3-21*/public class AppStart extends Activity {@Over...
分类:
移动开发 时间:
2014-09-11 16:42:52
阅读次数:
155
vi/vim作为liux系统下最强大,最流行的文本编辑器之一。边看《Learning the vi and vim Editor》边学习vim,顺便做写简单的笔记,供以后查询。没看这本书之前,也经常使用过vim编辑一些简单文件之类的,会一些基本简单的命令。但看书的过程中,发现很多以前从没用过的,操作...
分类:
其他好文 时间:
2014-09-05 02:08:00
阅读次数:
278
这里先暂时记录下代码流程,有待完善。
static int
construct(struct ofproto *ofproto_)
{
struct ofproto_dpif *ofproto = ofproto_dpif_cast(ofproto_);
const char *name = ofproto->up.name;
int max_ports;
...
分类:
其他好文 时间:
2014-08-18 22:08:43
阅读次数:
418
举例:grep -a -n -B 10 -C 10 --color=auto xxx文件 含义: -a 将 二进制文件以 text 文件的方式搜寻数据? -n 显示行号 ? ?--color=auto 来将关键字部分使用颜色显示 -B 10 关键字前面再显示10行? ?-C 10 关...
分类:
其他好文 时间:
2014-07-23 17:37:01
阅读次数:
196