Java
bitan1984
致力于大数据领域的应用研发,从海量的零散数据中提取信息,为用户创造价值。
对hadoop,hive,hbase,zookeeper等分布式架构有深入研究。
展开
-
ftp replycode summary
Reply code summary Here 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 · 232 阅读 · 0 评论 -
Service provider
Overview Files 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 · 274 阅读 · 0 评论 -
ipv6造成的死锁问题
Description For 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 · 1023 阅读 · 0 评论 -
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 · 1010 阅读 · 0 评论 -
JAVA 常用工具类(转)
StringUtils 这是象面包和奶油一样必须的通用语言库,这个实用工具类包括一些很早以前在String中未包含的重要方法。 [code="java"] StringUtils.isEmpty(null) && StringUtils.isEmpty(""); // true StringUtils.isBlank(" \n\t"); ...原创 2012-04-01 14:17:19 · 83 阅读 · 0 评论