日期: 2022年5月19日
thumbnail

CentOS7安装uwsgi遇到的坑解决方法

安装uwsgi遇到报错,nstall --record /tmp/pip-dy632wim-record/install-record.txt --single-version-externally-managed --compile" failed with error co……
thumbnail
PHP

tp5数据库模糊搜索匹配出和给定域名一样的链接,但同时可匹配http和https

应用场景,从数据中匹配出和给定域名(如 www. mryxh.cn)一样的链接,但不考虑是http还是https但域名部分开头必须一样 查询规则如下 $where=[['domain' ,'l……
thumbnail

如何在virtualenv环境中安装指定的python版本

指定python版本:virtualenv   -p python执行文件路径     自定义虚拟环境名称。如果文件路径有空格,用引号。 如果不指定python版本,则默认使用环境变……
thumbnail

Centos7安装python3.7

由于python2和python3在很大程度上有些不同,因为需要,就以决定安装python3.x的版本,但由于Centos上自安装的就是pyhton2.6.所以在安装python3.7的时候,最……