码迷,mamicode.com
首页 >  
搜索关键字:information quality    ( 3638个结果
自说自话:一些产品测试经验
蝉小队做产品的就6个人,2只产品汪,3个工程师,1个UI设计师。没有QA。至今为止发了5款App,故障率很低,几乎没出现过需要紧急修复的重要bug。说说我们做测试的经验吧。 1、 一定要写测试用例。 一定要写测试用例。 一定要写测试用例。 相关名称解释: QC:Quality Control,品质控制,产品的质量检验,发现质量问题后的分析、改善和不合格品控制相关...
分类:其他好文   时间:2015-05-22 09:44:10    阅读次数:138
News of the Weird: Testers Are Your Friends
News of the Weird: Testers Are Your FriendsBurk HufnagelWHETHER THEY CALL THEMSELVES Quality Assurance or Quality Con- trol, many programmers call them Trouble. In my experience, programmers often have...
分类:其他好文   时间:2015-05-22 09:39:09    阅读次数:125
POJ 2371 Questions and answers
Time Limit: 1000MSMemory Limit: 65536KTotal Submissions: 10646Accepted: 5645DescriptionThe database of the Pentagon contains a top-secret information....
分类:其他好文   时间:2015-05-22 09:28:23    阅读次数:95
InstallShield 12 制作安装包
目 录一、 InstallShield安装... 2二、 InstallShield 破解... 2三、 制作安装包... 2(一) 打开project... 2(二) project助手页面... 31、Application Information:程序信息... 42、Installation...
分类:其他好文   时间:2015-05-21 10:41:01    阅读次数:160
C++强制类型转换操作符 dynamic_cast
dynamic_cast是四个强制类型转换操作符中最特殊的一个,它支持运行时识别指针或引用。>>>>>>>>>>>编译器的RTTI设置>>>>>>>>>>>dynamic_cast提供RTTI(Run-Time Type Information),也就是运行时类型识别。它对编译器有要求,需要编译器启...
分类:编程语言   时间:2015-05-20 22:10:54    阅读次数:180
Log4j或者Logback的NDC和MDC功能
log4j用于存储上下文信息(context information)的两个重要的类NDC(Nested Diagnostic Context)和MDC(Mapped Diagnositc Context). NDC采用栈的机制存储上下文,是线程独立的,子线程会从父线程拷贝上下文。 开始调...
分类:其他好文   时间:2015-05-20 20:47:37    阅读次数:5218
redis 性能监控和排查
1. INFOinfo指令返回服务器相关信息,包括:server: General information about the Redis serverclients: Client connections sectionmemory: Memory consumption related inf....
分类:其他好文   时间:2015-05-20 18:18:12    阅读次数:159
LeetCode "House Robber II"
A high quality DP problem to work on. It is not an merely educational DP, it is subtle.Basic ideas: 1. Run original DP twice, 1st with num[0] selecte....
分类:其他好文   时间:2015-05-20 13:09:06    阅读次数:115
CakeDC(cakephp company)Git workflow--适合于较大团队大型项目开发
CakeDC Git workflow是一个项目开发和版本发布的工作流,在这个工作流程中开发和版本发布周期是基于几个关键阶段(key phases):Development:所有活跃的开发活动都由里程碑驱动,在这个阶段的产出是很不稳定的代码基线QA:Quality assurance testing...
分类:Web程序   时间:2015-05-20 00:21:52    阅读次数:282
10 Quality Free Flat Icon Sets for Your Designs
SubscribeIt’s clear that flat design has gained great popularity in recent years. This is hardly surprising asflat designbrings quite a few artistic a...
分类:其他好文   时间:2015-05-19 18:52:55    阅读次数:350
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!