在 Exploratory Software Testig 一书中, James Whittaker在第二章中, 提到各种测试方法的不足:Defect Preventation从开发人员的角度来说, 他们希望藉由 design review, code review, static analysis...
分类:
其他好文 时间:
2014-09-22 11:59:12
阅读次数:
166
在 Exploratory Software Testig 一书中, James Whittaker在第二章中, 提到各种测试方法的不足: Defect Preventation 从开发人员的角度来说, 他们希望藉由 design review, code review, static analysis to...
分类:
其他好文 时间:
2014-09-22 10:50:32
阅读次数:
150
自从开发Asp.net程序以来,因为系统环境搭建迄今为止经历了痛苦的经历,每次耗时2-3天,重做系统,查看兼容等等。一、windows xp sp3这个我做成功一次,后来再用xp做系统,无论是ghost还是安装版,后来安装SqlServer2008R2和VS2010的时候,导致analysis Se...
分类:
数据库 时间:
2014-09-21 13:30:10
阅读次数:
302
Implement pow(x, n).Analysis:The most basic idea, x multiply itself n time and return. However, this strait forward approach got time excessed. O(n).N...
分类:
其他好文 时间:
2014-09-20 01:04:26
阅读次数:
207
作者:张克强 作者微博:张克强-敏捷307
在 《SonarQube4.4+Jenkins进行代码检查实例之一》 中介绍了不编译只检查的方式。在《SonarQube4.4+Jenkins进行代码检查实例之二》中介绍了编译并检查编译结果的方式。本文来介绍如何利用SonarQube来分析单元测试。最新推荐在分析插件是Jacoco。当然要进行单元测试,首先单元测试得到了书写,能够本地执行得到结果...
分类:
其他好文 时间:
2014-09-19 07:43:25
阅读次数:
255
续LR实战之Discuz开源论坛项目,之前一直是创建虚拟用户脚本(Virtual User Generator)和场景(Controller),现在,终于到了LoadRunner性能测试结果分析(Analysis)这部分了。LoadRunner结果分析图表功能中最重要图表分析之一,就是网页诊断细分图...
分类:
Web程序 时间:
2014-09-18 22:08:54
阅读次数:
201
原文:http://blog.codinglabs.org/articles/pca-tutorial.htmlPCA(Principal Component Analysis)是一种常用的数据分析方法。PCA通过线性变换将原始数据变换为一组各维度线性无关的表示,可用于提取数据的主要特征分量,常用于...
分类:
其他好文 时间:
2014-09-16 20:31:21
阅读次数:
297
excel2010提供了一些高级统计和分析引擎工具,缺省没有安装。如果你对excel的统计分析感兴趣,需要安装分析工具库。...
分类:
其他好文 时间:
2014-09-16 16:01:11
阅读次数:
322
Quick Start
Interactive Analysis with the Spark Shell
BasicsMore on RDD OperationsCaching
Standalone ApplicationsWhere to Go from Here
This tutorial provides a quick introduction to using Sp...
分类:
其他好文 时间:
2014-09-15 12:57:48
阅读次数:
258
http://deeplearning.stanford.edu/wiki/index.php/PCAPrincipal Components Analysis (PCA) is a dimensionality reduction algorithm that can be used to sig...
分类:
其他好文 时间:
2014-09-14 16:39:57
阅读次数:
357