摘要: matplotlib的中文配置 1.matplotlib添加中文的配置 workon py3_spider 2.卸载matplotlib pip3 uninstall matplotlib 3.重新安装 pip3 install matplotlib 4.打印python虚拟环境的matplotli 阅读全文
posted @ 2018-07-19 13:27 a615847095 阅读(231) 评论(0) 推荐(0)
摘要: coding:utf 8 python的评估特性 Boolean 表达式 a = [] b = 0 c = "" d = None _a = a or '没有数据' _b = b or '没有数据' _c = c or '没有数据' _d = d or '没有数据' print(_a, _b, _c 阅读全文
posted @ 2018-07-30 01:04 a615847095 阅读(105) 评论(0) 推荐(0)