文章分类 -  Linux

CMake教程
摘要:gcc、make、makefile、cmake、cmakelists区别和联系 转自链接:https://www.zhihu.com/question/36609459/answer/89743845 1.gcc是GNU Compiler Collection(就是GNU编译器套件),也可以简单认为 阅读全文
posted @ 2017-10-24 16:04 LyndonYoung 阅读(224) 评论(0) 推荐(0)
linux下去掉^M字符
摘要:首先进入编辑模式 之后“ %s/\r//g”,Enter回车之后就可以去除掉。 阅读全文
posted @ 2016-04-15 13:40 LyndonYoung 阅读(161) 评论(0) 推荐(0)
Linux 基础及常用命令
摘要:小知识点:方向键上下可用来查找你这段时间内用过的命令。Tab键可以帮助补全命令。 1. shutdown命令使用格式:shutdown 【选项】【参数】(1) shutdown -r 时间 :重启计算机例:shutdown -r 1:表示一分钟后重启计算机(2) shutdown -h 时间:关闭计 阅读全文
posted @ 2015-12-05 14:00 LyndonYoung 阅读(170) 评论(0) 推荐(0)