Warning: exec() has been disabled for security reasons in…… 2013-08-06 枫叶 刚安装完wordpress主题,报这个错误。错误如下:Warning: exec() has been disabled for security reasons in /var/www/wwwroot/name.php on line 2中文意思:警告: /var/www/wwwroot/n...
Python 标准库 urllib2 的使用说明 2013-08-06 枫叶 Python 标准库中有很多实用的工具类,但是在具体使用时,标准库文档上对使用细节描述的并不清楚,比如 urllib2 这个 HTTP 客户端库。这里总结了一些 urllib2 的使用细节。 Proxy 的设置 Timeout 设置 在 HTTP Request 中加入特定的 Heade...