---查看端口占用

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

 

相关文章:

  • 2021-06-26
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-11-28
猜你喜欢
  • 2021-05-08
  • 2021-08-21
  • 2022-02-14
相关资源
相似解决方案