---查看端口占用

netstat -ap | grep 8000

---重启nginx

sudo /usr/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
sudo nginx -s reload
Sudo service nginx restart
ps -ef | grep nginx

---编码转换

http://tool.chinaz.com/tools/unicode.aspx

05-07 12:43