上一页 1 2 3 4 5 6 7 ··· 17 下一页
摘要: centos 7.6 编译安装 freetds 下载地址 ./configure --prefix=/home/liam/sandbox/soft/freetds1.5 make && make install 阅读全文
posted @ 2025-05-19 00:18 卑以自牧lq 阅读(15) 评论(0) 推荐(0)
摘要: centos 编译安装 glibc 下载地址 要先升级 make 和 gcc、binutils centos7.6 升级到 2.40 mkdir build; cd build ../configure --prefix=/home/liam/sandbox/soft/glibc make && m 阅读全文
posted @ 2025-05-18 23:42 卑以自牧lq 阅读(65) 评论(0) 推荐(0)
摘要: centos 7.6 编译安装 qt 5.15.17 下载地址 安装命令: tar -xvf qt-everywhere-opensource-src-5.15.17.tar.xz cd qt-everywhere-src-5.15.17 mkdir build;cd build ../config 阅读全文
posted @ 2025-05-18 22:44 卑以自牧lq 阅读(152) 评论(0) 推荐(0)
摘要: centos 编译安装 libxml-2.0 下载地址 我下载的 libxml2-2.9.12.tar.gz 版本 下载后解压,进入解压后的目录 执行: ./configure --prefix=/home/liam/sandbox/soft/xml2-2.9.12 make && make ins 阅读全文
posted @ 2025-05-18 21:52 卑以自牧lq 阅读(109) 评论(0) 推荐(0)
摘要: open File dialog 方案一: QDialog,会根据输入自动匹配 #include <QFileDialog> #include <QFileSystemModel> #include <QKeyEvent> #include <QLineEdit> #include <QSortFi 阅读全文
posted @ 2025-05-14 21:09 卑以自牧lq 阅读(30) 评论(0) 推荐(0)
摘要: make cell form 头文件: #include <QLineEdit> #include <QCheckBox> #include <QRegExpValidator> #include <QPushButton> #include <QDoubleSpinBox> #include <Q 阅读全文
posted @ 2025-05-14 17:52 卑以自牧lq 阅读(11) 评论(0) 推荐(0)
摘要: qt 自定义控件 make cell 功能 toolButton 的样式: Qt::Alignment alignments[9] = { Qt::AlignTop | Qt::AlignLeft, Qt::AlignTop | Qt::AlignHCenter, Qt::AlignTop | Qt 阅读全文
posted @ 2025-05-14 15:16 卑以自牧lq 阅读(24) 评论(0) 推荐(0)
摘要: qt gui 相关的类 QWidget QWidget 是 Qt 框架中所有用户界面组件的基类,用于创建 图形用户界面(GUI) 的窗口、对话框、按钮等可视化元素。它直接继承自 QObject 和 QPaintDevice,是 Qt GUI 模块的基石 QDialog 继承自 QWidget 何时使 阅读全文
posted @ 2025-05-14 15:05 卑以自牧lq 阅读(15) 评论(0) 推荐(0)
摘要: centos 编译安装 git 需要的依赖 一定要先安装 zlib-devel, 不知道为什么一定要 zlib-devel, 我手动编译安装了 zlib, 并配置好了路径。但是没有用,还是提示找不到 <zlib.h>,最后没办法,还是安装 zlib-devel yum install zlib-de 阅读全文
posted @ 2025-05-11 16:12 卑以自牧lq 阅读(31) 评论(0) 推荐(0)
摘要: centos yum 失效 新安装centos 7 可能会遇到的问题 yum 镜像已被官方归档,在 shell 执行下面命令换为 阿里云镜像 sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 阅读全文
posted @ 2025-05-11 02:39 卑以自牧lq 阅读(18) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 17 下一页