摘要: https://www.cnblogs.com/fengmk2/archive/2008/04/21/1163766.html 讲的真好 阅读全文
posted @ 2021-01-07 22:20 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要: https://www.cnpython.com/qa/68041 讲的相当不错 delayed(score_model) 相当于什么? 相当于score_model 因此,后边必须跟函数的参数 (data, n_test, cfg) dela... 阅读全文
posted @ 2021-01-07 22:17 bH1pJ 阅读(231) 评论(0) 推荐(0) 编辑
摘要: vars()['aaa']中的var()是什么用法 var()好像返回了内存中的所有变量 阅读全文
posted @ 2021-01-07 21:34 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 曲线的滚动播放; pyqtgraph Scrolling Plots # -*- coding: utf-8 -*- """ Various methods of drawing scrolling plots. """ import initExample ## Add path to libra 阅读全文
posted @ 2021-01-07 18:12 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-"""Various methods of drawing scrolling plots."""import initExample ## Add path to library (just for exampl... 阅读全文
posted @ 2021-01-07 18:13 bH1pJ 阅读(93) 评论(0) 推荐(0) 编辑
摘要: # -*- coding: utf-8 -*-"""This example demonstrates the use of pyqtgraph's dock widget system.The dockarea system allows the desig... 阅读全文
posted @ 2021-01-07 17:56 bH1pJ 阅读(47) 评论(0) 推荐(0) 编辑
摘要: python -m pyqtgraph.examples 阅读全文
posted @ 2021-01-07 17:53 bH1pJ 阅读(159) 评论(0) 推荐(0) 编辑
摘要: shift + f5 阅读全文
posted @ 2021-01-07 17:50 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: Ctrl+Enter 阅读全文
posted @ 2021-01-07 17:24 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑