首页
Python
Java
IOS
Andorid
NodeJS
JavaScript
HTML5
【
WordCount编码与测试
】的更多相关文章
WordCount编码和测试
WordCount编码和测试 项目地址:https://github.com/handsomesnail/WordCount PSP表格 PSP2.1 PSP阶段 预估耗时(分钟) 实际耗时(分钟) Planning 计划 20 10 Estimate 估计任务需要多少时间 20 10 Development 开发 150 140 Analysis 需求分析 10 10 Design Spec 生成设计文档 10 0 Design Review 设计复审 10 0 Coding Standard…
WordCount 编码与测试
word count github 项目地址:https://github.com/liuqiang666/wordCount PSP表格 PSP2.1 PSP阶段 预估耗时(小时) 实际耗时(小时) Planning 计划 0.5 0.5 Estimate 估计任务需要多少时间 0.5 0.5 Development 开发 2 2.5 Analysis 需求分析 0.5 0.5 Design Spec 生成设计文档 0.5 0 Design Re…
WordCount编码与测试
1. github项目地址:https://github.com/wwwwu/WordCount 2.PSP表格: PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 10 - · Estimate · 估计这个任务需要多少时间 700 800 Development 开发 600 700 · Analysis · 需求分析 (包括学习新技术) 60 50 · Design Spec · 生成设计文档 - - · Design Review…
软件质量与测试——WordCount编码实现及测试
1.GitHub地址 https://github.com/noblegongzi/WordCount 2.PSP表格 PSP2.1 PSP 阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 30 50 · Estimate · 估计这个任务需要多少时间 600 840 Development 开发 600 840 · Analysis · 需求分析 30 40 · Design Spec · 生成设计文档 20 30 · Design Review · 设计复审…
WordCount编码测试
Github项目地址:https://github.com/LantyrLYL/WordCount PSP表格: PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 10 5 · Estimate · 估计这个任务需要多少时间 10 5 Development 开发 925 955 · Analysis · 需求分析 (包括学习新技术) 60 60 · Design Spec · 生成设计文档 10 20 · Design Review · 设计复审 (和同…
软件测试第2周个人作业:WordCount编码测试
一.Github地址 https://github.com/zhouyubei/WordCount 二.PSP表格 PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 20 20 · Estimate · 估计这个任务需要多少时间 20 20 Development 开发 1天 1.5天 · Analysis · 需求分析 (包括学习新技术) 30 30 · Design Spec · 生成设计文档 - - · Design Review…
WordCount程序与测试
Github地址: https://github.com/hcy6668/wordCount PSP表格: PSP PSP阶段 预估耗时(分钟) 实际耗时(分钟) Planning 计划 60 40 Estimate 估计这个任务需要多少时间 480 985 Development 开发 180 240 Analysis 需求分析(包括学习新技术) 60 40 Design Spec 生成设计文档 30 30 Design Review 设计复审(和同事审核文档) 5 5 Coding Stan…
WordCountPro 编码与测试
WordCountPro github项目地址:https://github.com/handsomesnail/WordCountPro PSP表格 PSP2.1 PSP阶段 预估耗时(小时) 实际耗时(小时) Planning 计划 0.5 0.5 Estimate 估计任务需要多少时间 0.5 0.5 Development 开发 2 1.5 Analysis 需求分析 0.5 0.5 Design Spec 生成设计文档 0.5 0 Des…
WordCount程序及测试
Github地址:https://github.com/CG0317/WordCount PSP表: PSP2.1 PSP阶段 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 30 30 · Estimate · 估计这个任务需要多少时间 720 1200 Development 开发 360 600 · Analysis · 需求分析 (包括学习新技术) 30 120 · Design Spec · 生成设计文档 30 30 · Design Review…
mysql字符集编码乱码测试如下
创建三个表tb_latin1,tb_utf8,tb_gbk,编码分别为latin1/utf8/gbk “你好a”字符串编码如下GBK : %C4%E3 %BA%C3 %61UTF-8 : %E4%BD%A0 %E5%A5%BD %61 测试代码如下 <?php //fileencoding=gb2312 mysql_query("set names gbk"); mysql_query("insert into test.tb_latin values('gbk', '…