最新文章列表

测试Angular应用的工具

参考https://docs.angularjs.org/guide/unit-testing Jasmine Jasmine is a behavior driven development framework for JavaScript that has become the most popular choice for testing Angular applications. Jasm ...
darrenzhu 评论(0) 有764人浏览 2016-03-02 10:17

watir

  gem update --system gem install watir   Successfully installed watir-5.0.0Installing ri documentation for commonwatir-4.0.0Installing ri documentation for websocket-1.2.1Installing ri documentat ...
michael_roshen 评论(0) 有281人浏览 2015-03-04 17:37

maven 之 cobertura 简单使用

1. 创建一个maven项目 2. 创建com.CoberturaStart.java package com; public class CoberturaStart { public void helloEveryone(){ System.out.println("================================================ ...
antlove 评论(0) 有874人浏览 2014-10-26 21:06

Hadoop(一):CentOS 安装hadoop

我的CSDN博客地址:http://blog.csdn.net/qidong7 为Hadoop集群安装SSH 一、验证是否安装了ssh [hadoop-user@brain /]# which ssh /usr/bin/ssh [hadoop-user@brain /]# which sshd /usr/sbin/sshd [hadoop-user@brain /]# which s ...
quasimodo_es 评论(0) 有1359人浏览 2013-06-01 12:45

JavaScript Unit Testing

Unit testing framework 1) Jasmine http://pivotal.github.io/jasmine/ 2) siesta http://www.bryntum.com/products/siesta/ Behavior-driven-development http://en.wikipedia.org/wiki/Behavior-driven_developme ...
darrenzhu 评论(0) 有933人浏览 2013-04-06 18:54

android中怎样适应多个屏幕

引用This is a virtual pixel unit that you would use when defining a layout’s UI in order to express the layout’s dimensions or position in a density-independent way. The density-independent pixel ...
dengyin2000 评论(0) 有1463人浏览 2012-07-27 10:47

如何提高代码质量

       本文是写给开发人员的建议,不会涉及很多QA方面的讨论。我觉得有三个方法可以提高软件质量,根据重要性和有效性一次为:Code Review, Refact ...
JackyCheng2007 评论(0) 有1158人浏览 2012-04-02 20:08

服务器的结构(1u,2u,3u)

U是一种表示服务器外部尺寸的单位,是unit的缩略语,详细的尺寸由作为业界团体的美国电子工业协会(EIA)所决定。 之所以要规定服务器的尺寸,是为了使服务器保持适当的尺寸以便放在铁质或铝质的机架上。机架上有固定服务器的螺孔,以便它能与服务器的螺孔对上号,再用螺丝加以固定好,以方便安装每一部服务器所需要的空间。 规定的尺寸是服务器的宽(48.26cm=19英寸)与高(4.445cm的倍数)。由 ...
fireDragonpzy 评论(0) 有798人浏览 2012-02-27 10:23

Ruby 1.9 Rspec 风格 Unit Test MiniTest::Spec介绍

MiniTest是1.9后加到ruby标准库里的。其中,有几个部分当在1.9中写 require 'test/unit'时,会兼容的把MiniTest:Unit载入,然而MiniTest::Unit只是增加了assertions 比较显著的部分是MiniTest::Spec和MiniTest::Mock,夜猪对此比较感冒,当然效果是比不了Rspec啦,比如before do还是不能支持before ...
夜鸣猪 评论(0) 有3821人浏览 2011-11-20 10:46

NetBeans 下使用 Test-unit gem not found, falling back to default test-unit

问题:NetBeans 6.9.1 下,使用 rake test下报 Test-unit gem not found, falling back to default test-unit 解决方法:tools -> options -> miscellaneous -> ruby  -> 把Test/Unit 上的勾去掉
njbble 评论(0) 有1488人浏览 2011-09-05 11:23

java 返回文件大小(带单位)

print sizes in human readable format (e.g., 1K 234M 2G)   java File.java类中的length()方法返回的文件长度是长以字节为单位,下面的方法是根据字节数格式化相应的其他单位(KB、MB、GB等)。   public static String getFormatSize(double size) { doubl ...
hhhk 评论(0) 有17681人浏览 2010-10-06 17:10

最近博客热门TAG

Java(141744) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54919) .net(54785) Web(54514) 工作(54118) Linux(50905) Oracle(49875) 应用服务器(43289) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37267) 数据结构(36424)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics