上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 42 下一页

2019年11月8日

QIntValidator没有最小值的限制,继承然后写个新类来控制最小值

摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/firecityplans/article/details/99440955问题:使用QIntValidator限制QLineEdeit整数输 阅读全文

posted @ 2019-11-08 13:29 liujx2019 阅读(1059) 评论(0) 推荐(0) 编辑

QT QLabel内容太长时候使用省略号

摘要: 版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。本文链接:https://blog.csdn.net/xiezhongyuan07/article/details/83589722我们在使用QLabel进行内容显示的时候,通常有一个最大长度,超 阅读全文

posted @ 2019-11-08 10:44 liujx2019 阅读(2190) 评论(0) 推荐(0) 编辑

Linux C语言 检测文件是否存在

摘要: 头文件 unistd.h if(access(file_name, F_OK ) != -1 ) { // file exists } else { // file doesn't exist } You can also use R_OK, W_OK, and X_OK in place of F 阅读全文

posted @ 2019-11-08 10:38 liujx2019 阅读(1879) 评论(0) 推荐(0) 编辑

2019年11月7日

Logon Trigger Example (C++)

摘要: This C++ example shows how to create a task that is scheduled to execute Notepad when a user logs on. The task contains a logon trigger that specifies 阅读全文

posted @ 2019-11-07 14:55 liujx2019 阅读(273) 评论(0) 推荐(0) 编辑

Task Scheduler API Error 80041318

摘要: https://stackoverflow.com/questions/42307917/task-scheduler-api-error-80041318/42462235#42462235 Hi I am having an issue with the Task Scheduler API i 阅读全文

posted @ 2019-11-07 14:54 liujx2019 阅读(414) 评论(0) 推荐(0) 编辑

Task Scheduler Error Message: 80041318

摘要: Using the error lookup tool that comes with VC++ (errlook.exe, or "Error Lookup" on the Tools menu in the IDE), the error message for 0x80041318 is "T 阅读全文

posted @ 2019-11-07 14:52 liujx2019 阅读(255) 评论(0) 推荐(0) 编辑

Inno Setup [Run] Section 双引号嵌套

摘要: https://stackoverflow.com/questions/26257808/inno-setup-how-to-run-a-code-procedure-in-run-section-or-before-run-section [Run] Filename: "schtasks.exe 阅读全文

posted @ 2019-11-07 14:51 liujx2019 阅读(515) 评论(0) 推荐(0) 编辑

ubuntu16.04下ftp服务器的安装与配置

摘要: ubuntu16.04下ftp服务器的安装与配置 转载 由于要将本地程序上传至云服务器中,所以需要给云服务器端安装ftp服务器。记录一下ftp的安装过程,以便以后使用。服务器端所用系统为Ubuntu16.04. 1. 安装ftp服务器, apt-get install vsftpd ftp 2. 配 阅读全文

posted @ 2019-11-07 11:14 liujx2019 阅读(310) 评论(0) 推荐(0) 编辑

2019年11月1日

How to check if directory exist using C++ and winAPI

摘要: 如果看文件夹是否存在,必须看返回值是不是 INVALID_FILE_ATTRIBUTES 阅读全文

posted @ 2019-11-01 09:32 liujx2019 阅读(158) 评论(0) 推荐(0) 编辑

2019年10月30日

Ubuntu parted 命令 写在脚本里时要带 -s 参数

摘要: 否则会要求用户输入,造成脚本卡住。 阅读全文

posted @ 2019-10-30 16:42 liujx2019 阅读(242) 评论(0) 推荐(0) 编辑

上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 42 下一页

导航