码迷,mamicode.com
首页 >  
搜索关键字:commands    ( 1138个结果
Backup Optimization for SBT Backups With Redundancy Retention Policy
ocp 053703. Given below are RMAN commands to enable ba ckup optimization and set the retention policy:The USERS tablespace has never been backed up. Y...
分类:其他好文   时间:2014-06-28 21:01:00    阅读次数:307
Memcached Java Client with sample program--reference
In my previous post, I listed down most commontelnet commands for memcachedwith sample execution terminal logs. Today I want to discuss about the Memc...
分类:编程语言   时间:2014-06-28 17:26:15    阅读次数:323
if-then和if-then-else语句
1.使用if-then语句     结构化命令中,最基本的类型就是if-then语句。if-then语句有如下格式: if command then commands fi     如果你在使用其他编程语言的if-then语句,这种形式可能会让你有点困惑。在其他编程语言中,if语句之后的对象是一个等式来测试是TRUE还是FALSE值。如果该命令的退出状态码是0(该命令成功运行),位于...
分类:其他好文   时间:2014-06-25 08:49:26    阅读次数:263
oracle 11g 中 (oracle 10g) crsctl 的 替换命令
oracle 11g 中 (oracle 10g) crsctl 的 替换命令 Deprecated Command Replacement Commands crs_stat crsctl check cluster -all crsctl stat re...
分类:数据库   时间:2014-06-25 07:15:02    阅读次数:379
PowerDesigner中在生成的数据库脚本中用name列替换comment列作为字段描述的方法
1 PowerDesigner中在生成的数据库脚本中用name列替换comment列作为字段描述的方法如下,依次打开Tools -- Execute Commands -- Run Script,运行以下脚本:Option ExplicitValidationMode = TrueInteracti...
分类:数据库   时间:2014-06-20 21:08:25    阅读次数:324
设计模式 - 命令模式(command pattern) 多命令 详解
命令模式(command pattern) 多命令 详解本文地址: http://blog.csdn.net/caroline_wendy参考命令模式: http://blog.csdn.net/caroline_wendy/article/details/313799771. 多命令, 把未使用的命令, 初始化为空对象(NoCommand), 根据参数(slot), 选择输出命令./** *...
分类:其他好文   时间:2014-06-17 22:42:59    阅读次数:253
AWK
说明:awk被设计用于数据流,能够对列和行进行操作。而sed更多的是匹配,进行替换和删除。awk有很多内建的功能,比如数组,函数等。灵活性是awk的最大优势。awk的结构awk 'BEGIN{ print "start"}pattern { commands }END{ print "end"}'f...
分类:其他好文   时间:2014-06-17 21:20:05    阅读次数:202
kernel/printk.c
/** linux/kernel/printk.c** Copyright (C) 1991, 1992 Linus Torvalds** Modified to make sys_syslog() more flexible: added commands to* return the last ...
分类:其他好文   时间:2014-06-17 21:10:57    阅读次数:275
shell脚本编程之循环控制结
shell脚本编程之循环控制结构 循环控制之for循环      语法结构1          for  Variable  in List          do              commands          done      语法结构2          for  Variable  in List;do              commands  ...
分类:其他好文   时间:2014-06-16 19:49:18    阅读次数:218
MySQL常用命令大全
https://www.centos.bz/2011/07/mysql-frequently-used-commands/
分类:数据库   时间:2014-06-16 15:20:03    阅读次数:189
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!