运行环境: 在本地的VirtualBox下运行的Ubuntu 14.04 LTS 0.
查看一下Server的IP地址 ifconfig 我的Server IP是192.168.0.108 1. 安装Nginx 首先更新 APT 包管理
,然后安装Nginx sudo apt-get updates...
分类:
数据库 时间:
2014-05-07 17:28:04
阅读次数:
489
卸载LDAP1、注销服务器到目录/ldap/iamldap/dscc6/bin下# ./dsccreg
remove-server -h 主机名 /ldap/iamldap/var/dscc6/dcc/iamEnter DSCC administrator’s
password:/ldap/iaml...
分类:
其他好文 时间:
2014-05-07 17:22:58
阅读次数:
363
http://@@http_server@@/cblr/links/CentOS-6.4-x86_64cobbler
cblr/svc四、配置文件 cobbler有许多的配置文件,但是只有少部分基本功能需要修改。 Settings File Modules
Configuration Cobbl.....
分类:
其他好文 时间:
2014-05-07 17:15:11
阅读次数:
326
ref
关键字使用参数按引用传递,而不是值,通过引用传递的效果是在方法中对参数的任何修改都会反映在调用方法
的基础参数中。引用参数的值与基础参数变量的值始终是一样的。1.若要使用 ref 参数,则方法定义和调用方法都必须显示使用 ref关键字2.传递到 ref
参数必须先初始化,这与out不同,ou...
分类:
其他好文 时间:
2014-05-07 14:09:21
阅读次数:
295
这一章是server端开始的第一章,有兴趣的朋友先去看一下hbase的架构图,我专门从网上弄下来的。
按照HMaster的run方法的注释,我们可以了解到它的启动过程会去做以下的动作。 * 阻塞直到变成ActiveMaster * 结束初始化操作 * 循环 *
停止服务并执行清理操作* H...
分类:
其他好文 时间:
2014-05-07 13:53:03
阅读次数:
432
Problem:Work out the first ten digits of the
sum of the following one-hundred 50-digit
numbers.3710728753390210279879799822083759024651013574025046376...
分类:
其他好文 时间:
2014-05-07 13:34:38
阅读次数:
299
USE DatabaseNameGOCREATE ROLE UserNameGOGRANT
EXECUTE TO UserNameGO
分类:
数据库 时间:
2014-05-07 10:54:50
阅读次数:
549
问题描述: 当Team Foundation Server(TFS
2010/2012/2013)与Project Server高可用性的环境集成时,必然会使用Project Server
(PWA)的DNS地址注册PWA站点(RegisterPWA),而不是使用Project Server的计算机...
分类:
其他好文 时间:
2014-05-07 01:41:56
阅读次数:
464
TFS 2010 配置的时候,提示TF255466错误Error [ System Checks ]
TF255466: The configuration process for Team Foundation Server cannot continue.
A previous update o...
分类:
其他好文 时间:
2014-05-07 00:15:11
阅读次数:
358
params,ref,out都是方法参数
首先类似这样的,传递的参数args添加了params修饰public void OpenWindow(params object[] args){ int
id=args[0]; Hashtable tab=(Hashtable)args[1];}publi...
分类:
其他好文 时间:
2014-05-07 00:03:52
阅读次数:
402