上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 329 下一页
摘要: https://www.gaitubao.com/tools/pixel2cm.html 使用上述网站进行互换 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(108) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/zhengxu25689/article/details/87347700/ data = data.sample(n=1000,random_state=1) #随机抽取1000行 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(354) 评论(0) 推荐(0)
摘要: 坑 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(153) 评论(0) 推荐(0)
摘要: 坑 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(50) 评论(0) 推荐(0)
摘要: XSHEEL连接Linux虚拟机,访问22端口。为什么连过去的环境和VNC的环境不一致呢? 具体现象为: (1)XSHEEL连过去之后,连conda都没装呢; (2)python竟然是2.7版本; (3)用VNC连接过去之后,有conda指令,也有python... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(59) 评论(0) 推荐(0)
摘要: order by time desc 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(880) 评论(0) 推荐(0)
摘要: split 不是splite 服了,连这么简单的单词还拼错!!! 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(30) 评论(0) 推荐(0)
摘要: 问题清单: 1、中括号是什么意思? 方括号"["内是需要匹配的字符,花括号"{"内是指定匹配字符的数量。 圆括号“(“ 则是用来分组的。 如下: [] 中括号里边代表需要匹配的内容; 2、点代表什么含义? .代表单个任意字符。 *代表多个任意字符。 ()里边... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(97) 评论(0) 推荐(0)
摘要: 为pg软件添加快捷键 # 我想为软件添加一个快捷键self.shortcutAddRegion = QShortcut(QKeySequence('F9'), self)self.shortcutAddRegion.activated.connect(se... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(104) 评论(0) 推荐(0)
摘要: treeWidget修改列宽 如何支持动态修改? treewidget.header().setResizeMode(QtGui.QHeaderView.ResizeToContents)treewidget.header().setStretchLa... 阅读全文
posted @ 2022-03-20 21:38 bH1pJ 阅读(156) 评论(0) 推荐(0)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 329 下一页