码迷,mamicode.com
首页 >  
搜索关键字:testing the catcher    ( 1060个结果
智能指针tr1::shared_ptr、boost::shared_ptr使用
对于tr1::shared_ptr在安装vs同时会自带安装,但是版本较低的不存在。而boost作为tr1的实现品,包含 “Algorithms Broken Compiler Workarounds Concurrent Programming Containers Correctness and Testing Data Structures Domain Specific Fu...
分类:其他好文   时间:2014-07-19 23:18:19    阅读次数:371
Linux终端:用cat命令查看不可见字符
时常,某个程序或软件并没有语法错误,并且你检查它的相关内容也确实没有发现问题。这是因为你用普通文本编辑器软件来查看的时候,有许多字符没有显示出来,但在终端使用cat命令可以很容易地检测出是否存在这些字符。 ~首先,我们创建一个简单的文本文件,写入一些特殊字符。打开终端,运行命令: printf 'testing\012\011\011testing\014\010\012more test...
分类:系统相关   时间:2014-07-19 02:16:15    阅读次数:339
Android Gradle Plugin指南(四)——测试
原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Testing 5、Testing(测试) 构建一个测试程序已经被集成到应用项目中,没有必要再专门建立一个测试项目。 5.1 Basics and Configuration(基本知识和配置) 正如前面所提到的,紧邻...
分类:移动开发   时间:2014-07-16 11:24:19    阅读次数:341
第1讲:The nature of Testing--测试的本质
*********声明:本系列课程为Cem Kanner的软件黑盒测试基础的笔记版************** What's A COMPUTER PROGRAM? Textbooks often define a "computer program" like this: A program is a set of instructions(指令) for a computer. Tha...
分类:其他好文   时间:2014-07-16 10:58:18    阅读次数:196
[android警告]AndroidManifest.xml警告 Not targeting the latest versions of Android
警告:Not targeting the latest versions of Android; compatibility modes apply.Consider testing and updating this version. Consult the android.os.Build.VE...
分类:移动开发   时间:2014-07-09 23:56:40    阅读次数:431
Baseline Testing 开源(基于Python插件式结构开发)
【其他】入职37.com后写的一个东西,为了检查下服务器的一些安全配置。数量太多,手工不靠谱。【OSCHINA开源社区地址】http://www.oschina.net/p/baseline-testing基于Linux的配置检查工具,采用插件式结构开发。开发语言使用的是python.开发者可以通过...
分类:编程语言   时间:2014-07-07 21:45:22    阅读次数:255
华为测试 字符串运用-密码截取
Catcher是MCA国的情报员,他工作时发现敌国会用一些对称的密码进行通信,比如像这些ABBA,ABA,A,123321,但是他们有时会在开始或结束时加入一些无关的字符以防止别国破解。比如进行下列变化 ABBA->12ABBA,ABA->ABAKK,123321->51233214 。因为截获的串太长了,而且存在多种可能的情况(abaaab可看作是aba,或baaab的加密形式),Cathcer...
分类:其他好文   时间:2014-07-05 23:01:59    阅读次数:224
spring解决"log4j:WARN No appenders could be found for logger"
1在src下面新建file名为log4j.properties内容如下:# Configure logging for testing: optionally with log filelog4j.rootLogger=WARN, stdout# log4j.rootLogger=WARN, std...
分类:移动开发   时间:2014-06-27 17:31:34    阅读次数:217
Penetration test
Contents1 History2 Standards and certification3 Tools3.1 Specialized OS distributions3.2 Software frameworks4 Automated testing tools5 See also6 Notes...
分类:Web程序   时间:2014-06-16 23:36:11    阅读次数:286
做了个Android的常用类库框架,希望能帮助大家
做了个Android的常用类库框架,希望能帮助大家。包括了View Injection,ORM,Asynchronous Http and Image,User scenario testing。等等 希望大家多提意见,谢谢。 同时还有TripleDes Utils,WebViewUtils,Md5Utils 之类的方便大家使用。 github的地址如下: https://gith...
分类:移动开发   时间:2014-06-16 22:14:01    阅读次数:273
1060条   上一页 1 ... 102 103 104 105 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!