会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Truman001
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
18
下一页
2019年8月29日
QFileDialog的使用
摘要: 界面如下: 软件源码:https://github.com/Mr-jiayunfei/qt_code.git
阅读全文
posted @ 2019-08-29 15:08 Truman001
阅读(1243)
评论(0)
推荐(0)
2019年8月28日
C++11 std::chrono库详解
摘要: https://www.cnblogs.com/jwk000/p/3560086.html
阅读全文
posted @ 2019-08-28 14:42 Truman001
阅读(221)
评论(0)
推荐(0)
2019年8月26日
disconnected no supported authentication methods available(server sent: publickey)
摘要: https://www.cnblogs.com/hamsterPP/p/5184491.html tortoise git 密钥配置 https://blog.csdn.net/qq_32614411/article/details/84957759
阅读全文
posted @ 2019-08-26 17:53 Truman001
阅读(264)
评论(0)
推荐(0)
connect函数的第5参数Qt::ConnectionType
摘要: emit函数之后的内容的执行顺序与信号与槽的连接方式有关。如果需要立即执行emit之后的函数,就需要设置为Qt::QueuedConnection,如果要立即执行槽函数,就需要设置为Qt::DirectConnection。 https://blog.csdn.net/itas109/article
阅读全文
posted @ 2019-08-26 16:57 Truman001
阅读(486)
评论(0)
推荐(0)
在C++ 中检查一个文件是否存在的几种方法
摘要: #include #include #include #include using namespace std; //C++11之前 bool FileExist1(const string &filename) { ifstream f(filename.c_str()); return f.good();//检测流的状态是否正常。当错误的状态flags (eofbit,...
阅读全文
posted @ 2019-08-26 16:35 Truman001
阅读(3528)
评论(0)
推荐(0)
win10打开便签
摘要: windows+W快捷键
阅读全文
posted @ 2019-08-26 15:16 Truman001
阅读(153)
评论(0)
推荐(0)
Qt forever关键字
摘要: forever{ ... } //等同于for( ; ; )
阅读全文
posted @ 2019-08-26 12:56 Truman001
阅读(857)
评论(0)
推荐(0)
2019年8月25日
Qt程序在XP系统上不能正常运行
摘要: 想让Qt程序在XP系统上运行,最好不要使用VS生成Qt项目,后续可能会出现一系列问题 Qt5.7之后的版本不支持在XP系统上运行 XP系统也分为32位和64位,首先确定清楚XP系统的信息,然后选择合适的Qt版本 如果安装的Qt位64位的,设置子系统所需的最低版本为5.01会失效,要求安装的Qt为32
阅读全文
posted @ 2019-08-25 14:52 Truman001
阅读(2446)
评论(0)
推荐(0)
Qt多线程的使用
摘要: 待添加
阅读全文
posted @ 2019-08-25 14:52 Truman001
阅读(126)
评论(0)
推荐(0)
2019年8月14日
QScrollArea
摘要: https://blog.csdn.net/qq_31073871/article/details/83117430
阅读全文
posted @ 2019-08-14 22:38 Truman001
阅读(103)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
18
下一页
公告