DoubleLi

qq: 517712484 wx: ldbgliet

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年11月12日

摘要: 问题描述:在编译程序时,提示一个错误和一个警告。error:storage size of tz isn’t know;其中tz是struct timezone类型的变量。warning:implicit declaration of function lstat;使用man手册查了一下,发现tz需... 阅读全文
posted @ 2015-11-12 17:29 DoubleLi 阅读(507) 评论(0) 推荐(0)

摘要: 一.安装过程 1.CodeViz的安装 0).确认你已经安装Graphviz[http://www.graphviz.org/] 1).下载CodeViz.[http://www.csn.ul.ie/~mel/projects/codeviz/] 具体过程如下: ... 阅读全文
posted @ 2015-11-12 08:34 DoubleLi 阅读(795) 评论(0) 推荐(0)

摘要: 说来真是惭愧呀.一直在用VIM 做开发.却不知道VI 里还有这么好使的工具.以前一直都是用:find -type f -print | xargs grep -i **** 在源代码里查找. 原来Linux下也有类似于Souce Insight工具.以下是引用人家的文章.http://blog.ch... 阅读全文
posted @ 2015-11-12 08:31 DoubleLi 阅读(17742) 评论(0) 推荐(0)