码迷,mamicode.com
首页 >  
搜索关键字:htop top ps dstat    ( 32841个结果
每次查询表中的一条数据,遍历整个表
declare @a intselect @a=20--COUNT(*) from SEC_SecureUser while(@a>0)beginselect top 1 suUserID,SUID from SEC_SecureUser where SUID not in(select top (...
分类:其他好文   时间:2014-05-09 09:58:20    阅读次数:261
linux运维故障
dmidecode-tprocessor|grepSocket(物理cpu个数) dmidecode|grepSize|grepMB|awk‘{a+=$2}END{printa}‘(物理内存大小MB) dmidecode|grepSize|grepMB|wc-l(物理内存个数) ps-eopid,lstart,etime|grep26871(进程运行时间) 26871ThuSep2617:08:55201300:19让Linux在终端支持..
分类:系统相关   时间:2014-05-09 07:09:18    阅读次数:442
背景总重复会出现很多张一样的图片......
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
最完整的PS快捷键大全(绝对经典)
快速恢复默认值 有些不擅长Photoshop的朋友为了调整出满意的效果真是几经周折,结果发现还是原来的默认效果最好,这下傻了眼,后悔不该当初呀!怎么恢复到默认值呀?试着轻轻点按选项栏上的工具图标,然后从上下文菜单中选取“复位工具”或者“复位所有工具”。1、 单独常用的快捷键。? ESC取...
分类:其他好文   时间:2014-05-09 04:21:27    阅读次数:374
[LeetCode][Java]Triangle@LeetCode
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:编程语言   时间:2014-05-08 18:31:51    阅读次数:399
jQuery 选择器
$(this).方法() - 当前元素,即调用这个方法的元素$("p").方法() - 注意:这里的p指的是jsp中所有的XXX$(".test").方法() - 所有 class="test" 的所有元素$("#test").方法() - id="test" 的元素 PS:如果有多个id="tes...
分类:Web程序   时间:2014-05-08 18:05:37    阅读次数:346
Js中 关于top、clientTop、scrollTop、offsetTop的用法
转自 :http://hi.baidu.com/taomin15201212/item/7b7d0f140d61af0f8ebde433网页可见区域宽:document.body.clientWidth;网页可见区域高:document.body.clientHeight;网页可见区域宽:docum...
分类:Web程序   时间:2014-05-08 17:50:42    阅读次数:430
ezgo添加拼音输入法
ezgo11(什么是ezgo)安装时语言可选择繁体中文、简体中文(目前简体中文支持太差,想加入翻译团队可以联系我们)。但是输入法只有台湾地区常用的几种注音输入法。因此,想要正常使用罗马拼音输入法,需要手动安装。ps:本人新手一枚,安装拼音输入法也是各种折腾。这里先介绍 fcitx(中文名为小企鹅输入...
分类:其他好文   时间:2014-05-08 08:39:45    阅读次数:423
hive 中 union all
hive 中的union all是不能在sql语句的第一层使用的,否则会报Top level UNION is not supported currently 错误;例如如下的方式:select id,name from user where type = 1union allselect id,n...
分类:其他好文   时间:2014-05-08 07:17:42    阅读次数:420
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!