码迷,mamicode.com
首页 >  
搜索关键字:requested    ( 822个结果
更改Apache默认起始(索引)页面:DirectoryIndex
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
Tomcat:怪异的端口冲突
错误信息: 严重: 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
linux -- ubuntuserver 安装Apache后,默认路径和文件可重写
装了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
Got fatal error 1236 from master when reading data from binary log: 'Client requested master to start replication from impossible position'
[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
Laravel5路由/home页面无法访问
报错信息: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
js 中ajax请求时设置 http请求头中的x-requestd-with= ajax
今天发现 AngularJS 框架的$http服务提供的$http.get() /$http.post()的ajax请求中没有带 x-requested-with字段。这样的话,后端的php 就无法判断 接受的http请求是否是 ajax请求了。怎么办呢,显然就是给http 请求头中 加上这个字段就...
分类:Web程序   时间:2015-05-08 20:12:13    阅读次数:120
Powershell的内置变量
ls Variable:NameValueDescription$?TRUEStatus of last command^argsSystem.Object[]ConfirmPreferenceHighDictates when confirmation should be requested. C...
分类:系统相关   时间:2015-05-08 19:59:49    阅读次数:199
svn:重命名文件之后,不允许提交
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
Caused by: java.lang.ClassNotFoundException: Could not load requested class : org.h2.Driver
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
error: The requested URL returned error: 403 Forbidden while accessing https://github.com/blah/blahb
git 请求github 之403 拒绝访问问题...
分类:数据库   时间:2015-04-29 17:18:52    阅读次数:198
822条   上一页 1 ... 66 67 68 69 70 ... 83 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!