|  |      1alexrezit      2013-04-24 18:18:23 +08:00  1 用一个 shared instance, 自己创建一个 queue. | 
|  |      2RoCry      2013-04-24 19:03:11 +08:00  1 dispatch_queue_t theQueue = dispatch_queue_create("com.rocry.someQueueName", DISPATCH_QUEUE_SERIAL); | 
|  |      3ytzong      2013-04-24 20:11:33 +08:00 via iPad 果断Fmdb的queue啊 | 
|  |      4yellowV2ex OP |