码迷,mamicode.com
首页 >  
搜索关键字:unit test    ( 37884个结果
maven使用入门(pom)
mvn clean complie mvn clean test mvn clean package mvn clean install(该任务将该项目输出的jar安装到了Maven本地仓库中) 各个命令是递进执行的,执行test会先 执行complie,执行package会先执行test,依次类推...
分类:其他好文   时间:2014-05-06 00:45:11    阅读次数:425
Java数组与列表转换的java.lang.ClassCastException
Exception in thread "main" java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to [Ljava.lang.Integer; at com.bupt.acm.test.TestArrayList...
分类:编程语言   时间:2014-05-06 00:43:46    阅读次数:509
c3p0xml配置详解
3 30 1000 false Test false 100 null false 60 3 60 15 100 3 root password select id from test where id=1 300 false true root false con_test 30000 30 .....
分类:其他好文   时间:2014-05-06 00:31:10    阅读次数:258
22 GridView 02
GridView 一种是直接用simpleAdapt,另一种是自己写一个myAdapt 继承baseAdapt.这里是第二个例子。http://fonter.iteye.com/blog/781403package com.grid.test;import java.util.ArrayList;i...
分类:其他好文   时间:2014-05-05 23:56:59    阅读次数:357
VHDL TestBench 测试终止时自动结束仿真——assert方法
可在结束仿真位置添加如下代码:assert false report "Simulation is finished!" severity Failure;则在Modelsim run -all下自动终止并打印"Simulation is finished!"。
分类:其他好文   时间:2014-05-05 23:41:00    阅读次数:1045
定时器(了解)
// Test.cpp : 定义控制台应用程序的入口点。//#include "../I_Timer.H"#include void onTimer1(){ std::cout createTimer();#if 1 auto myTimer1 = /*Timer::createTime...
分类:其他好文   时间:2014-05-05 23:28:48    阅读次数:341
oj 1031 random permutation
Problem A: Random PermutationsTime Limit: 1 SecMemory Limit: 128 MB Submit: 91Solved: 54Description随机排列生成算法 (运行a.exe输出数字的个数,运行a.exe test时输出为一次随机的排列)In...
分类:其他好文   时间:2014-05-05 23:03:04    阅读次数:341
Creating a Unity Game for Windows 8
原地址:http://www.davebost.com/2013/08/30/creating-a-unity-game-for-windows-8Therecent release of Unity 4.2brings with it full-support for deploying Unit...
分类:Windows程序   时间:2014-05-05 22:12:34    阅读次数:861
查看物体A是否被相机B渲染
using UnityEngine;using System.Collections;public class Test : MonoBehaviour { public GameObject anObject ; private Camera cam ; private Plan...
分类:其他好文   时间:2014-05-05 22:00:12    阅读次数:357
codechef Enormous Input Test 快速读入数据 fread
本题就是测试读入数据的速度的。 如果有大量的数据读入,使用cin是很慢的。 那么使用scanf那么会快很多,但是如果数据量更大的话那么就还是不够快了。 所以这里使用fread。 首先开一个buffer,然后使用fread大块大块地读入数据就可以非常快地读入了。 题目如下: Input The input begins with two positive...
分类:其他好文   时间:2014-05-03 16:13:21    阅读次数:340
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!