Network Consider a tree network with n nodes where the internal nodes correspond to servers and the terminal nodes correspond to clients. The nodes ar ...
分类:
Web程序 时间:
2016-10-28 03:34:18
阅读次数:
308
1. 更改servers 的端口号为 80 (默认 8080),此时就不用再输入 8080了。 2. 找到 C:\Windows\System32\drivers\etc 下的 hosts 文件,用记事本打开 在最后一行添加 :IP地址 你要定义的名字 (不要加 # ,# 号是注释,中间用 tab ...
分类:
系统相关 时间:
2016-10-21 08:11:10
阅读次数:
223
1、什么是cluster
一个cluster是由两个或是多个独立的、通过网络连接的servers组成的。几个硬件供应商多年以来提供了Cluster性能的各种需求。一些Clusters仅仅...
分类:
数据库 时间:
2016-10-19 11:40:09
阅读次数:
270
2. 安装 Kerberos2.1. 环境配置 安装kerberos前,要确保主机名可以被解析。 主机名 内网IP 角色 2.2 Configuring a Kerberos Server2.2.1 确保环境可用 确保所有的clients与servers之间的时间同步以及DNS正确解析2.2.2 选 ...
分类:
其他好文 时间:
2016-10-17 00:23:17
阅读次数:
428
在首先外部安装好tomcat,然后在eclipse配置Tomcat服务器: 选择要配置的tomcat版本: 选择tomcat的安装的路径,选择你安装的JRE: 到此tomcat服务器就算是配置好了,接下来要使用我们配置好的tomcat: 先打开Servers视图,在Show View里面如果没看见, ...
分类:
系统相关 时间:
2016-10-15 02:33:07
阅读次数:
243
以下两个是我在使用slf4j + logback时候日志提示的问题,问题不大,都是WARN,并不真正影响运行,但是结果可能不是你希望的结果。 <1> SLF4J: Found binding in [jar:file:/servers/storm-0.9.0.1/lib/logback-classi ...
分类:
其他好文 时间:
2016-10-14 20:26:14
阅读次数:
3055
Learn Docker A Container is to VM today, what VM was to Physical Servers a while ago. The workload seems to shifting towards containers, and fast! In ...
分类:
其他好文 时间:
2016-10-14 00:26:21
阅读次数:
245
web xml springMvc 注册添加 springMvc配置添加 maven添加 上传页面 下载页面 controller servers 上传列表实体 文件实体类 ...
分类:
编程语言 时间:
2016-10-11 21:12:19
阅读次数:
238
默认phpmyadmin空密码登录是被禁止的,如果想要phpmyadmin空密码允许登录,就需要修改配置文件phpmyadmin/libraries/config.default.php中的两个全局变量控制$cfg[‘Servers‘][$i][‘nopassword‘]=false;
$cfg[‘Servers‘][$i][‘AllowNoPassword‘]=false;将其中的false,改为true..
分类:
Web程序 时间:
2016-10-11 01:09:43
阅读次数:
258
第一步:开启Eclipse,选择“servers”选项卡,点击下方新建server的链接。 如果找不到“server”选项卡,可以使用以下方法: 选择window--> show View --> servers 。 第二步:选择新建server的类型和版本号。 点击“Finish”。 第三步:编辑 ...
分类:
系统相关 时间:
2016-09-24 10:39:41
阅读次数:
281