问题:通过eclipse来启动tomcat会碰到“访问http://localhost:8080出现404错误”这样的问题,需要在eclipse中进行一系列的设置才行。
解决:打开eclipse的server视图,双击你配置的那个tomcat,打开编辑窗口,查看server locations,.....
分类:
系统相关 时间:
2014-05-28 03:54:54
阅读次数:
353
外部链接虚拟机linux服务的时候,一直未连接,后来发现没有安装ssh导致以下是ssh安装步骤,具体过程请百度一下~//可检查是否安装root@kiwi-virtual-machine:~#
ssh localhostssh: connect to host localhost port 22:.....
分类:
系统相关 时间:
2014-05-26 17:13:19
阅读次数:
344
接上篇:http://www.cnblogs.com/antarctican/p/3748427.html(安装Mysql)下载PHP。
我选择了日本线路,比内地和台湾线路快得多。[root@localhost src]# wget -c
http://jp2.php.net/distributio...
分类:
Web程序 时间:
2014-05-26 17:04:15
阅读次数:
712
Several ports(8080,8009)required by Tomcat v6.0 Server at localhost are already in use.The server may already be running in another process, or a system process may be using the port, To start this server you will need to stop the other process or change t...
分类:
编程语言 时间:
2014-05-26 03:41:22
阅读次数:
364
CentOS命令登录MySQL时,报错ERROR 1045 (28000): Access
denied for user root@localhost (using password: NO)错误解决方法1、停用mysql服务:#
/etc/rc.d/init.d/mysqld stop2、输入命...
分类:
数据库 时间:
2014-05-26 01:58:12
阅读次数:
306
tomcat配置单向认证1、生成服务器端证书keytool -genkey -keyalg RSA
-dname "cn=localhost,ou=sango,o=none,l=china,st=beijing,c=cn" -alias server
-keypass password -keyst...
分类:
其他好文 时间:
2014-05-25 20:33:16
阅读次数:
257
今天,打开部署在本地IIS的项目发现出错了。报的错,跟没有连接网络一样的。我当时有点懵,过一会儿再静下心来,想想这是什么原因。
第一步,把所有部署的项目,都打开看了一下,方便找出对比。
发现,绑定了IP的项目都出现了这个问题,而另外一个没有任何绑定的,直接是使用本地localhost这个访问的,.....
分类:
其他好文 时间:
2014-05-25 15:03:32
阅读次数:
274
昨天同事在做主从时,从库报如下错误:Got fatal error 1236 from master when reading data from binary log: 'Misconfigured master - server id was not set'粗粗看好像是master的server-id没有设置,但同事做如下查询:备库采集:
root@localhost Fri May 23 ...
分类:
数据库 时间:
2014-05-25 09:57:24
阅读次数:
330
修改easyeclipseforPHP内部浏览器的localhost端口选择一个工程,Project->Properties,选中PHPProjectSettings,点击ConfigureWorkspaceSettings,即可修改localhost的端口号,默认修改workspace的配置,以后新建的工程也会使用修改后的端口。
分类:
Web程序 时间:
2014-05-24 15:54:15
阅读次数:
439
因为网页上还有其他内容,所以header("Content-type:image/jpeg");
位置已经被占用,验证码不能出现了,就会出现图像“http://localhost/**.php”因其本身有错,无法显示”那么,解决这个问题的最简单的办法就是,直接删除header("Content-ty...
分类:
Web程序 时间:
2014-05-24 10:29:56
阅读次数:
308