简介 我们在写UI文件的时候,有很多情况下,是需要界面来处理业务中某些耗时的操作,这时候如果不处理好界面相关的逻辑的话,主界面就会卡死,这时候就需要我们上多线程了 逻辑1 首先上业务上一个很简单的栗子 比如我们的代码中有这么一个耗时的操作 1 // 第一种耗时的操作 2 auto fWhile1 = ...
分类:
其他好文 时间:
2020-08-06 16:58:45
阅读次数:
89
A real case which is related to Automatic Delta Handling I use a ticket which I am struggling with recently to start this blog. It took me almost the ...
分类:
Web程序 时间:
2020-08-06 13:09:48
阅读次数:
101
As the steps are a little bit tricky, I use the working UI component SMCOV and SMCCMBO to illustrate. After Advanced button is clicked: Step1: The nav ...
分类:
其他好文 时间:
2020-08-06 13:07:54
阅读次数:
73
一开始这个功能在谷歌上实现了,但是最后在IE中怎么也不好使,最后发现是Jquery 的问题,不能用jQuery取z值,只能用纯JS 进行 页面值的获取。最后成功实现功能。这是写给我自己的记录。别人可能看不懂我这shit一样的代码。 JS function Time_submitForm() { // ...
创建UI脚本 #ifndef AA_H #define AA_H #include <QWidget> #include <QDebug> #include <QMutex> #include <QLabel> namespace Ui { class AA; } class AA : public ...
分类:
其他好文 时间:
2020-08-06 09:20:14
阅读次数:
58