AF解析json出错:
Error Domain=NSCocoaErrorDomain Code=3840 "The operation couldn’t be completed. (Cocoa error 3840.)"
(JSON text did not start with array or object and option to allow fragments not set....
分类:
其他好文 时间:
2014-07-22 23:04:13
阅读次数:
400
配置错误 不能在此路径中使用此配置节。如果在父级别上锁定了该节,便会出现这种情况。锁定是默认设置的
(overrideModeDefault="Deny"),或者是通过包含 overrideMode="Deny" 或旧有的
allowOverride="false" 的位置标记明确设置的。配置文件\...
分类:
Web程序 时间:
2014-05-12 10:23:53
阅读次数:
273
本节讲述PDSP监控的配置。
QMSS PDSP:The queue manager sub system contains two or eight packed data structure processors (PDSP) and associated hardware that allow autonomous QMSS-related tasks with interrupt not...
分类:
其他好文 时间:
2014-05-11 04:02:36
阅读次数:
507
首先需要保证PC与手机在同一局域网内或有独立公网IP, 以下以在同一局域网为例(保证手机能访问到这台PC机器):
1. PC端配置
1). 安装Fiddler
2). 开启Fiddler以下功能:
1).allow romote computer to connect.
2).decrypt https traffic
3).ignore server...
分类:
其他好文 时间:
2014-05-10 03:25:39
阅读次数:
380
tcp_wrappers是linux的一种安全机制,可以对本身服务的做一些安全限制,它的的实现方式是配置/etc/hosts.allow和/etc/hosts.deny这两个文件下面我一起学习tcp_wrappers如何判断服务是否支持tcp_wrappers安全机制呢?只要服务调用了libwrap.so.0这个动态链接库就表示支持查看方..
分类:
移动开发 时间:
2014-05-09 21:18:39
阅读次数:
401
1.Python Extension Packages for Windows - Christoph
Gohlkehttp://www.lfd.uci.edu/~gohlke/pythonlibs/下载Python插件非常方便2.http://pypi.v2ex.com/simple/?allow...
分类:
编程语言 时间:
2014-05-09 19:04:43
阅读次数:
275
【failed to get the task for process问题】A: Why am
I getting "Error launching remote program: failed to get the task for process"
when debugging an iPhon...
分类:
其他好文 时间:
2014-05-08 18:10:58
阅读次数:
326
问题: 403 Access DeniedYou are not authorized to view
this page.If you have already configured the Manager application to allow access
and you have used...
分类:
数据库 时间:
2014-05-08 09:12:05
阅读次数:
570
【apache配置禁止访问】
1. 禁止访问某些文件/目录
增加Files选项来控制,比如要不允许访问 .inc 扩展名的文件,保护php类库:
Order allow,deny
Deny from all
禁止访问某些指定的目录:(可以用 来进行正则匹配)
Order allow,deny
Deny from all
通...
分类:
其他好文 时间:
2014-04-29 13:16:22
阅读次数:
289