随笔分类 -  io

摘要:https://docs.python.org/zh-cn/3/library/asyncio-dev.html#running-blocking-code 阅读全文
posted @ 2020-01-20 17:23 papering 阅读(352) 评论(0) 推荐(0)
摘要:https://zh.wikipedia.org/wiki/Microsoft_Windows的訊息迴圈 微软视窗操作系统是以事件驱动做为程序设计的基础。程序的线程会从操作系统获取消息。应用程序会不断循环调用GetMessage函数(或是PeekMessage函数)来接收这些消息,这个循环称之为“事 阅读全文
posted @ 2020-01-11 18:14 papering 阅读(670) 评论(0) 推荐(0)
摘要:socket数 阅读全文
posted @ 2019-12-22 00:15 papering 阅读(216) 评论(0) 推荐(0)
摘要:patchUpload.vue?5e29:406 Uncaught (in promise) DOMException: Failed to execute 'readAsArrayBuffer' on 'FileReader': The object is already busy reading 阅读全文
posted @ 2019-12-20 15:40 papering 阅读(2743) 评论(0) 推荐(0)
摘要:Asynchronous method in while loop https://stackoverflow.com/questions/43064719/javascript-asynchronous-method-in-while-loop let taskPool = new Promise 阅读全文
posted @ 2019-12-19 19:58 papering 阅读(393) 评论(0) 推荐(0)