vcenter appliance是一个vmware配置好的基于suse系统的vcenter的all in one式的虚拟机,比安装基于windows的vcenter服务省事多了,所以我选择部署vCenter Appliance(简称vcapp)。经过多次实验,步骤和注意事项如下:一、部署OVF模版...
分类:
移动开发 时间:
2014-07-10 12:27:39
阅读次数:
307
src_dir=$(pwd)/All_hdst_dir=$(pwd)/Alldiff_dir=$(pwd)/diffif [ ! -d $diff_dir ]then mkdir $diff_dirfifor src_full_entry in $src_dir/*do src_cat_entry=...
分类:
其他好文 时间:
2014-07-10 10:07:49
阅读次数:
241
Through years of experiment, we have created the new generation of crushers with different series. These crushers can all be successfully used in the ...
分类:
其他好文 时间:
2014-07-10 10:00:41
阅读次数:
231
为了实现以下的功能(按钮之间的切换效果):简短的代码如下://// RootViewController.m// BUG//// Copyright (c) 2014年 Y.X. All rights reserved.//#import "RootViewController.h"@inte...
分类:
其他好文 时间:
2014-07-07 23:38:06
阅读次数:
277
第一步:首先找到桌面上的然后找到钥匙串点开它看到这个页面就会生成一个证书,这个证书是用来上传到苹果开发者上用的。第二部:把手机插在电脑上,然后在iTunes上找到手机点击他有个UDID点击右键拷贝到Devies里的All里的右上角有个+号,点击进去这里的name可以随便写,UDID就把刚刚拷贝过来的...
分类:
其他好文 时间:
2014-07-07 20:10:20
阅读次数:
216
Problem Description:Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equ...
分类:
其他好文 时间:
2014-07-07 19:03:39
阅读次数:
165
1 // 2 // ZFViewController.m 3 // 0628-表单验证 4 // 5 // Created by zfan on 14-6-28. 6 // Copyright (c) 2014年 zfan. All rights reserved. 7 // 8 9 #...
分类:
移动开发 时间:
2014-07-07 18:38:55
阅读次数:
236
获取INET4与INET6的信息参考书籍:本人封装的源码://// IPAddressInfo.h// YXNETWORK//// http://www.cnblogs.com/YouXianMing///// Copyright (c) 2014年 Y.X. All rights rese...
分类:
Web程序 时间:
2014-06-30 14:22:36
阅读次数:
278
Given an absolute path for a file (Unix-style), simplify it.For example,path="/home/", =>"/home"path="/a/./b/../../c/", =>"/c"click to show corner cas...
分类:
其他好文 时间:
2014-06-30 12:05:08
阅读次数:
269
def new # @foo = Foo.new @foos = Foo.find(:all,:conditions=>["project_id = #{@project.id}"]) @foolist = @foos.map do |f| { :id => f.id...
分类:
其他好文 时间:
2014-06-29 20:19:48
阅读次数:
437