mrzhangboss
mrzhangboss
由于还没有合并,而且只支持python2,所以要使用的话,得 ``` pip install mysql-replication git fetch origin pull/13/head:local_file_parse git co local_file_parse ``` 使用方法 `python2 bin2sql.py -h127.0.0.1 -P3306 -uadmin -p'admin' -dtest -t test3 test4 --f='mysql-bin.000002'`
If you try delete `self.mmm` and collect the garbage, it's ok ``` def testFatherChange(self): # gc.collect() self.doOtherThing() del self.mmm gc.collect() factory = CommonModelFactory(default_db_url=DBU, use_foreign_key=False) d3 = {'new': "aa"} m3 =...
Maybe not use XML, I think.Try another good database display framework is ok.
Thank you for your answer but I add `limit_per_host` to `connector = TCPConnector(limit=20, limit_per_host=20)`, it still not reuse all the alive connection in connection pool. Here my out put in...
Thank you but this is equalliy use limt=1, I want use TCPConnctor with mult TCP connections in connection pool and reuse them. I find that if I add a `asyncio.Semaphore`...