摘要: UUID 参考:https://blog.csdn.net/ITHHH777/article/details/104224781 UUID import uuidfor i in range(100): uid =uuid.uuid1() ... 阅读全文
posted @ 2020-06-26 22:39 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要: UUID 参考:https://blog.csdn.net/ITHHH777/article/details/104224781 UUID import uuidfor i in range(100): uid =uuid.uuid1() ... 阅读全文
posted @ 2020-06-26 22:39 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: python 如何保存字典变量 from sklearn.externals import joblibx = {}x['gynuyncvf'] = ["sdsdfsdfsdf",[1,2,3,4]]x['gyndsfdsuyncvf'] = ["sdsd... 阅读全文
posted @ 2020-06-26 22:30 bH1pJ 阅读(33) 评论(0) 推荐(0) 编辑
摘要: python 如何保存字典变量 from sklearn.externals import joblibx = {}x['gynuyncvf'] = ["sdsdfsdfsdf",[1,2,3,4]]x['gyndsfdsuyncvf'] = ["sdsd... 阅读全文
posted @ 2020-06-26 22:30 bH1pJ 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 暂时还没有找到 目前找到的解决方案是【字典】 阅读全文
posted @ 2020-06-26 22:19 bH1pJ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 暂时还没有找到 目前找到的解决方案是【字典】 阅读全文
posted @ 2020-06-26 22:19 bH1pJ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 【坑】想问怎么把qtreewidget的结构保存下来 这里有个解决方案: https://stackoverflow.com/questions/52100621/save-qtreewidget-item-and-restore-it-with-sele... 阅读全文
posted @ 2020-06-26 22:12 bH1pJ 阅读(33) 评论(0) 推荐(0) 编辑
摘要: 【坑】想问怎么把qtreewidget的结构保存下来 这里有个解决方案: https://stackoverflow.com/questions/52100621/save-qtreewidget-item-and-restore-it-with-sele... 阅读全文
posted @ 2020-06-26 22:12 bH1pJ 阅读(63) 评论(0) 推荐(0) 编辑
摘要: QtCore.QSettings()的东西存到哪了 存在注册表里了 阅读全文
posted @ 2020-06-26 22:05 bH1pJ 阅读(92) 评论(0) 推荐(0) 编辑
摘要: QtCore.QSettings()的东西存到哪了 存在注册表里了 阅读全文
posted @ 2020-06-26 22:05 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑