上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页
摘要: 参考文档:https://pillow.readthedocs.io/en/latest/installation.html python3 -m pip install --upgrade pip C:\Python27\Scripts>pip install --upgrade pillow 阅读全文
posted @ 2021-09-12 01:37 也许明天 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 正确解决方式: 如果是在windows环境下安装的话那么可以直接下载一个安装程序来安装已经编译好的模块。比如去【http://www.codegood.com/downloads】下载。 https://www.cnblogs.com/franknihao/p/7267182.html 失败的解决案 阅读全文
posted @ 2021-08-30 23:10 也许明天 阅读(996) 评论(0) 推荐(0) 编辑
摘要: pip install --user --upgrade pip 出现问题一: SNIMissingWarning: An HTTPS request has been made, but the SNI (Server Name Indication) extension to TLS is no 阅读全文
posted @ 2021-08-30 22:28 也许明天 阅读(794) 评论(1) 推荐(0) 编辑
摘要: D:\phpstudy_pro\WWW\tp02.com>php think crud -t testlin sql CREATE TABLE `fa_category_info` ( `category_id` int(11) NOT NULL, `parent_id` int(11) NOT N 阅读全文
posted @ 2021-08-30 16:06 也许明天 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 第一篇 Python图片处理模块PIL(pillow) 本篇包含:一、Image类的属性:1、Format 2、Mode 3、Size 4、Palette 5、Info 二、类的函数:1、New 2、Open 3、Blend 4、Composite 5、Eval 6、Frombuffer 7、Fro 阅读全文
posted @ 2021-08-19 18:03 也许明天 阅读(1571) 评论(0) 推荐(0) 编辑
摘要: 备份 mysqldump -ujesoutletshop -pH6GMBd8jEBzxESNC --database jesoutletshop>nflstores.sql 还原 mysql -hhostname -uusername -ppassword databasename < backup 阅读全文
posted @ 2021-07-12 15:43 也许明天 阅读(555) 评论(0) 推荐(0) 编辑
摘要: 安装magento 出现 The URL "http://www.magento17.com/" is not accessible. Unable to read response, or response is empty 解决方法 All you have to do is to check 阅读全文
posted @ 2021-07-09 10:51 也许明天 阅读(116) 评论(0) 推荐(0) 编辑
摘要: magento 安装时 Database server does not support the InnoDB storage engine 的解决办法 打开app\code\core\Mage\Install\Model\Installer\Db\Mysql4.php文件,编辑supportEng 阅读全文
posted @ 2021-07-09 10:40 也许明天 阅读(80) 评论(0) 推荐(0) 编辑
摘要: 查看服务 /etc/init.d/bt restart /etc/init.d/mysqld status ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' /etc/in 阅读全文
posted @ 2021-07-07 14:38 也许明天 阅读(498) 评论(0) 推荐(0) 编辑
摘要: ps -ef|grep EasySwoole|grep -v grep|cut -c 9-15|xargs kill -9 一、执行以下命令 ps -ef|grep EasySwoole|grep -v grep|cut -c 9-15|xargs kill -9 管道符“|”用来隔开两个命令,管道 阅读全文
posted @ 2021-06-18 11:37 也许明天 阅读(201) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 36 下一页