Java小型日志框架 minlog
- 授权协议: BSD
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://code.google.com/p/minlog/
- 软件文档: https://code.google.com/p/minlog/wiki/OverheadAndComparisons
软件介绍
顺手翻到OSChina关于日志的开源框架上面,正好想起来去年用KryoNet的时候他里面有一个很小的minilog日志的东西。确实很简单,但很够用。。。。。就像买电脑一样。够用就好,我不造航天飞机!!!!
示例代码:
import com.esotericsoftware.minlog.Log.*;
// ...
Log.info("Some message.");
Log.debug("Error reading file: " + file, ex);
Approximation Algorithms
Vijay V. Vazirani / Springer / 2001-07-02 / USD 54.95
'This book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and inte......一起来看看 《Approximation Algorithms》 这本书的介绍吧!
