摘要:
# 例子 import asyncio @asyncio.coroutine def wget(host): print ('wget %s....' % host) connect = asyncio.open_connection(host,80) reader,writer = yield f 阅读全文
posted @ 2018-07-31 18:23
素人渔芙2017
阅读(174)
评论(0)
推荐(0)
摘要:
#【【数据库】】'''MySQL是Web世界中使用最广泛的数据库服务器。SQLite的特点是轻量级、可嵌入,但不能承受高并发访问,适合桌面和移动应用。而MySQL是为服务器端设计的数据库,能承受高并发访问,同时占用的内存也远远大于SQLite。此外,MySQL内部有多种数据库引擎,最常用的引擎是支持 阅读全文
posted @ 2018-07-31 07:18
素人渔芙2017
阅读(251)
评论(0)
推荐(0)


浙公网安备 33010602011771号