作者: q2019715

63 篇文章

wordpress的xmlrpc.php
使用wordpress建站的小伙伴记得把xmlrpc.php给限制下,这个接口也能被用于登录,可能会被暴力破解登录。
关于python pip使用镜像源
使用pip安装python的库,使用国内镜像源来加速 临时使用镜像源(以清华源为例子) pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple 长期配置 pip config set global.index-url https://pypi.tuna.tsinghua.edu.c…