会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
帅胡
2015年6月30日
SVN命令使用详解
摘要: 1、检出 svn co http://路径(目录或文件的全路径) [本地目录全路径]--username 用户名 --password 密码svn co svn://路径(目录或文件的全路径) [本地目录全路径] --username 用户名 --password 密码 svn checkout h...
阅读全文
posted @ 2015-06-30 22:18 帅胡
阅读(336)
评论(0)
推荐(0)
linux下 ls 排序
摘要: ls -lS 按大小降序排列 ls -l | sort -n -k5 按大小升序ls -lrt 按时间降序ls -lnt 按时间升序ls -l | sort -k9 按文件名升序(这是ls的默认输出方式)ls -lr 按文件名降序 ls -l | sort -rk9 按文件名降序 ls -l...
阅读全文
posted @ 2015-06-30 22:07 帅胡
阅读(5841)
评论(0)
推荐(2)
linux 系统负载高 如何检查
摘要: 1.1:什么是Load?什么是Load Average? Load 就是对计算机干活多少的度量(WikiPedia:the system Load is a measure of the amount of work that a compute system is doing) 简单的说是进程队列...
阅读全文
posted @ 2015-06-30 19:07 帅胡
阅读(782)
评论(0)
推荐(0)
Linux top和负载的解释
摘要: top命令是Linux下常用的性能分析工具,能够实时显示系统中各个进程的资源占用状况,类似于Windows的任务管理器。下面详细介绍它的使用方法。top - 01:06:48 up1:22,1 user,load average: 0.06, 0.60,0.48 Tasks:29 total,...
阅读全文
posted @ 2015-06-30 19:03 帅胡
阅读(2813)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告