Author Archives: Jerry

About Jerry

What does is mean if I have a dream about a past girlfriend?

apache虚拟主机 配置 apache绑定域名 教程

Posted by Jerry in Knowledge | Leave a comment

今天一个朋友问我apache怎么绑定域名,我跟他说了一下,查apache官方文档很简单,但是他说,会者不难!那好吧,我写一个教程也方便他下次忘记了可以再来看一下。 Continue reading

JAVA转换人民币大写,财务处理JAVA转换金额人民币大写

Posted by Jerry in java | Leave a comment

java 转化金额成人民币大写通用方法工具类
// 每个数字对应的大写
private static final String[] num = { “零”, “壹”, “贰”, “叁”, “肆”, “伍”, “陆”,
“柒”, “捌”, “玖”, };
/**
* 处理金额的整数部分,返回”…圆整”
*
* @param integer
* @return String
* @throws Exception
*/ Continue reading

ubunut linux SVN server install and configration

Posted by Jerry in Knowledge | Leave a comment

一、SVN安装
1.安装包
$ sudo apt-get install subversion

2.添加svn管理用户及subversion组
$ sudo adduser svnuser
$ sudo addgroup subversion
$ sudo addgroup svnuser subversion Continue reading

You need to analyze the members in the component and the dependencies among them.

Posted by Jerry in Knowledge | Tagged | Leave a comment

You create an application by using Microsoft Visual Studio .NET 2008 and the .NET Framework 3.5.You plan to add an existing .NET component into the current application. The .NET component hasinsufficient documentation.The structure of the classes in the component must be analyzed before they are incorporated in theapplication.You need to analyze the members in the component and the dependencies among them.What should you do? Continue reading

Apache2.2.x + php5.x + mysql Install and configuration on windows

Posted by Jerry in Articale, php | Leave a comment

Apache2.2.x + php5.x + mysql Install and configuration on windows Continue reading