Apache默认索引页面是index.html,修改成其他文件需要修改httpd.conf文件:## DirectoryIndex: sets the file that Apache will serve if a directory# is requested.# DirectoryInd...
分类:
Web程序 时间:
2015-05-19 12:29:03
阅读次数:
188
错误信息: 严重: StandardServer.await: create[localhost:18015]: java.net.BindException: Cannot assign requested address: JVM_Bind at java.net.DualStackP...
分类:
其他好文 时间:
2015-05-14 20:08:33
阅读次数:
131
装了apache后,访问出现The requested URL *** was not found on this server,查看了下/etc/httpd/conf/httpd.conf,发现原因:1.DocumentRoot指向错误,修改之(三处:apache2.conf、sites-avai...
分类:
Web程序 时间:
2015-05-13 16:20:42
阅读次数:
160
[root@localhost bin]# mysqlbinlog logbin.000002/*!40019 SET @@session.max_insert_delayed_threads=0*/;/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TY...
分类:
其他好文 时间:
2015-05-12 13:23:13
阅读次数:
126
报错信息:Not FoundThe requested URL /laravel5/public/home was not found on this server.解决方法:1、编辑apache中httpd.conf配置文件,去掉“#LoadModule rewrite_module module...
分类:
其他好文 时间:
2015-05-12 09:11:47
阅读次数:
147
今天发现 AngularJS 框架的$http服务提供的$http.get() /$http.post()的ajax请求中没有带 x-requested-with字段。这样的话,后端的php 就无法判断 接受的http请求是否是 ajax请求了。怎么办呢,显然就是给http 请求头中 加上这个字段就...
分类:
Web程序 时间:
2015-05-08 20:12:13
阅读次数:
120
ls Variable:NameValueDescription$?TRUEStatus of last command^argsSystem.Object[]ConfirmPreferenceHighDictates when confirmation should be requested. C...
分类:
系统相关 时间:
2015-05-08 19:59:49
阅读次数:
199
1.错误代码org.apache.subversion.javahl.ClientException: Illegal target for the requested operationsvn: Commit failed (details follow):svn: Cannot commit '...
分类:
其他好文 时间:
2015-05-06 12:41:07
阅读次数:
312
1、错误描述
WARN:2015-05-01 13:26:10[localhost-startStop-1] - HHH000402: Using Hibernate built-in connection pool (not for production use!)
WARN:2015-05-01 13:26:10[localhost-startStop-1] - Exception enco...
分类:
编程语言 时间:
2015-05-01 14:51:54
阅读次数:
558
git 请求github 之403 拒绝访问问题...
分类:
数据库 时间:
2015-04-29 17:18:52
阅读次数:
198