打包时报如下错误:Export aborted because fatal lint errors
were found. These are listed in the Lint View. Either fix these before running
Export again,or turn ...
分类:
移动开发 时间:
2014-06-29 13:01:46
阅读次数:
364
Reserved space (invalid address) is protected against abnormal access. Reads from invalid address return garbage; writes to invalid address are blocked. Access to reserved space can generate exception...
分类:
其他好文 时间:
2014-06-20 11:58:31
阅读次数:
260
根据开发反馈,最近每天早上7:30应用会报警,应用的日志显示数据库连接池满了,新的连接被拒绝。
首先,我做了ASH报告(报告区间:7:25 ~ 7:35),从ASH的等待事件发现enq: TX - row lock contention居然高达76.54%,如下所示:
Top User Events
Event
Event Class
% Even...
分类:
数据库 时间:
2014-06-07 13:52:50
阅读次数:
308
.Net3.5的WCF服务在IIS7中发布后,在IE中访问.svc文件出现以下错误:HTTP 错误
404.17 - Not Found请求的内容似乎是脚本,因而将无法由静态文件处理程序来处理。 后来发现在II7的WCF服务网站中中*.svc文件已经被.Net
Framework4.0的处理程序as...
分类:
其他好文 时间:
2014-06-07 09:47:55
阅读次数:
202
设置Run-time Settings ,network speed ,use bandwidth为
512;回放脚本没有报错,5个并发运行场景报如下错误:vuser_init.c(12): Error: Socket descriptor not
found.Hint: the problem m...
分类:
其他好文 时间:
2014-06-06 14:49:03
阅读次数:
404
Lesson 1Pumas are large, cat-like animals which
are found in America. When reports came into London Zoo that a wild puma had
been spotted forty-five m...
分类:
其他好文 时间:
2014-06-06 14:08:51
阅读次数:
210
1、其实匹配扩展中,还有需要加-m引用模块的显示扩展,默认是隐含扩展,不要使用
-m状态检测的包过滤-m state --state {NEW,ESTATBLISHED,INVALID,RELATED} 指定检测那种状态-m
multiport 指定多端口号 --sport --dport --p....
分类:
系统相关 时间:
2014-06-06 07:50:37
阅读次数:
466
由于项目的软件版本会逐渐递增,原来的测试脚本在新版本上执行的时候会出现错误1.“The
"App(1.0.1.0)-T(0.0.0." Dialog object was not found in the Object
Repository.”错误2.“Cannot identify the obj...
分类:
其他好文 时间:
2014-06-06 07:28:11
阅读次数:
227
一、防止表单的重复提交 1、在表单中加入标签 2、在动作类中加入token的拦截器
3、增加一个名称为invalid.token的结果视图 /success.jspjsp页面中 1 2 3 姓名 4 5 年龄...
分类:
其他好文 时间:
2014-06-05 15:42:55
阅读次数:
197
在编写xcode的项目的时候出现过代码不高亮的症状,而且所有的warning都不再提示,include的内容也显示symbol not
found,非常奇怪,解决方案如下:方法一:1.把.pch里的内容全部注释掉2.clean掉项目里的内容3.把.pch里的注释去掉,编译。4.代码高亮,语法提示功能...
分类:
其他好文 时间:
2014-06-05 15:02:54
阅读次数:
304