码迷,mamicode.com
首页 >  
搜索关键字:unit 7练习    ( 4539个结果
【单元测试】NUint使用详解及Visual Studio配置
阅读目录什么是单元测试?为什么使用单元测试?NUint使用详解:示例属性断言简单测试VS配置:External ToolsVisual Nunit 2010NUnit Test Adapter后记什么是单元测试? 单元测试(Unit Testing)是针对最小的可测试软件元素(单元)的,它所测试的....
分类:其他好文   时间:2014-05-15 14:29:12    阅读次数:618
[转载]线程池ThreadPoolExecutor使用简介
一、简介 线程池类为 java.util.concurrent.ThreadPoolExecutor,常用构造方法为:ThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit...
分类:编程语言   时间:2014-05-14 10:10:22    阅读次数:321
很久以前写的一个 ShareRestrictedSD 类
代码中一开始的 几个 USES 单元,可能是多余的。unit ShareRestrictedSD;interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Shlobj, ActiveX, Dia.....
分类:其他好文   时间:2014-05-13 18:48:38    阅读次数:347
Unit Conversion
Q1:SectorCount->>CapacitySectorCount*SectorSize=totalbytes2097152*512=1073741824/1024/1024/1024=1GBQ2:Capacity->>SectorCountConverttototalbytes/sectorsize=SectorCount1GB*1024*1024*1024(bytes)=1073741824/512=2097152
分类:其他好文   时间:2014-05-13 04:32:42    阅读次数:308
Unit Test for Android
根据Android Developer文档,对Android的UT做个学习总结:1. 搭建Eclipse测试环境。 Eclipse的ADT(Android Developer Tools) 插件为我们提供了通过GUI来创建、运行Android 测试用例的集成开发环境。 在Eclipse中,通过如.....
分类:移动开发   时间:2014-05-12 21:57:17    阅读次数:511
Delphi Inputbox 输入时显示‘*’
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;const InputboxMessage = WM_USER + ...
分类:其他好文   时间:2014-05-12 19:20:32    阅读次数:314
Delphi XE5 android 获取网络状态
unit Androidapi.JNI.Network;interfacefunction IsConnected: Boolean;function IsWiFiConnected: Boolean;function IsMobileConnected: Boolean;implementatio...
分类:移动开发   时间:2014-05-09 10:06:13    阅读次数:508
delphi xe6 让 ListView 在 Android 可回弹[根据龟山阿卍原创修改为xe6版本]
Delphi XE6找出 FMX.Platform.Android.pas 档案,并复制到自己的 Project 路径里,找到 GetScrollingBehaviour 函数,修改成如下:unit FMX.Platform.Android;function TPlatformAndroid.Get...
分类:移动开发   时间:2014-05-09 08:55:47    阅读次数:327
让窗体自适应屏幕
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V.....
分类:Windows程序   时间:2014-05-09 08:54:26    阅读次数:494
hdu 1217 Arbitrage Floyd||SPFA
转载请注明出处:http://acm.hdu.edu.cn/showproblem.php?pid=1217 Problem Description Arbitrage is the use of discrepancies in currency exchange rates to transform one unit of a currency into more than one u...
分类:其他好文   时间:2014-05-08 01:48:12    阅读次数:469
4539条   上一页 1 ... 451 452 453 454 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!