
linux
文章平均质量分 65
奇横
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Makefile
MakefileMakefile is used to tell the compiler how to compile and link the source file.structureMakefile is organized by some rules: target:prerequisites commands target stands for a object file原创 2015-10-25 10:19:45 · 319 阅读 · 0 评论 -
Loading shared libraries
Loading shared librariessometimes we run a program in linux environments,we get error like this: error while loading shared libraries:xxx.so:cannot open shared object file:no such file or direcotry w原创 2015-10-24 22:06:22 · 367 阅读 · 0 评论 -
linux useful commands
按照文件内容匹配搜索 find /xx/xx/ [-name xxx] | xargs grep xxxxx原创 2015-10-30 17:59:12 · 386 阅读 · 0 评论