摘要: 1)CscopeUsing Cscope on large projects (example: the Linux kernel)Cscope can be a particularly useful tool if you need to wade into a large code base. You can save yourself a lot of time by being able to do fast, targeted searches rather than randomly grepping through the source files by hand (espec 阅读全文
posted @ 2012-03-20 15:28 欢乐小飞 阅读(11727) 评论(0) 推荐(0)
摘要: 错误提示:GPG 错误:http://mirrors.163.com maverick-updates Release: 下列签名无效: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster @ubuntu.com> </ftpmaster>修复方法gpg --keyserver keyserver.ubuntu.com --recv 40976EAF437D05B5 gpg --export --armor 40976EAF437D05B5 | sudo apt-key add 阅读全文
posted @ 2012-03-20 11:54 欢乐小飞 阅读(989) 评论(0) 推荐(0)