- 博客(9)
- 资源 (1)
- 收藏
- 关注
原创 linux 命令
远程复制:scp -Pport source targetscp -P10022 aaa ./ssh 登录:ssh user@host -pportssh hadoop@localhost -p1111ssh 实现机器跳转: ssh -f -N -L localport:targethost:targethostport user@transferHost 配置系统中所用软件的...
2012-07-18 11:05:33
128
原创 ipv6造成的死锁问题
DescriptionFor sites using only IPv4, you may find better performance and simplicity in configuring the environment to use only IPv4, wherever possible. This wiki page provides guidance on forcing a...
2012-07-18 10:59:39
1055
原创 Service provider
OverviewFiles in the META-INF/services directory are service provider configuration files. A service is a well-known set of interfaces and (usually abstract) classes. A service provider is a specifi...
2012-07-18 10:58:20
288
原创 ftp replycode summary
Reply code summaryHere is an overview of the most important reply codes that will be displayed by the FTP Protocol. These triple-digit codes indicate a positive response, a successful operation, a p...
2012-05-24 13:43:06
250
原创 vim 格式化xml
# .vimrcau FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/nullgg=G 格式化
2012-04-18 12:56:06
194
原创 VI 基本命令
进入vi的命令 vi filename :打开或新建文件,并将光标置于第一行首 vi +n filename :打开文件,并将光标置于第n行首 vi + filename :打开文件,并将光标置于最后一行首 vi +/pattern filename:打开文件,并将光标置于第一个与pattern匹配的串处 vi -r filename :在上次正用...
2012-04-13 16:54:40
99
原创 JAVA 常用工具类(转)
StringUtils 这是象面包和奶油一样必须的通用语言库,这个实用工具类包括一些很早以前在String中未包含的重要方法。 [code="java"]StringUtils.isEmpty(null) && StringUtils.isEmpty(""); // true StringUtils.isBlank(" \n\t"); ...
2012-04-01 14:17:19
96
原创 Java 对象加密解密
[code="java"]import java.io.*; import javax.crypto.*; import java.security.*; class A implements Serializable { private String a; public Str...
2012-03-31 13:22:25
1021
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人