摘要:Classes are the building blocks of your java application. If these blocks are not strong, your building (i.e. application) is going to face the tough time in future. This essentially means that not so well-written can lead to very difficult situations when the application scope goes up or applicatio
阅读全文
02 2014 档案
摘要:转自: 本内容包含了Ant的历史简要介绍,Ant的功能以及Ant框架的介绍,并对下载安装使用Ant进行了示例介绍,同时通过一个Java程序讲解了Ant的基本使用方法。1.Ant简介:这里引用Ant帮助文档中对Ant的介绍: Apache Ant是一个基于Java的构建工具。从理论上讲,也是一种类似于Make的工具,只是去除了Make工具的缺点。既然已经有了make, gnumake, nmake, jam以及其他的构件工具,为什么还要Ant呢?因为Ant的早期开发者发现所有以上这些工具都或多或少的有一些局限性,使得在跨平台开发软件成为困难。类似于Make的工具都是传统的基于Shell的-...
阅读全文
摘要:测试种类很多很多,这些一直没有整理。1. the difference between software testing and Quality assurance:Q1. What is Software Testing?Ans. Operation of a system or application under controlled conditions and evaluating the results. The controlled conditions must include both normal and abnormal conditions. It is oriented
阅读全文
posted @ 2014-02-25 21:41
leqiangw
摘要:github入门一、先了解相比CVS\SVN优势:- 支持离线开发,离线Repository- 强大的分支功能,适合多个独立开发者协作- 速度快github 本地有仓库,储存着所有repository的历史;本地有缓冲区,指向你最近一次提交后的结果,改动一个文件,就是拿你改动的文件和缓冲区的文件进行 进行差异化比较。二、注册与安装1、注册 https://github.com/2、下载安装(https://help.github.com/articles/set-up-git)3、安装完成后,桌面出现两个图标4、登录5、在Git Shell中设定本地用户信息git config --glo..
阅读全文
摘要:环境:CentOS 6.0默认的yum是以网络来安装的,在没有网络或者网速不佳的情况下,通过yum来安装软件是意见非常痛苦的事情。其实对于CentOS DVD来说,里面提供的软件就足以满足我们的需要了,而且DVD里的软件版本都是稳定版,下载速度还快,对于学习CentOS来说,将CentOS DVD作为默认yum源可以大大提高学习效率。1、为DVD创建一个挂载目录[root@localhost ~]# mkdir /media/CentOS2、在Linux下挂载CentOS DVD(虚拟机挂载DVD不说了,应该都会)[root@localhost ~]# mount -t auto /dev/c
阅读全文
摘要:3.3.Install OpenJDK on Red Hat Enterprise LinuxIntroductionOpenJDK is one of many Java Development Kits (JDKs) supported in Red Hat Enterprise Linux for use with JBoss enterprise products. This task shows you how to install OpenJDK in Red Hat Enterprise Linux, and how to configure your system to use
阅读全文
摘要:Prevent /etc/resolv.conf from being blown away by RHEL/CentOS after customizingIf you are using RHEL 6.X it may be a surprise that editing the /etc/resolv.conf will result in your changes being deleted by the OS.This is because there is a process called NetworkManager that automatically creates /etc
阅读全文
摘要:1. 按照http://ostechnix.wordpress.com/2013/04/30/install-subversion-server-in-centos-6-4-rhel-6-4-scientific-linux-6-4/Orhttp://www.if-not-true-then-false.com/2010/install-svn-subversion-server-on-fedora-centos-red-hat-rhel/进行安装,基本上没有什么问题。注意事项:1)配置/etc/httpd/conf.d/subversion.conf的时候,注意location是什么,如下例
阅读全文
浙公网安备 33010602011771号