Chinaunix首页 | 论坛 | 博客
  • 博客访问: 17659
  • 博文数量: 14
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 123
  • 用 户 组: 普通用户
  • 注册时间: 2013-08-16 09:14
文章分类

全部博文(14)

文章存档

2014年(2)

2013年(12)

我的朋友

发布时间:2013-09-24 13:49:55

TODO......【阅读全文】

阅读(240) | 评论(0) | 转发(0)

发布时间:2013-09-24 13:01:08

转自:http://crazycode.iteye.com/blog/311564现在有个项目,在一天的开发中,被某个工程师引入了一个bug,取系统并发上不去,直接锁死数据库连接。项目使用java平台,在svn上进行版本管理。我不想一个个版本code review排查,就想到了最暴力折半版本查找法,当然,在svn上做意味着要一个个版本checkout出来,这么大的项.........【阅读全文】

阅读(326) | 评论(0) | 转发(0)

发布时间:2013-09-11 13:26:55

Using the following script to show the color codes:==========================================#!/bin/bash##   This file echoes a bunch of color codes to the #   terminal to demonstrate what's available.  Each #   line is the color code of one forground color,.........【阅读全文】

阅读(623) | 评论(0) | 转发(0)

发布时间:2013-09-04 09:25:07

在linux系统下,查看linux的技巧。make tags #生成相关tags,读代码时,就可以像在sourceinsight里一样了。make ALLSOURCE_ARCHS="arm" tags #指定只生成arm的tags......【阅读全文】

阅读(283) | 评论(0) | 转发(0)

发布时间:2013-09-04 08:36:06

refs:http://www.linuxjournal.com/content/kbuild-linux-kernel-build-systemhttp://lxr.linux.no/#linux+v3.10.1/Documentation/kbuild/......【阅读全文】

阅读(571) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册