https://blog.csdn.net/weixin_30449239/article/details/101639188
https://blog.csdn.net/huguozhiengr/article/details/97111456
https://www.jianshu.com/p/53c72ae1446c
今天在做导入excel时服务器报502错误,看uwsgi日志显示uWSGI process 7388 got Segmentation Fault,错误详情如下:!!! uWSGI process 7388 got Segmentation Fault !!! *** backtrace of 7388 *** /usr/local/python3/bin/uwsgi(uwsgi_backt...
https://www.cnblogs.com/xie97/p/12092254.html
https://blog.csdn.net/t8116189520/article/details/81976755
#!/bin/sh NAME="uwsgi" if [ ! -n "$NAME" ];then echo "no arguments" exit; fi echo $NAME ID=`ps -ef | grep "$NAME" |grep $USER | grep -v "$0&quo...
使用Vue开发项目,每次打包都需要花费很长时间,有没有一种比较方便的方法能自动打包呢?Github的Actions功能就能解决这个问题,GitHub Actions 是 GitHub 的持续集成服务,于2018年10月推出。步骤如下:生成token首页依次点击settings -> Personal access tokens -> Generate new token 创建to...