django中出現 錯誤 Errno 10053django
pycharm裏出現下面錯誤
File "C:\Python27\lib\socket.py", line 307, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053]socket
搜索了一下相關文章,說網上沒有解決這個問題的解決方案,通常是由於開發環境是單線程的,能夠不用理會,項目開發了這麼久第一次遇到也是惟一一次遇到,不是常常出現,暫時無論他了.net
參考線程
https://blog.csdn.net/jianhong1990/article/details/8891911
https://blog.csdn.net/becivells/article/details/52932773
https://blog.csdn.net/frankwangzy1103/article/details/7087580blog