随笔分类 -  【3】Linux vi/vim

Linux top命令 查看服务器资源占用情况
摘要:Linux top命令的用法详细详解 top命令经常用来监控Linux的系统状况,比如cpu、内存的使用,程序员基本都知道这个命令,但比较奇怪的是能用好它的人却很少,例如top监控视图中内存数值的含义就有不少的曲解。 本文通过一个运行中的WEB服务器的top监控截图,讲述top视图中的各种数据的含义 阅读全文

posted @ 2020-04-30 10:45 相伴流年 阅读(9043) 评论(0) 推荐(0)

Linux教程
摘要:https://www.linuxprobe.com/command-minimalism-tutorial.html https://www.runoob.com/linux/linux-comm-grep.html *linux大全* 1.文件管理 1.slocate命令 – 查找文件或目录 s 阅读全文

posted @ 2019-05-26 21:17 相伴流年 阅读(274) 评论(0) 推荐(0)

ADB教程
摘要:ADB教程 查看当前pc端连接多少设备 adb devices adb连接android设备 adb connect [192.168.3.113] 断开连接 adb disconnect [192.168.3.113] 安装/卸载Android 应用 adb install/uninstall [ 阅读全文

posted @ 2019-05-26 18:19 相伴流年 阅读(531) 评论(0) 推荐(0)

Git教程
摘要:Git的基础 https://backlog.com/git-tutorial/cn/intro/intro1_2.html http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 管理历史 阅读全文

posted @ 2019-05-26 17:12 相伴流年 阅读(182) 评论(0) 推荐(0)

导航