fanjindong

Results 12 comments of fanjindong

http://blog.fanjindong.com 感谢

@oranagra [dump.rdb.zip](https://github.com/sripathikrishnan/redis-rdb-tools/files/1687971/dump.rdb.zip) Think you

@rudyryk peewee_async.py + 843 ``` async def cursor_async(self): """Acquire async cursor. """ await self.connect_async(loop=self._loop) if self.transaction_depth_async() > 0: conn = self.transaction_conn_async() else: conn = None try: return (await self._async_conn.cursor(conn=conn)) except:...

Yes, so in a short period of time, it caused tens of thousands of mistakes. Scared me to death. Minimum expected behavior: Wrong single mysql request does not affect requests...

goodbye, we have given up peewee-async

梦幻西游真好玩,我还要继续充钱

@cyung-aa @kootenpv can not be solved! ``` ... --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () 1 with yagmail.SMTP(user='[email protected]',password='Blm.123',host='smtp.exmail.qq.com',port=465) as yag: ----> 2 resp=yag.send('[email protected]', 'python.yagmail',contents) 3 print(resp) /usr/local/python3/lib/python3.6/site-packages/yagmail/sender.py in...