为服务器生成证书“运行”控制台,进入%JAVA_HOME%/bin目录,使用如下命令进入目录:cd “c:\Program
Files\Java\jdk1.6.0_11\bin”
使用keytool为Tomcat生成证书,假定目标机器的域名是“localhost”,keystore文件存放在“D:\...
分类:
其他好文 时间:
2014-05-17 01:11:14
阅读次数:
273
1.新建 a.html iframe式ajax调用 2.新建 b.php<?php echo "
3.访问: http://localhost/a.html效果如图
分类:
其他好文 时间:
2014-05-16 08:48:27
阅读次数:
289
一。MYSQL安装。1.下载并安装mysql。安装过程中,需要设定root的密码。安装完毕后,从开始中点击mysql 5.5 command line
client,会让输入password,输入当时设定的password,即可开始使用mysql。2.创建bugs数据库及bugs@localhost...
在APACHE服务器上的访问方式上去除index.php下面我说下apache下,如何去掉URL里面的index.php例如:你原来的路径是:localhost/index.php/index改变后的路径是:localhost/index1.httpd.conf配置文件中加载了mod_rewrite...
分类:
Web程序 时间:
2014-05-16 05:12:22
阅读次数:
351
ERROR1045(28000):Accessdeniedforuser‘root‘@‘localhost‘(usingpassword:YES)解决:1、先停止mysql服务,命令如下:#/etc/init.d/mysqlstop2、重新启动服务,命令如下:#/etc/init.d/mysqlstop#mysqld_safe--user=mysql--skip-grant-tables--skip-networking&3、登入mysql..
分类:
数据库 时间:
2014-05-14 16:36:13
阅读次数:
368
检测浏览器是否支持WebSocket var WebSocketsExist = true;
try { var dummy = new WebSocket("ws://localhost:8989/test"); } catch (ex) { try
{ ...
分类:
Web程序 时间:
2014-05-14 09:29:12
阅读次数:
401
一般我们使用了scvutil命令自动生成了服务的客户端代理类:例如:svcutil
http://localhost:8000/?wsdl
/o:FirstServiceClient.cs命令中http://localhost:8000/?wsdl连接返回一个XML,该XML即为元数据:用以描述如何...
分类:
其他好文 时间:
2014-05-14 08:04:02
阅读次数:
425
今天用到图上验证码的功能,在网上找到ThinkPHP的以下代码: Public function verify(){
import('think.Image');
Image::buildImageVerify();
}添加到Controller中,通过地址“http://localhost/index.php/passport/index/verify”来访问,却提示以下错误:Cla...
分类:
Web程序 时间:
2014-05-13 14:43:19
阅读次数:
449
本篇介绍在linux主机上安装nagios,监控本机。实验环境:rhel5.6、nagios-3.2.3.tar.gz、nagios-plugins-1.4.15.tar.gz实验过程:本实验有个小捷径,就是先安装apache,然后解压nagios,将解压出的dosc文档拷贝到/var/www/html下,然后通过linux浏览器访问http://localhost/doc..
分类:
移动开发 时间:
2014-05-13 12:46:38
阅读次数:
385
在安装完ambari-server并配置之后,选定客户端进行指定安装的时候,发现总是遇到这一错误AmbariAgenthostcannotreachAmbariServer‘localhost:8080‘.
我看了一下错误日志发现在从ambari-server传送到客户端的setupAgent.py脚本的main函数中的参数设置老是不对,如下所示:156d..
分类:
其他好文 时间:
2014-05-13 00:58:06
阅读次数:
598