Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 OpenERP 6.0 并为视频安装了 web_gallery 模块,但我无法上传超过 60MB 的视频文件。
我检查并更改了 server.time_out 并更改了 cherrypy 最大正文大小和标题大小,但仍然出现同样的问题。
错误是因为消息长度
self.sock.sendall('%8d%s%s' % (len(msg), exception and "1" or "0", msg))
如何解决这个问题?