10 2021 档案

摘要:自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html Qt使用数据库 目录 1 开发环境... 1 2 配置工作... 1 2.1 数据库驱动配置... 1 2.2 创建数据库增加数据 阅读全文
posted @ 2021-10-28 17:13 一字千金 阅读(601) 评论(0) 推荐(0) 编辑
摘要:自己开发了一个股票智能分析软件,功能很强大,需要的点击下面的链接获取: https://www.cnblogs.com/bclshuai/p/11380657.html 1.问题描述 用QT 编写股票分析程序,总是偶然出现崩溃,崩溃之后对dump分析错误位置在 Qt5Gui!QRasterPaint 阅读全文
posted @ 2021-10-25 22:28 一字千金 阅读(308) 评论(0) 推荐(0) 编辑
摘要:1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop firewalld 2.systemc 阅读全文
posted @ 2021-10-12 15:15 一字千金 阅读(308) 评论(0) 推荐(0) 编辑
摘要:Linux快速开发之makefile编译、以服务形式运行、抓包、调试、分析dump 1 Makefile编写... 1 1.1 实例解析... 1 1.1.1 makefile文件... 1 1.1.2 包含的makefile.global 3 1.2 使用makefile文件... 5 2 Lin 阅读全文
posted @ 2021-10-12 15:14 一字千金 阅读(1048) 评论(0) 推荐(0) 编辑
摘要:删除容器 docker rm -f ams删除镜像 docker rmi -f ams:351构建镜像 docker build -t ams:351 .启动容器 docker run --privileged -d --name ams --rm ams:351 /usr/sbin/init进入容 阅读全文
posted @ 2021-10-12 15:13 一字千金 阅读(116) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示