httpd.conf配置错误如果apache的配置文件httpd.conf搞错了,在windows里启动它,会提示the requested operation has failed ,这是比较郁闷的事,因为查错要看个半天。其实可以用命令行模式启动apache,并带上参数,apache会提示你哪句有...
分类:
Web程序 时间:
2015-07-15 10:50:37
阅读次数:
567
1、通过PHP获取预定义变量中的XMLHttpRequest判读。 首先你必须使用jquery或Js发送ajax请求,通过jquery发送的$.ajax, $.get or $.post方法请求网页内容时,它会向服务器传递一个HTTP_X_REQUESTED_WITH的参数,这个参数的值是XMLHt...
分类:
Web程序 时间:
2015-07-13 20:09:29
阅读次数:
207
新项目开发环境搭建遇到的一个问题的排查(cannot assign requested address)...
分类:
其他好文 时间:
2015-07-13 14:04:52
阅读次数:
94
今天在用DicomFile.Open(Stream s)这个接口时,遇到一个异常: DicomIoException: Requested 132 bytes past end of fixed length stream.具体原因我们看下源码就很清楚:public bool Require(uint count, ByteSourceCallback callback, object s...
分类:
其他好文 时间:
2015-07-08 00:40:38
阅读次数:
207
解决Failed to allocate memory: 8昨天换了x64的Win7,发现在Eclipse上启动模拟器的时候存在问题,当设置的模拟器分辨率大于400×800的时候会出现Failed to allocate memory: 8This application has requested...
分类:
其他好文 时间:
2015-07-02 13:46:27
阅读次数:
115
1、loadView方法官方说明如下: You should never call this method directly. The view controller calls this method when its view property is requested but is curr....
分类:
移动开发 时间:
2015-07-01 20:36:26
阅读次数:
168
Technorati 标签: psexec,run as administrator,UAC java.io.IOException: Cannot run program "psexec.exe": CreateProcess error=740, The requested operation ...
分类:
编程语言 时间:
2015-06-30 23:27:00
阅读次数:
470
Cannot assign requested address 问题...
分类:
其他好文 时间:
2015-06-30 14:57:33
阅读次数:
119
1.No 'Access-Control-Allow-Origin' header is present on the requested最近在接html5的渠道,遇到了跨域的问题,使用 js 的 ajax post 或者get 方法,只要目标URL稍微有点不同,就会有跨域问题,浏览器会因为安全问题自动拦截。这个问题其实不是客户端能解决的,最好是目标URL的服务器代码是你可以控制的,最方便的解决方...
分类:
数据库 时间:
2015-06-30 13:00:00
阅读次数:
148
最近通过手机访问本地服务器时出现以下问题:Access forbidden!New XAMPP security concept:Access to the requested directory is only available from the local network.This setti...
分类:
其他好文 时间:
2015-06-27 21:26:32
阅读次数:
132