摘要:http://www.cnblogs.com/SunShineYPH/archive/2011/12/13/2285570.html BAT常用命令 1、@ 它的作用是隐藏它后面这一行的命令本身(只能影响当前行)。 2、echo 中文为“反馈”、“回显”的意思。它其实是一个开关命令,就是说它只有两种
阅读全文
摘要:sourceanalyzer -b my_buildid -scan -f xxx.fpr -b 取一个build的ID号,通常以这个项目名称加扫描时间为buildID-Xmx 指定JVM使用的最大内存数,这个SCA的JVM使用得-clean 清除之前的转换的NST, 一般于-b一起使用,在项目转换
阅读全文
摘要:http://weibo.com/1197161814/Dk7JDtz45?from=page_1035051197161814_profile&wvr=6&mod=weibotime&type=comment http://blog.csdn.net/fangaoxin/article/detai
阅读全文
摘要:http://www.runoob.com/php/php-cookies.html http://www.mahaixiang.cn/seoyjy/189.html http://www.4oa.com/Article/html/6/34/496/2005/17981.html http://ww
阅读全文
摘要:https://www.mediawiki.org/wiki/Help:Images/zh https://www.mediawiki.org/wiki/Manual_talk:Image_administration 下面是我装完mediawiki的设置,版本是1.14。等我熟悉wiki后,以后这
阅读全文
摘要:丰富的场景 现在应该可以把在第一部分学习到的所有知识一起使用了。我们还要解释一些cucumber的高级概念,使用一个例子来解释会更加容易。在这个部分,很多时候会混淆开发者和测试者之间的概念。你如果是一个测试,不要担心:我们使用的ruby代码刚开始是非常简单的。随着不断地深入,你会非常了解它是如何工作
阅读全文
摘要:1. cucumber的命令行选项 首先查看命令行选项。和其它命令行工具一样,cucumber提供了—help选项。下面是cucumber帮助的一个缩减版本: $ cucumber --help -r, --require LIBRARY|DIR Require files before execu
阅读全文
摘要:https://www.owasp.org/index.php/OWASP_Testing_Guide_v4_Table_of_Contents Username Enumeration Vulnerabilities Wed, 04 Apr 2007 09:34:18 GMT We all kno
阅读全文
摘要:http://grepcode.com/faq http://www.devalot.com/articles/2008/09/ruby-singleton http://www8.hp.com/us/en/software-solutions/application-security/ https
阅读全文
摘要:1.* I open the IE browser # features/step_definitions/Common/Common.rb:2 Open IE Browser Unexpected error launching Internet Explorer. Browser zoom le
阅读全文
摘要:http://localhost:8080/
阅读全文
摘要:http://www.ibm.com/developerworks/library/a-automating-ria/ Cucumber is a testing framework that helps to bridge the gap between software developers a
阅读全文