文件操作 - sharedarea.py
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/doc/uwsgi-core/tests/sharedarea.py
编辑文件内容
import uwsgi uwsgi.sharedarea_writelong(173, 30) def application(e, sr): sr('200 Ok', [('Content-Type','text/html')]) uwsgi.sharedarea_write(17, e['REQUEST_URI']) uwsgi.sharedarea_inclong(173) uwsgi.sharedarea_inclong(173, 17) yield uwsgi.sharedarea_read(17, len(e['REQUEST_URI'])) yield "<br/>" yield str(uwsgi.sharedarea_readlong(173))
修改文件时间
将文件时间修改为当前时间的前一年
删除文件