一、SRM服务器端安装1.在SRM01服务器上,双击VMware-srm-5.1.0-941848.exe软件,开始安装SRM,选择“中文”2.选择“下一步”3.接受VMware专利4.同意“VMware最终用户许可协议”5.选择安装程序目标文件夹6.输入对于于SRM01的vCenter服务器的相关信息,如主机地址,用户名和密码7...
分类:
系统相关 时间:
2015-01-12 19:31:20
阅读次数:
253
1.通过vSphereClient客户端的SRM组件连接到本地站点的SRM服务器后,在右边的界面,选择“ConfigureConnection”,配置对端站点,输入DataCenter02站点的vCenter02的IP地址。2.验证对方站点(DataCenter02)的vCenter02的SSL证书3.输入vCenter02服务器的用户名和密码4.验证SSL证..
分类:
系统相关 时间:
2015-01-12 19:27:54
阅读次数:
360
凡是work order 里面含有VCAL 状态的(即做完差异计算之后), 在costing 里面都会看到target cost , 对于标准件 MTS ; 但是只有RESA OR 没有RESA 并且没有VCAL 的MTS 的 work order , 里面的target costs 是空的 。 1...
分类:
其他好文 时间:
2015-01-12 18:53:34
阅读次数:
164
用cloneNode方法克隆一个dom的时候,只会克隆原型链上的方法和属性,用户自定义属性,也就是OwnProperty不会被克隆。这个现象在firefox、chrome以及ie上表现均如此。例如,页面上有个class为target的dom,我query出来后给他保存一些数据var target=d...
分类:
其他好文 时间:
2015-01-12 16:08:04
阅读次数:
185
在实际的软件开发过程中,可能需要参考一下大神是怎么写的。因为常用Emacs 说下Emacs下查看linux内核源码的配置步骤。1、 生成TAGS文件目前最新的Kernel代码目录的Makefile里自带已经有生成TAGS的target了,进入源源代码根目录下,运行:$ make TAGS然后在当前目...
分类:
系统相关 时间:
2015-01-12 14:22:23
阅读次数:
244
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log
n).
If the target is not found in...
分类:
其他好文 时间:
2015-01-12 09:29:25
阅读次数:
119
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array.
...
分类:
其他好文 时间:
2015-01-12 09:27:17
阅读次数:
136
markdown的超链接加上target='_blank'
Markdown支持两种形式的链接语法:行内式和参考式两种形式。
不管是哪一种,链接文字都是用 [方括号] 来标记。
要建立一个行内式的链接,只要在方块括号后面紧接着圆括号并插入网址链接即可,
如果你还想要加上链接的title文字,只要在网址后面,用双引号把title文字包起来即可,例如:...
分类:
其他好文 时间:
2015-01-11 21:39:33
阅读次数:
1315
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order.
You may assume no duplicates in the array....
分类:
其他好文 时间:
2015-01-11 17:53:05
阅读次数:
140
Given a sorted array of integers, find the starting and ending position of a given target value.
Your algorithm's runtime complexity must be in the order of O(log n).
If the target is not found ...
分类:
其他好文 时间:
2015-01-11 17:51:10
阅读次数:
190