摘要:
protostuff反序列化空集合为null。 问题描述 有一个class A,含一个集合字段。创建对象时,如果集合字段赋值empty(不是null),那么反序列化后该字段变为null。 public class A { List<Object> lo; String name; } A a = n 阅读全文
摘要:
sysbench Sysbench is mainly intended for doing database benchmarking. However it includes options to test CPU, memory and file throughput as well. 安装 阅读全文