某次安全性测试过程中查出的XSS有13种:
1、>"'><img src="javascript:alert('XSS')">
2、>"'><img src=javascript:alert('XSS')>
...
- 添加新评论
- 阅读次数:
Enterprise Manager Database Control URL - (orcl) :
数据库配置文件已经安装到 E:\oracle\product\10.2.0,同时其他选定的安装组件也已经安装到 E:\oracle\product\10.2.0\db_1。
iSQL*Plus URL 为:
...
- 添加新评论
- 阅读次数:

就是红框圈出来的这个设置“启用第三方浏览器扩展”,某次在LR录制脚本的时候发现IE起不来,查了资料是发现这个地方被勾上,去掉后就可以正常的使用。
But,去掉这个选项后,一些插件就无法使用,特别是IE Developer Toolbar,很长一段时间,都无法使用,直到今天才发现,原来是这里因为LR录制脚本的时候去掉了,导致第三方的插件无法使用。这简直就是一场悲剧····
...
- 添加新评论
- 阅读次数:
『作者:RickyZhu 转载务必注明出处和作者』
软件产品的生命周期,我们经常说到Alpha测试,Beta测试(其实还有Gamma, Delta测试),软件发布的时候经常看到RC, RTM,这些究竟是如何界定的,发布阶段到底怎么划分的,我们今天就看看wiki的解释。
A software release is the distribution, whether public or private, of an initial or new and upgraded version of a computer software product. Each time a software program or system is changed, the software engineers and company doing the work decide on how to distribute the program or system, or changes to that program or system. Software patches are one method of distributing the changes, as are downloads and compact discs.
...
- 添加新评论
- 阅读次数:
Software testing is the process of checking software, to verify that it satisfies its requirements and to detect errors.
Software testing is an empirical investigation conducted to provide stakeholders with information about the quality of the product or service under test[1] , with respect to the context in which it is intended to operate. This includes, but is not limited to, the process of executing a program or application with the intent of finding software bugs.
...
- 添加新评论
- 阅读次数:
Kevin Spacey (born July 26, 1959) is an American actor and film director. He grew up in California, and began his career as a stage actor during the 1980s, before being cast in supporting roles in film and television. He gained critical acclaim in the early 1990s, culminating in his first Oscar for The Usual Suspects (Supporting), followed by a Best Actor Oscar win for American Beauty (1999). He has starred in many other Hollywood films including Se7en, Pay It Forward, L.A. Confidential, and as the villain Lex Luthor in Superman Returns. Since 2003, he has been artistic director of the Old Vic theatre in London.
...
- 添加新评论
- 阅读次数:
- 添加新评论
- 阅读次数:
参数化LoginName的属性是:
选择下一行:unique
更新值时间:Each iteration
当超出值时:continue with last value

...
- 添加新评论
- 阅读次数:
配字幕的人太有才了
多冷的隆冬 , 多冷的隆冬 , 多冷的隆冬 , 淡淡的。。
...
- 添加新评论
- 阅读次数:
int i=1;
int j;
j= (++i)+(++i)+(i++)+(i++)+(++i);
j=?
j=20,此时i=6
表达式有3个(++i),就是在进行操作前i已经加到了4,而两个(i++)是操作后才加上的,所以,最后的结果是5个4相加,为20。在做完操作后,因为两个(i++)的存在,使得i=6
- 添加新评论
- 阅读次数:



