码迷,mamicode.com
首页 >  
搜索关键字:operations manager    ( 8522个结果
linux常用命令的英文单词缩写
命令缩写:ls:list(列出目录内容)cd:Change Directory(改变目录)su:switch user切换用户rpm:redhat package manager红帽子打包管理器pwd:print work directory打印当前目录 显示出当前工作目录的绝对路径ps: proc...
分类:系统相关   时间:2014-06-26 22:15:58    阅读次数:460
How to delete expired archive log files using rman?
he following commands will helpful to delete the expired archive log files using Oracle Recovery Manager(RMAN).Connect to the Rman prompt and try the ...
分类:其他好文   时间:2014-06-26 20:20:52    阅读次数:262
SVN服务器搭建和使用(二)
上一篇介绍了VisualSVN Server和TortoiseSVN的下载,安装,汉化.这篇介绍一下如何使用VisualSVN Server建立版本库,以及TortoiseSVN的使用.首先打开VisualSVN Server Manager,如图:可以在窗口的右边看到版本库的一些信息,比如状态,日...
分类:其他好文   时间:2014-06-25 17:05:36    阅读次数:176
[LeetCode]LRU Cache有个问题,求大神解答
题目:Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the v...
分类:其他好文   时间:2014-06-25 14:12:42    阅读次数:214
Linux rpm 命令参数使用详解[介绍和应用]
RPM是RedHat Package Manager(RedHat软件包管理工具)类似Windows里面的“添加/删除程序” rpm 执行安装包 二进制包(Binary)以及源代码包(Source)两种。二进制包可以直接安装在计算机中,而源代码包将会由RPM自动编译、安装。源代码包经常以src.rp...
分类:系统相关   时间:2014-06-25 12:05:45    阅读次数:397
orcal数据库基本操作
1、连接   SQL*Plus system/manager   2、显示当前连接用户   SQL> show user   3、查看系统拥有哪些用户   SQL> select * from all_users;   4、新建用户并授权   SQL> create user a identified by a;(...
分类:数据库   时间:2014-06-25 07:33:46    阅读次数:365
[LeetCode]LRU Cache, 解题报告
题目 Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key...
分类:其他好文   时间:2014-06-24 22:45:43    阅读次数:202
CDH5上安装Hive,HBase,Impala,Spark等服务
Apache Hadoop的服务的部署比较繁琐,需要手工处理配置文件、下载依赖包等。Cloudera Manager以GUI的方式的管理CDH集群,提供向导式的安装步骤。由于需要对Hive,HBase,Impala,Spark进行功能测试,就采用了Cloudera Manager方式进行安装。本文讲解的是parcel安装方式。...
分类:其他好文   时间:2014-06-24 22:44:17    阅读次数:501
REPLICAT RORA_1保持 ABENDED状态,无法启动问题处理
REPLICAT  RORA_1保持 ABENDED状态,无法启动问题 GGSCI (gc1) 12> info all Program     Status      Group       Lag           Time Since Chkpt MANAGER     RUNNING                                            E...
分类:其他好文   时间:2014-06-24 17:37:19    阅读次数:305
LeetCode || LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set. get(key) - Get the value (will always be positive) of the key if ...
分类:其他好文   时间:2014-06-24 17:25:41    阅读次数:197
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!