会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AngleLin
找到热爱的事情,持续的做下去
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
17
下一页
2025年7月24日
x11
摘要: x11 函数介绍 XCreateGC GC XCreateGC(Display *display, Drawable d, unsigned long valuemask, XGCValues *values); 参数说明 display: 目标显示器的 Display 结构体,表示当前连接的 X
阅读全文
posted @ 2025-07-24 15:22 卑以自牧lq
阅读(40)
评论(0)
推荐(0)
2025年7月14日
终端显示进度条
摘要: 终端显示进度条 等于号 void printProgress(unsigned current, unsigned total, const string& tip = "Progress") { float percent = total == 0 ? 100.0f : (current * 10
阅读全文
posted @ 2025-07-14 10:25 卑以自牧lq
阅读(87)
评论(0)
推荐(0)
2025年7月2日
文件读取
摘要: fopen() ifstream stat 三种获取文件大小的方式对比: 特性/方式 fseek + ftell std::ifstream::seekg + tellg stat / fstat 📦 所属标准 C 标准库 C++ 标准库 POSIX / 系统 API 🖼️ 面向风格 面向过程
阅读全文
posted @ 2025-07-02 11:12 卑以自牧lq
阅读(19)
评论(0)
推荐(0)
2025年6月29日
centos 安装 make
摘要: centos 编译安装 make 环境:centos 7.9 下载地址 本人下载的 make-4.4.tar.gz 版本 执行: tar -zxvf make-4.4.tar.gz cd make-4.4 ./configure --prefix=/home/liam/sandbox/soft/ma
阅读全文
posted @ 2025-06-29 14:10 卑以自牧lq
阅读(86)
评论(0)
推荐(0)
centos 6.10 编译安装 binutils
摘要: centos 6.10 编译安装 binutils centos 6.10 安装 qt 5.15 的时候报错, {standard input}:5969: Error: no such instruction: `vpermq $216,%ymm2,%ymm2' {standard input}:
阅读全文
posted @ 2025-06-29 14:09 卑以自牧lq
阅读(24)
评论(0)
推荐(0)
2025年6月28日
centos 7.6 编译安装 gperf
摘要: centos 7.6 编译安装 gperf 下载地址 解压后执行: ./configure --prefix=/home/liam/sandbox/soft/gperf3.3 make;make install
阅读全文
posted @ 2025-06-28 17:50 卑以自牧lq
阅读(41)
评论(0)
推荐(0)
centos 7.6 编译安装 gcc 10.3
摘要: centos 7.6 编译安装 gcc10.3 下载地址 执行: tar -zxvf gcc-10.3.0.tar.gz # 解压 cd gc-10.3.0 ./contrib/download_prerequisites # 安装需要的依赖 mkdir build && cd build #指定安
阅读全文
posted @ 2025-06-28 11:10 卑以自牧lq
阅读(172)
评论(0)
推荐(0)
centos 安装 python 和 openssl
摘要: centos 编译安装 python 和 openssl 实测过的安装环境: centos 7.9 : python 3.10.5 和 openssl 3.0.12 centos 6.10 : python 3.10.5 和 openssl 1.1.1 centos 7.6 : python 3.1
阅读全文
posted @ 2025-06-28 10:09 卑以自牧lq
阅读(106)
评论(0)
推荐(0)
centos 安装 配置 zsh
摘要: centos 编译安装 zsh 和 配置 oh-my-zsh 下载 wget https://jaist.dl.sourceforge.net/project/zsh/zsh/5.9/zsh-5.9.tar.xz 依赖 yum install ncurses-devel 安装zsh 执行: tar
阅读全文
posted @ 2025-06-28 09:08 卑以自牧lq
阅读(120)
评论(0)
推荐(0)
VMware 安装centos 7.6 虚拟机
摘要: VMWare 安装 centos 7.6 centos 官网 下载 ios 镜像 官方下载地址 在 VMWare 上新建虚拟机 VMWare 安装可以去网上搜一下教程 新建虚拟机 安装虚拟机 启动虚拟机后:Install Centos 7,按 enter 确认 配置虚拟机 安装好后开始配置: 语言选
阅读全文
posted @ 2025-06-28 07:53 卑以自牧lq
阅读(72)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
17
下一页
公告