目录1、Apache Commons Pool2简介2、为什么要使用对象池3、Apache Commons Pool2的工作原理3.1. 对象池(ObjectPool)3.2. 池化对象(PooledObject)3.3. 对象工厂(PooledObjectFactory)4、对象的取用和回收4.1 对
the cakephp rest tutorial says that post data should be in $this->data, but I am finding that it is not, but instead inside $this->params[\'开发者_开发百科form\']