码迷,mamicode.com
首页 >  
搜索关键字:shell top    ( 49118个结果
CentOS Linux Install Core Development
How do I install all developer tools such as GNU GCC C/C++ compilers, make and others, after installing CentOS from a shell prompt?you can following the nest line do ,install almost all development to...
分类:系统相关   时间:2014-06-07 01:23:47    阅读次数:317
定位JVM中占CPU较高的堆栈
疑问: 在linux中,使用top命令,发现某java进程占用CPU较高,如何定位到是那个线程,执行哪些代码导致的呢?...
分类:其他好文   时间:2014-06-05 11:58:50    阅读次数:197
CSS实现DIV水平居中和上下垂直居中
上下垂直居中 在线演示 DIVCSS5 #main { position: absolute; width:400px; height:200px; left:50%; top:50%; margin-left:-200px; margin-top:-100px; border:1px solid #00F } /*css注释:为了方便截图,对CSS代码进行换行*/ DI...
分类:Web程序   时间:2014-06-05 11:36:39    阅读次数:253
adb shell input的用法
最近做LCD模组的gamma自动化测试过程中用到了input命令,于是也来了解一下该命令的使用。在运行adb shell 后输入input后运行就会输出input的使用方法,如下: Usage: input [] [...] The sources are:       trackball       joystick       touchnavigation...
分类:数据库   时间:2014-06-05 10:55:38    阅读次数:274
chrome的ssh客户端插件-- secure shell
强大的chrome中的插件中实现的ssh客户端...
分类:其他好文   时间:2014-06-05 09:19:55    阅读次数:245
window.open()详解及浏览器兼容性问题
一、基本语法:window.open(pageURL,name,parameters)其中:pageURL 为子窗口路径name  为子窗口名字parameters 为窗口参数(各参数用逗号分隔)二、示例 window.open('page.html','newwindow','height=500,width=800,top=0,left=0, toolbar=no,menuba...
分类:Windows程序   时间:2014-06-05 07:37:48    阅读次数:403
LeetCode: Climbing Stairs [070]
【题目】 You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 【题意】 有个梯子有n阶,每次只能爬1阶或者2阶,为爬到梯子顶共有多少种爬法 【思路】 依次确定跳到每一阶上的爬法数目 这其实是一...
分类:其他好文   时间:2014-06-05 07:16:08    阅读次数:203
Ladda 应用提交表单的时候显示loading加载中 包括不同位置,不同效果
Ladda 应用提交表单的时候显示loading加载中 包括不同位置,不同效果 不同大小,位置,效果,进度条等演示 XML/HTML Codearticle class="examples" style="margin-top:0px;">  section class="button-demo">  h3>expand-lefth3>  button class="ladda-button" d...
分类:其他好文   时间:2014-06-05 06:46:10    阅读次数:367
shell编程教程or学习笔记
----------------------------------------------------hello world------------------------------------------- linux 创建如下文件 vim hello #! /bin/bash   //告诉Shell 使用哪个Shell 程序 #Display  a line    //#表示...
分类:其他好文   时间:2014-06-05 02:41:41    阅读次数:393
Adb shell获取root权限
在Adb shell中我们希望使用一些系统目录下的文件时候,常常痛苦于没有Root权限,系统会提示su: Permission Denied。 su不是每个手机都有的,没有的可以在这里下载:...
分类:数据库   时间:2014-06-05 01:01:58    阅读次数:493
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!