摘要:
今天Linux服务器出问题了,使用"tab"补全命令时,提示 bash: cannot create temp file for here-document: No space left on device 使用df -h查看硬盘根目录容量已经满了。 命令top查看cpu及内存 高占用率的前几个进程 阅读全文
摘要:
>>> from requests import put, get >>> put('http://localhost:5000/todo1', data={'data': 'Remember the milk'}).json() {u'todo1': u'Remember the milk'} > 阅读全文