使用java.util.zip包将文件压缩成zip文件的Zipper类
上传时间: 2014-01-21
上传用户:redmoons
使用java.util.zip包将zip文件解压的类
上传时间: 2013-12-03
上传用户:小码农lz
转载 Java 2源码解读:java.util.ArrayList
上传时间: 2014-01-06
上传用户:xinyuzhiqiwuwu
运用java.util.zip包创建的一个生成ZIP压缩文件的基础类
上传时间: 2013-12-22
上传用户:rishian
根据java.util.zip包生成的关于GZ压缩文件的基础类。
上传时间: 2015-05-22
上传用户:kikye
This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask can only be scheduled on one Timer at a time, but * that this implementation does not enforce that constraint.
标签: TimerTask implements the class
上传时间: 2015-06-10
上传用户:无聊来刷下
Many applications use connection/object pool. A program may require a IMAP connection pool and LDAP connection pool. One could easily implement a IMAP connection pool, then take the existing code and implement a LDAP connection pool. The program grows, and now there is a need for a pool of threads. So just take the IMAP connection pool and convert that to a pool of threads (Copy, paste, find, replace????). Need to make some changes to the pool implementation? Not a very easy task, since the code has been duplicated in many places. Re-inventing source code is not an intelligent approach in an object oriented environment which encourages re-usability. It seems to make more sense to implement a pool that can contain any arbitrary type rather than duplicating code. How does one do that? The answer is to use type parameterization, more commonly referred to as templates.
标签: connection pool applications program
上传时间: 2013-12-25
上传用户:playboys0
自己写的一个字符替换的Util,支持正则表达式!
上传时间: 2014-01-09
上传用户:磊子226
支持IMAP/POP3协议的webmail源码,望大家仔细研究!
上传时间: 2015-07-19
上传用户:zhangyi99104144
这是用C编写IMAP源代码,C还有相关的RFC
上传时间: 2015-08-03
上传用户:6546544