码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
Software Tset Lab1
一、实验要求 1.使用Eclipse安装Junit(4.12),Hamcrest(1.3) 2.使用Eclipse安装Eclemma 3.为三角形问题编写一个Java程序,并用Junit测试程序。 a)三角问题的描述: 函数三角形取三个整数a,b,c,它们是三角形边的长度; 计算三角形是等边,等腰或 ...
分类:其他好文   时间:2017-03-12 13:26:05    阅读次数:232
专题:DUILIB Win32 透明效果
Win32 透明效果相关基础知识Layered Windows 分层窗口。这是Windows2000开始引入的概念,重新定义了窗口的Hit Testing方法,以前都是把窗口按rectangle的方式裁剪,而把窗口加上WS_EX_LAYERED的Style后就可以根据窗口的形状和像素 值进行Hit ... ...
分类:Windows程序   时间:2017-03-12 11:17:37    阅读次数:2599
Android测试:从零开始1——简介
参考文档:https://developer.android.com/training/testing/start/index.html 测试分类 使用android studio进行测试,首先需要先了解android测试的分类,新建工程后,项目会默认包含两个测试目录: 1、本地单元测试(Local ...
分类:移动开发   时间:2017-03-11 23:04:26    阅读次数:191
SOFTWARE TESTING LAB 01
1.The brief description that you install junit, hamcrest and eclemma Junit和hamcrest直接从网上下载得到jar包,添加进项目的build PATH中;eclemma直接在eclipse中的Eclipse marketpl ...
分类:其他好文   时间:2017-03-11 19:42:41    阅读次数:192
ACM比赛辅导
一、输入输出练习 1.腾讯课堂,搜索acm,黄老师的视频 2.练习“C语言网”习题,1085-1092,掌握几种常见的输入输出写法。 二、浙大ACM刷题 1.1001,参考程序下载 2.1002, ...
分类:其他好文   时间:2017-03-08 19:23:38    阅读次数:111
安装apache 后,找不到服务,解决办法
如果是32位系统的话进入System32 类似。 如果出现以下提示(问题): Installing the apache2 service The apache2 service is successfully installed. Testing httpd.conf.... Errors rep ...
分类:Web程序   时间:2017-03-04 18:28:14    阅读次数:504
Jade教程
Jade 是一个高性能的模板引擎,它深受 Haml 影响,它是用 JavaScript 实现的,并且可以供 Node 使用。 如何写前端js代码 如何写前端js代码 请注意后面有个. 标签就是一个简单的单词: 标签就是一个简单的单词: 它会被转换为 <html></html> 标签也是可以有 id ...
分类:其他好文   时间:2017-03-01 13:55:49    阅读次数:387
Core Animation学习总结
目录: The Layer Beneath The Layer Tree(图层树)The Backing Image(寄宿层)Layer Geometry(图层几何学)Visual Eff...
分类:其他好文   时间:2017-02-28 10:47:08    阅读次数:313
Software Testing -- Homework 1
Requirements:Briefly describe an error from your past projects that you have recently completed or an error from other projects which impress you most ...
分类:其他好文   时间:2017-02-27 19:22:41    阅读次数:172
1060条   上一页 1 ... 63 64 65 66 67 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!