码迷,mamicode.com
首页 >  
搜索关键字:shell top    ( 49118个结果
LeetCode:Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you maymove to adjacent numbers on the row below.For example, given the fol....
分类:其他好文   时间:2014-06-27 16:29:58    阅读次数:188
form 编译命令
11i: Form:f60gen $AU_TOP/forms/ZHT/GLXJEENT.fmb userid=apps/tpsadbm output_file=$GL_TOP/forms/ZHT/GLXJEENT.fmxf60gen $AU_TOPformsZHTXXWIPQ001N.fmb app...
分类:其他好文   时间:2014-06-27 16:17:45    阅读次数:305
android手机设备查看/data/data
打开cmd进入安卓 SDK的'Platform tools'输入'adb shell'suPress 'Allow' on device(必须已经root)chmod 777 /data /data/data /data/data/com.application.package(你的包名 也就是sr...
分类:移动开发   时间:2014-06-27 16:15:54    阅读次数:302
What are the differences between shell , console & terminal?
答案1:The shell is a typical Unix program. It reads commands from the standard input and prints something on the standard output. This is simple and goo...
分类:其他好文   时间:2014-06-27 16:12:37    阅读次数:260
Bash 快捷键
生活在 Bash shell 中,熟记以下快捷键,将极大的提高你的命令行操作效率。编辑命令Ctrl + a :移到命令行首Ctrl + e :移到命令行尾Ctrl + f :按字符前移(右向)Ctrl + b :按字符后移(左向)Alt + f :按单词前移(右向)Alt + b :按单词后移(左向...
分类:其他好文   时间:2014-06-27 15:08:30    阅读次数:139
邮件报警shell脚本
温馨提示 首先要安装postfix 或者 sendmail 等邮件服务器1.Apache#!/bin/bash#apache.shnc -w2 localhost 80 if[ $? -ne 0 ]then echo "apache is down,please check" | mail us.....
分类:其他好文   时间:2014-06-27 15:03:59    阅读次数:256
dede在内页调用全站文章列表
由于网站比较简单,就把文章列表抽象成导航栏,但在文章内页却掉不出全站文章列表。     经过探究发现自己在用arclist调用时少加了一个属性typeid='top',因为在列表页或者文章页调出来的是本栏目下的文章,这是系统固定好的,如果希望在列表页和文章页也调用全站的内容,需要加上 typeid='top'这个标签属性,typeid也可以指定特定的顶级栏目id。     所以要全站调用文章列...
分类:其他好文   时间:2014-06-27 08:25:51    阅读次数:201
查询分页-----强势top
查询分页:只是因为多了个top关键字,性能直线上升啊,很不理解啊!!!!...
分类:其他好文   时间:2014-06-27 08:04:35    阅读次数:193
shell 之 截取某段文件字
#!/bin/bashsed-n‘/01/,/02/p‘y.log>01.txtsed-n‘/02/,/03/p‘y.log>02.txtsed-n‘/03/,/04/p‘y.log>03.txt#截取y.log文件中从文字01到02之间的内容到文件01.txt中。下同。这个不是按行截取,而是跟据字的内容来截龋
分类:其他好文   时间:2014-06-27 07:01:07    阅读次数:130
Linux下Shell脚本输出带颜色文字
Linux下Shell脚本输出带颜色文字文本终端的颜色可以使用“ANSI非常规字符序列”来生成。举例:"echo-e\033[44;37;5mBLUE\033[0m""echo-e\033[44;37;5mBLUE\033[0mBLACK"需要修改的地方是红色带下划线的部分,其中[***m部分的内容换成下面的数字,后面的内容是自己想要上色的内..
分类:系统相关   时间:2014-06-27 06:37:51    阅读次数:429
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!