工控机装的软件

摘要: ‌DBeaver‌是一个免费且开源的数据库管理工具,支持多种数据库系统。 Another Redis Desktop Manager(简称:RedisDesktopManager或RDM)是一个Redis数据库的可视化管理工具。它是一个跨平台的桌面应用程序,能够让用户更轻松地与Redis进行交互和管 阅读全文
posted @ 2025-03-16 20:47 无名高地 阅读(156) 评论(0) 推荐(0)

PLC学习——安装Inoproshop

摘要: 安装inoproshop过程中,安装了一些C++库 安装inoproshop过程中自动安装了CODESYS Gateway SysTray,不知道为什么 阅读全文
posted @ 2025-03-16 20:45 无名高地 阅读(110) 评论(0) 推荐(0)

dell笔记本安装mysql

摘要: https://blog.csdn.net/m0_52559040/article/details/121843945 没看到选路径,默认安到C盘了C:\Program Files\MySQL\MySQL Server 8.0\bin 更改myini,默认时区东八区 安装navicat16,安装包和 阅读全文
posted @ 2025-03-16 20:44 无名高地 阅读(20) 评论(0) 推荐(0)

python数据可视化实践

摘要: 使用plotly实现动态交互图表可视化 https://blog.csdn.net/Xw_Classmate/article/details/123391056 五国疫情数据ploty https://zhuanlan.zhihu.com/p/149025673 一个傻瓜式构建可视化 web的 Py 阅读全文
posted @ 2025-03-15 20:45 无名高地 阅读(33) 评论(0) 推荐(0)

anaconda创建pyqt5_env环境——下载包+配置Qt Designer、PyUIc、qrcTOpy

摘要: conda install 和 pip install 的关系 #检查当前添加的镜像 conda config --show channels #恢复默认镜像(删除之前添加的镜像) conda config --remove-key channels 镜像下载 pip install pandas 阅读全文
posted @ 2025-02-23 13:51 无名高地 阅读(335) 评论(0) 推荐(0)

anaconda是什么

摘要: https://www.bilibili.com/video/BV1AM4y1t7sF/?spm_id_from=333.337.search-card.all.click&vd_source=ecbebcd4db8fad7f74c518d13e78b165 annaconda是什么? 包下在bas 阅读全文
posted @ 2025-02-21 22:14 无名高地 阅读(72) 评论(0) 推荐(0)

装Pycharm和idea破解版

摘要: pycharm2020.3破解版 https://www.cnblogs.com/minyuan/p/14090328.html 【该方法不成功】 https://www.cnblogs.com/gqv2009/p/14304103.html 【pycharm2020.2这篇文章的激活方式不成功。】 阅读全文
posted @ 2025-02-13 12:42 无名高地 阅读(77) 评论(0) 推荐(0)

行过世纪张学良

摘要: 哈哈 张学良 & 唐德刚:张学良口述历史 (扫描版).pdf https://github.com/HarborLibrary/Chinese-History/blob/master/%E5%BC%A0%E5%AD%A6%E8%89%AF%20%26%20%E5%94%90%E5%BE%B7%E5% 阅读全文
posted @ 2025-01-26 22:57 无名高地 阅读(145) 评论(0) 推荐(0)

QtWidgets.QMessageBox,QtWidgets不是已经导入了吗?

摘要: 已经导入了 from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtCore import QDir #以下这样不可以,需要from PyQt5.QtWidgets import QMessageBox,为什么呢,不是已经导入 QtWidget 阅读全文
posted @ 2025-01-09 16:49 无名高地 阅读(32) 评论(0) 推荐(0)

PyQ5中findChild() 方法,为什么是none

摘要: 第一个代码是kimi生成的,调用findchild方法可以使用;第二个调用findchild是none,为什么? import sys from PyQt5.QtWidgets import QApplication, QMainWindow, QLineEdit class MainWindow( 阅读全文
posted @ 2025-01-09 16:41 无名高地 阅读(89) 评论(0) 推荐(0)