
pyqt
wowocpp
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
python 代码调试技术(记录)
python 代码调试技术(记录)Python支持许多调试工具:winpdbpydevpydbpdbgdbpyDebug调试和分析在Python开发中发挥着重要作用。 调试器可帮助程序员分析完整的代码。 调试器设置断点,而剖析器运行我们的代码,并给我们执行时间的详细信息。 分析器将识别程序中的瓶颈。我们将了解pdb Python调试器,cProfile模块和timeit模块来计算Python代码的执行时间。viztracer:VizTracer是一个低开销的日志记录调试概要分析工具,可以跟原创 2021-05-15 09:34:58 · 277 阅读 · 0 评论 -
铁乐学Python_Day34_Socket模块2和黏包现象
铁乐学Python_Day34_Socket模块2和黏包现象套接字套接字是计算机网络数据结构,它体现了C/S结构中"通信端点"的概念。在任何类型的通信开始之前,网络应用程序必須创建套接字。可以将它们比作成电话插孔,没有它将无法进行通信。套接字最初是为同一主机上的应用程序所创建,使得主机上运行的一个程序(又名一个进程)与另一个运行的程序进行通信。这就是所谓的进程间通信(Inter Process Communication, IPC)。有两种类型的套接字:基于文件的和面向网络的。基于文件 AF原创 2020-10-23 16:19:44 · 194 阅读 · 1 评论 -
qt 开发visual studio 2017和 qt creator 配合使用
qt 5.13.0qt creator 4.9.1编译一遍visual studio 2017 中的环境配置下载地址:https://download.qt.io/development_releases/vsaddin/使用 visual studio 2017 打开 qt creator 创建的.pro文件原创 2020-10-19 10:29:56 · 1391 阅读 · 1 评论 -
qt 与 visual studio 2015 遇到问题
(1)右键计算机 -> 属性 -> 高级系统设置 -> 高级 -> 环境变量,添加环境变量(推荐)QTDIR:D:\Qt\Qt5.5.1\5.5\msvc2013PATH:%QTDIR%\bin原创 2020-10-17 07:31:59 · 2269 阅读 · 0 评论 -
qt creator Qt 打包软件 -- 轻松解决缺少各种库问题
Qt 打包软件 – 轻松解决缺少各种库问题https://blog.youkuaiyun.com/taoerit/article/details/75577542我运行exe时提示的是红色框里的dll,把这些放在其他电脑里,一样运行,没有问题原创 2020-10-15 15:35:08 · 624 阅读 · 0 评论 -
pyqt5 spyder 项目 记录
pyqt5 spyder 项目 记录地址:https://www.spyder-ide.org/https://docs.spyder-ide.org/current/index.htmlhttps://docs.spyder-ide.org/current/installation.htmlhttps://github.com/spyder-ide/spyderhttps://gitee.com/mirrors/SpyderSpyder (前身是 Pydee) 是一个强大的交互式 Pyt原创 2020-09-02 11:36:03 · 920 阅读 · 0 评论 -
python性能分析之 profile 模块 记录
内存占用分析kernprof运行时间分析kernprof原创 2020-09-01 10:30:23 · 3674 阅读 · 0 评论 -
python numpy 记录
python numpy 记录原创 2020-08-30 10:01:43 · 219 阅读 · 0 评论 -
pyecharts 资料收集 记录
pyecharts 资料收集 记录pip install pyechartshttps://pyecharts.org/#/https://github.com/pyecharts/pyecharts/python 3.6 支持https://gallery.pyecharts.org/#/简介https://pyecharts.org/#/zh-cn/intro示例https://gallery.pyecharts.org/#/README百度官方 Echarts 官方实例https原创 2020-08-28 14:35:25 · 297 阅读 · 0 评论 -
pyqt5 nuitka 打包 记录
牛爱特卡nuitka参考网页Python打包exe的王炸-Nuitkahttps://zhuanlan.zhihu.com/p/133303836原创 2020-08-17 17:11:57 · 3610 阅读 · 2 评论 -
pyqt5 开源项目 fomod-designer
https://github.com/GandaG/fomod-designermkvirtualenv -p C:\python351_64\python.exe py351_64_work使用安装 pyqt5.15.0然后安装:fomod-designer-master\dev\目录下面:reqs.txt修改一下:alabaster==0.7.8Babel==2.3.4bumpversion==0.5.3coverage==4.1#fomod-validator==1.5.3do原创 2020-08-15 18:41:22 · 1532 阅读 · 0 评论 -
pyqt5 开源项目 scm-workbench 记录
地址https://scm-workbench.barrys-emacs.org11https://github.com/barry-scott/scm-workbenchhttps://github.com/barry-scott/scm-workbench原创 2020-08-14 15:31:46 · 1096 阅读 · 0 评论 -
python 和pyqt中 的 动态对象属性
动态属性Qt通过使用setProperty方法支持对象的自定义属性。QObject.setProperty('PropertyName', value)通常你想限制这只是布尔值 ,但它支持任何可以像字符串或int等设置到QVariant东西上。如果你想在widget上存储属性,这真的很方便,但是当你想用它来切换对象的样式表样式时,这非常有用,因为我的文章的其余部分将有希望展示。Qobject设置对象名称和属性作用用来作为id选择器和属性选择器,来设置样式setObjectName方法用来原创 2020-08-13 18:25:44 · 2647 阅读 · 0 评论 -
pyqt5 PDM下载工具 Persepolis Download Manager 记录
目录为:https://github.com/persepolisdm/persepolis/releaseshttps://github.com/persepolisdm/persepolis-windows-package-build先下载 源码,通过 git clone 或者是 下载 release版本的源码包https://github.com/persepolisdm/persepolis/archive/3.2.0.zip得到如下的目录或者如下的目录:persepolis├──原创 2020-08-10 11:07:36 · 568 阅读 · 0 评论 -
利用Python进行数据分析 资料收集
《利用Python进行数据分析》自学知识图谱-导航https://www.cnblogs.com/jyroy/p/13276523.html项目简介 Project Brief#《利用Python进行数据分析-第二版》自学过程中整理的知识图谱。 Python for Data Analysis: Data Wrangling with Pandas, NumPy and IPython. Knowledge Graph was made in the process of self-study.项目原创 2020-08-07 14:31:59 · 487 阅读 · 0 评论 -
pyqt5 界面 学习:UAVCAN gui_tool
源码下载:https://github.com/UAVCAN/gui_toolgit clone --recursive https://github.com/UAVCAN/gui_tool.gitpip install qtconsolepip install pyyamlpip install qtawesomepip install uavcan原创 2020-08-03 17:40:05 · 519 阅读 · 0 评论 -
ubuntu 16.04 安装 pycharm
pycharm 下载地址:https://www.jetbrains.com/pycharm/download/other.htmlhttps://download.jetbrains.com/python/pycharm-community-2019.3.5.tar.gztar xvf pycharm-community-2019.3.5.tar.gz/home/jack/pyqt5_work/pycharm/pycharm-community-2019.3.5/binsudo sh pycha原创 2020-08-02 08:39:05 · 639 阅读 · 0 评论 -
ubuntu 16.04.5 安装 pyqt5 过程
win7 下面 使用 虚拟机安装ubuntu 16.04.5VMware-workstation-full-12.5.5-5234757.exe安装ubuntu-16.04.5-desktop-i386.iso默认安装就行,启动之后,输入如下命令:原创 2020-08-01 11:17:20 · 4543 阅读 · 3 评论 -
ubuntu16.04 下面 pyqt5 开发环境搭建 记录 (没有解决)
Ubuntu16.04下安装python3.6https://blog.youkuaiyun.com/weixin_41636971/article/details/105988476Ubuntu16.04下安装python3.6Ubuntu16.04系统下自带的python3.5,如果想要安装python3.6,步骤如下:安装Python3.6最好不要删除python3.5,可能会导致许多软件不兼容这里直接命令安装python3.6sudo add-apt-repository ppa:jonathon原创 2020-07-31 17:45:40 · 712 阅读 · 0 评论 -
pyqt5 源码 eric 记录
整体界面如下:eric6-20.7>python install.pyChecking dependencies'pip' is outdated (installed 20.1.1, available 20.2)Shall 'pip' be updated (recommended)? (Y/n) yLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleCollecting pip Downloading http原创 2020-07-30 12:23:35 · 1111 阅读 · 0 评论 -
pyqt5 PyQtChart LTS
PyQtChart参考资料:https://blog.youkuaiyun.com/higher80/article/details/82253227原创 2020-07-24 15:01:47 · 438 阅读 · 0 评论 -
pyqtgraph例子 Command_line_usage
界面挺好的这个效果怎么实现呢?python -m pyqtgraph.examples原创 2020-07-24 10:46:18 · 241 阅读 · 0 评论 -
pyqt5 graph pyqtgraph 收集 记录 LTS
pyqt5 pyqtgraph 收集 记录 LTS原创 2020-07-22 16:18:35 · 1069 阅读 · 0 评论 -
pyqt5 matplotlib 收集 记录 LTS
Matplotlib: Visualization with Python原创 2020-07-22 11:12:26 · 476 阅读 · 1 评论 -
python3 bytes解析为数字 struct unpack
主要分为解析为 UINT8、UINT16、UINT32、UINT64等数字类型,即分别对应将每1、2、4、8个字节放一起解释为一个数字,这其中对于多于一个字节的情况又分大小端处理推荐使用自带的struct库解析,方法比较通用用法strcut.unpack(fmt, byte) 返回值是一个list,从二进制流类型,变为int型其中fmt为格式化字符串,分为两部分,开头控制大小端,后面通过字符控制数字类型,常用如下fmt 含义! 大端序,和>相同大端序< 小端序B uint8原创 2020-07-09 14:59:38 · 3581 阅读 · 0 评论 -
Python3 bytes类型和 str类型 hex
重点内存中,或者是磁盘中的 一组 二进制数据,比如 b’\xe4\xb8\xad\xe6\x96\x87’按照 ‘utf-8’ 解析,decode ,解码,是字符串’中文’按照 ‘gbk’ 解析,decode 解码,是另外的 字符串同样一个二进制数据 ,根据解读格式的不同,可以解读成不同的 可读文字那么 同样的一个 可读文字 ,比如’hello’, 可以根据不同的 编码格式,编码成 不同的 二进制数据,以存放在磁盘文件中,或者内存中.你把字符串 'hello’编码为 GBK格式,的二进制串原创 2020-07-09 14:41:18 · 595 阅读 · 0 评论 -
python hex 二进制数据 解析 总结 LTS
串口 发送的 二进制数据: 82 30 B1 30 30 03 C3 B4从 读串口的API中返回的是 一个 bytes 类型的数据结构当打印 这个 bytes 类型的数据的时候,相当于用winhex 这个工具, 查看一个图片文件,有的地方是可见字符,有个地方是不可见字符b’\x820\xb100\x03\xc3\xb4’<class ‘bytes’>对应的是\x82 0 \xb1 0 0 \x03 \xc3 \xb4原创 2020-07-09 11:45:26 · 2150 阅读 · 0 评论 -
gui 美化图标 css qss 等 收集 LTS
flaticon.comhttps://www.flaticon.com免费字体上面收集了非常多的字体供设计师和开发者免费使用,其中包括 Sans、Serif、Script、Rust、Display & Cyrillic 等不同风格的字体类型。今后当你缺少一些比较有趣的字体时,可以到上面逛一逛,兴许会有惊喜呢。https://nodesign.dev/https://nodesign.dev/nodesign.dev网站上收集了许多十分便利的 UI 设计工具与设计资源,看完后我内心激动不原创 2020-07-06 10:27:47 · 317 阅读 · 0 评论 -
pyqt5 QListWidget 图片 不只是一列
https://gitee.com/PyQt5/F:\pyqt\PyQt5-PyQt-master\PyQt # 设置从左到右、自动换行、依次排列 self.setFlow(self.LeftToRight) self.setWrapping(True) self.setResizeMode(self.Adjust) # item的间隔 self.setSpacing(5)...原创 2020-07-04 17:34:37 · 745 阅读 · 0 评论 -
pycharm 使用方法 LTS
设置主题tab设置怎样设置Tab为4个空格, 显示出来设置开始:如图: File -> Settings -> Editor -> Code Style > Python-> Tabs and indentsShow whitespaces原创 2020-06-27 18:43:15 · 245 阅读 · 0 评论 -
Anaconda win7 LTS
Anaconda win7 LTS下载地址:https://docs.anaconda.com/anaconda/install/windows/历史版本https://repo.anaconda.com/archive/原创 2020-06-24 15:30:13 · 272 阅读 · 0 评论 -
qt 绘制 流程图 案例 收集
参考 C++ 中的例子:Qt\Qt5.11.1\Examples\Qt-5.11.1\widgets\graphicsview\diagramsceneThe Diagram Scene example is an application in which you can create a flowchart diagram. It is possible to add flowchart shapes and text and connect the shapes by arrows as show原创 2020-06-22 10:57:29 · 7842 阅读 · 0 评论 -
visual studio vs2019卸载 python
不小心 在vs2019 里面安装了 对python的支持,然后 再自定义安装其他的 python版本,都报错卸载的方法是 控制面板 ---- 找到 vs2019 然后 ,更改,把 python 那个选项 对号,取消.等一会,就给卸载了原创 2020-06-22 10:29:09 · 4628 阅读 · 0 评论 -
python turtle --- 海龟绘图
参考资料:https://docs.python.org/zh-cn/3.9/library/turtle.html#turtle.setx坐标系形状时钟调试方法原创 2020-06-21 18:18:20 · 1129 阅读 · 0 评论 -
signalr 知识收集(都不懂)
https://pypi.org/search/?q=signalr-client+原创 2020-06-18 12:30:59 · 315 阅读 · 1 评论 -
python bytes 记录
bytes.fromhex()recv_data = client_socket.recv(BUFSIZE)recv_data.hex().hex()bytearray() 将对象转换为bytearraybytearray.fromhex() 将对象从hexstring转换为bytearraybinascii.b2a_hex() 将对象从str转换为hexstring在Python操作数据内容时,多数情况下可能遇到下面3种类型的数据处理:hexstring 如:‘1C532145697A8B原创 2020-06-14 10:01:54 · 396 阅读 · 0 评论 -
PyQt5 QtSql 记录
PyQt5 QtSql 记录Python GUI教程(十四):在PyQt5中使用数据库https://www.codercto.com/a/19041.htmlPython GUI教程(十四):在PyQt5中使用数据库https://zmister.com/archives/354.html原创 2020-06-12 16:54:21 · 981 阅读 · 0 评论 -
mqtt 客户端搭建 流程记录
首先进入 通讯猫 网站http://tongxinmao.com/App/List网站提供了公用的外网TCP服务器和MQTT服务器,以及调试终端助手,功能非常强大。并且集成了很多软件开发小工具。进入如下连接:http://tongxinmao.com/App/Detail/id/126win7 64位下面的 mqtt.fx 1.7.1 配置:...原创 2020-06-03 17:28:57 · 793 阅读 · 0 评论 -
python3 Pandas LTS 收集
网址收集https://pythonprogramming.net/introduction-python3-pandas-data-analysis/I will be using Python 3.7 and Pands 0.24.1https://www.activestate.com/products/python/downloads-python-programming/原创 2020-05-31 08:58:35 · 369 阅读 · 0 评论 -
python3 使用 sqlite3 数据库
python3 使用 sqlite3 数据库代码如下:#!/usr/bin/python# -*- coding: UTF-8 -*-import sqlite3conn = sqlite3.connect("addresses.db")conn.execute("create table if not exists address(id integer primary key autoincrement, name varchar(128), address varchar(128))"原创 2020-05-30 07:55:35 · 254 阅读 · 0 评论