
python
qq_26600237
.
展开
-
python json.dump写文件支持中文并带缩进排版
参考链接:https://blog.youkuaiyun.com/u014386899/article/details/102575547# -*- coding:utf-8 -*-import jsonjsonpath = 'test.txt'data = [('水果', ['apple', 'banana']), {'蔬菜': {'绿色': '菠菜'}} ]#data = json.dumps(data, indent=2) # indent 表示缩进wi.原创 2020-07-19 10:58:08 · 2795 阅读 · 0 评论 -
python float类型数据转换成科学计数法的形式
str = '{:e}'.format(1234.5678)print(str)输出:原创 2020-07-14 21:42:14 · 10260 阅读 · 1 评论 -
Error: one input ui-file must be specified
参考 https://www.cnblogs.com/future-dream/p/12127817.html 安装qyqt5报错:Error: one input ui-file must be specified一种方法不行那就再换一个帖子看看,看到有的博客写的是关于anaconda的,怀疑是不是用pycharm少了什么,又跑去安装anaconda折腾了很久。最后解决发现和是不是用anaconda无关,只是Arguments字段没填导致。Arguments: $FileNa...原创 2020-06-26 16:04:21 · 18404 阅读 · 9 评论