对于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
时常,某个程序或软件并没有语法错误,并且你检查它的相关内容也确实没有发现问题。这是因为你用普通文本编辑器软件来查看的时候,有许多字符没有显示出来,但在终端使用cat命令可以很容易地检测出是否存在这些字符。
~首先,我们创建一个简单的文本文件,写入一些特殊字符。打开终端,运行命令:
printf 'testing\012\011\011testing\014\010\012more test...
分类:
系统相关 时间:
2014-07-19 02:16:15
阅读次数:
339
原文地址: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
*********声明:本系列课程为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
警告: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
【其他】入职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
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
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的常用类库框架,希望能帮助大家。包括了View Injection,ORM,Asynchronous Http and Image,User scenario testing。等等
希望大家多提意见,谢谢。
同时还有TripleDes Utils,WebViewUtils,Md5Utils 之类的方便大家使用。
github的地址如下:
https://gith...
分类:
移动开发 时间:
2014-06-16 22:14:01
阅读次数:
273