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
网页中添加 jQuery 下载 jQuery 库 从 CDN 中载入 jQuery, 如从 Google 中加载 jQuery 下载 jQuery 有两个版本的 jQuery 可供下载: Production version - 用于实际的网站中,已被精简和压缩。 Development versi ...
分类:
Web程序 时间:
2020-08-05 19:45:06
阅读次数:
97
var aa = ["12", "34", "", "423", " "]; console.log($.grep(aa, function(n) {return $.trim(n).length > 0;})) var aaa = aa.filter(s => $.trim(s).length > ...
分类:
编程语言 时间:
2020-08-05 19:44:37
阅读次数:
186