码迷,mamicode.com
首页 >  
搜索关键字:operations manager、监控、active directory    ( 7510个结果
mongoDB 安装 启动 对文档的增删改操作
bat启动 mongodb collections的CRUD simple operations...
分类:数据库   时间:2014-10-15 10:45:10    阅读次数:191
Operations Manager 2012 R2 基础知识
1.OperationsManager的用途OperationsManager是MicrosoftSystemCenter2012R2的一个组件,也是一款帮助管理员从单一控制台中监视许多计算机的服务、设备和操作的软件。大小型企业通常依赖于其计算环境提供的服务和应用程序。IT部门负责确保这些关键服务和应用程序的性能和可用性..
分类:其他好文   时间:2014-10-14 04:51:48    阅读次数:226
leetcode - Edit Distance
Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.) You have the following 3 operations permitted on a word:...
分类:其他好文   时间:2014-10-13 20:08:07    阅读次数:188
[转]JDE910--jas.ini参数说明
配置 jas.ini 文件jas.ini 文件可以使用 Java? Application Server (JAS) 来提供 JDE 安装的配置。您必须针对特定于每个环境的 JDE 实例来配置 jas.ini 文件。jas.ini 位于以下目录中:JDE INSTALL DIRECTORY\Syst...
分类:其他好文   时间:2014-10-13 17:49:51    阅读次数:220
initramfs-tools ... update-initramfs: Generating /boot/initrd.img-3.14-kali1-amd64 mktemp: failed to create directory via template `/var/tmp/mki
Processing triggers for initramfs-tools ...update-initramfs: Generating /boot/initrd.img-3.14-kali1-amd64mktemp: failed to create directory via templa...
分类:其他好文   时间:2014-10-12 16:10:48    阅读次数:581
oracle LogMiner配置使用
一、安装LogMiner1、@D:\app\product\11.1.0\db_1\RDBMS\ADMIN\dbmslm.sql2、@D:\app\product\11.1.0\db_1\RDBMS\ADMIN\dbmslmd.sql二、配置LogMiner文件夹 CREATE DIRECTORY ...
分类:数据库   时间:2014-10-11 20:51:36    阅读次数:298
error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file
安装rac10g,出现如下错误: [root@rac2 oracle]# /u01/product/crs/root.sh WARNING: directory '/u01/product' is not owned by root Checking to see if Oracle CRS stack is already configured /etc/oracle does no...
分类:其他好文   时间:2014-10-11 17:29:05    阅读次数:241
[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 valu...
分类:系统相关   时间:2014-10-11 15:57:45    阅读次数:260
Condition Codes
CF:Carry Flag.The most recent operation generated a carry out of the most significant bit.Used to detect overflow for unsigned operations.ZF:Zero Flag...
分类:其他好文   时间:2014-10-11 11:28:15    阅读次数:158
LeetCode:LRU cache
题目:LRU cacheDesign and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations: get and set.get(key...
分类:系统相关   时间:2014-10-10 20:05:24    阅读次数:357
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!