码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
js正则匹配
var text = "testing: 1, 2, 3";var pattern = /\d+/g;pattern.test(text) //=>true :匹配成功text.search(pattern);//=> 9:首次匹配成功的位置(从0开始计数)text.match(pattern);/...
分类:Web程序   时间:2015-03-10 11:45:53    阅读次数:153
玩转单元测试之Testing Spring MVC Controllers
玩转单元测试之 Testing Spring MVC Controllers转载注明出处:http://www.cnblogs.com/wade-xu/p/4311657.htmlTheSpring MVC Test frameworkprovides first class JUnit suppo...
分类:编程语言   时间:2015-03-05 10:47:26    阅读次数:171
性能测试的分类
性能测试大体分为6类 1、负载测试(Load Testing) 负载测试是指在一定条件的软件、硬件及网络环境下,运行一种或多种业务,在不同虚拟用户数量的情况下,测试服务器的性能指标是否在用户的要求范围内,以此来确定系统所能承载的最大用户数、最大有效用户数一级不同用户数下的系统响应时间一服务器资源利用...
分类:其他好文   时间:2015-02-26 16:14:11    阅读次数:133
FDA Approves First Hepatitis B Viral Load Test on 2007
FDA Approves First Hepatitis B Viral Load TestAnother Roche first in TaqManreal-time PCR testing for the diagnostic labThe U.S. Food & Drug Administra...
分类:移动开发   时间:2015-02-16 23:31:07    阅读次数:462
Android 测试工具集02
User scenario testing for Android(功能性测试框架)Robotium is an Android test automation framework that has full support for native and hybrid applications. R...
分类:移动开发   时间:2015-02-12 21:17:44    阅读次数:329
Visual Studio Online Integrations-Testing
原文:http://www.visualstudio.com/zh-cn/explore/vso-integrations-directory-vs
分类:其他好文   时间:2015-02-12 10:34:53    阅读次数:122
Registering iOS Devices for Testing - 注册测试设备
http://support.smartbear.com/viewarticle/63764/Applications developed using the iOS Developer Program (not the iOS Developer Enterprise Program) can b...
分类:移动开发   时间:2015-02-10 22:58:03    阅读次数:289
机器学习基石——第5-6讲.Training versus Testing
本栏目(机器学习)下机器学习基石专题是个人对Coursera公开课机器学习基石(2014)的学习心得与笔记。所有内容均来自Coursera公开课Machine Learning Foundations中Hsuan-Tien Lin林轩田老师的讲解。(https://class.coursera.org/ntumlone-002/lecture) 第5讲-------Training vers...
分类:其他好文   时间:2015-02-04 14:45:53    阅读次数:175
DTAP street
一个网站程序的上线一般要经过开发[Development]测试[Testing]验收[Acceptance]生产[Production].所以又叫做DTAP street.对应有开发环境、测试环境、验收环境、生成环境。 开发环境:开发程序或者组建的系统,一般为程序猿的PC; 测试环境:...
分类:其他好文   时间:2015-02-03 01:52:40    阅读次数:180
sqlmap翻译之sqlmap介绍(一)
sqlmapsqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of ...
分类:数据库   时间:2015-02-02 22:57:47    阅读次数:284
1060条   上一页 1 ... 93 94 95 96 97 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!