12 2020 档案

python 使用DBUtils, ModuleNotFoundError: No module named 'DBUtils'
摘要:执行时提示没有DBUtils模块 pip install DBUtils 显示已经安装,再执行还是提示没有DBUtils模块 ModuleNotFoundError: No module named 'DBUtils pip list 发现版本是2.0 重新安装低版本 pip install DBU 阅读全文

posted @ 2020-12-09 14:56 coding-farmer 阅读(1251) 评论(0) 推荐(0)

php8编译安装
摘要:wget https://www.php.net/distributions/php-8.0.0.tar.gz tar zxvf php-8.0.0.tar.gz cd php-8.0.0 ./configure --prefix=/usr/local/php --with-config-file- 阅读全文

posted @ 2020-12-01 15:16 coding-farmer 阅读(1683) 评论(0) 推荐(0)

导航