码迷,mamicode.com
首页 >  
搜索关键字:shell top    ( 49118个结果
LINUX下查看CPU使用率的命令[Z]
1.top使用权限:所有使用者使用方式:top [-] [d delay] [q] [c] [S] [s] [i] [n] [b]说明:即时显示process的动态d :改变显示的更新速度,或是在交谈式指令列( interactive command)按sq :没有任何延迟的显示速度,如果使用者是有...
分类:系统相关   时间:2014-05-09 23:57:11    阅读次数:714
python 遍历文件夹文件代码
import osdef tree(top): for path, names, fnames in os.walk(top): for fname in fnames: yield os.path.join(path, fname) for name in...
分类:编程语言   时间:2014-05-09 23:49:35    阅读次数:367
shell 函数 返回数组
分类:其他好文   时间:2014-05-09 21:34:37    阅读次数:329
linux关于bashrc与profile的区别(转)
bashrc与profile的区别要搞清bashrc与profile的区别,首先要弄明白什么是交互式shell和非交互式shell,什么是login shell 和non-login shell。交互式模式就是shell等待你的输入,并且执行你提交的命令。这种模式被称作交互式是因为shell与用户进...
分类:系统相关   时间:2014-05-09 19:32:47    阅读次数:474
关于SEO的浅谈
SEO是Search Engine Optimization的缩写,用英文描述是to use some technics to make your website in the top places in Search Engine when somebody is using Search Eng...
分类:其他好文   时间:2014-05-09 16:14:40    阅读次数:290
Shell 向函数传递 数组
分类:其他好文   时间:2014-05-09 14:18:47    阅读次数:202
Python入门教程--测试局域网中的电脑是否连通
假设我们有这么一项任务:简单测试局域网中的电脑是否连通.这些电脑的ip范围从192.168.0.101到192.168.0.200.       思路:用shell编程.(Linux通常是bash而Windows是批处理脚本).例如,在Windows上用ping ip 的命令依次测试各个机器并得到控制台输出.由于ping通的时候控制台文本通常是"Reply from ... "...
分类:编程语言   时间:2014-05-09 14:14:27    阅读次数:343
HTML <a href >标签的target属性
规定在何处打开链接文档。_blank 在新窗口中打开被链接文档_parent 在父框架集中打开被链接文档_self 默认。在相同的框架中打开被链接文档_top 在整个窗口中打开被链接文档framename 在指定的框架中打开被链接文档。
分类:Web程序   时间:2014-05-09 13:27:51    阅读次数:367
背景总重复会出现很多张一样的图片......
CSS里面background-repeat:no-repeat就不重复了<tdvalign="top"style="background-p_w_picpath:url(‘/user/mypage/live_1.jpg‘);height:29px;width:164px;background-repeat:no-repeat">
分类:其他好文   时间:2014-05-09 06:57:26    阅读次数:252
去链接的下划线
<pstyle="padding-left:35px;padding-top:6px;"><%=link_to(t(‘mypage.live_order_btn‘),{:action=>"course_order",:id=>course.id,:back_action=>params[:action]},:style=>"color:white;font-weight:bold;text-decoration:none;")%></p>text-d..
分类:其他好文   时间:2014-05-09 06:51:16    阅读次数:267
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!