上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 1357 下一页
http://doc.qt.io/qt-5/exceptionsafety.htmlhttp://doc.qt.io/qt-5/qexception.htmlhttp://doc.qt.io/qt-5/qunhandledexception.html Read More
posted @ 2018-07-03 18:24 findumars Views(2518) Comments(0) Diggs(0) Edit
阅读目录 前言 new与malloc的10点区别 1. 申请的内存所在位置 2.返回类型安全性 3.内存分配失败时的返回值 4.是否需要指定内存大小 5.是否调用构造函数/析构函数 6.对数组的处理 7.new与malloc是否可以相互调用 8.是否可以被重载 9. 能够直观地重新分配内存 10. Read More
posted @ 2018-07-03 00:51 findumars Views(767) Comments(0) Diggs(0) Edit
自定义类型 #include <QCoreApplication> #include <QSet> #include <QDebug> class testCustomTypeByQSet { public: testCustomTypeByQSet(int v):m_value(v){}; int Read More
posted @ 2018-07-02 22:46 findumars Views(3004) Comments(0) Diggs(0) Edit
第三,自主选择的能力。经济学是一门研究资源稀缺条件下行为主体如何选择的学问。在计划经济条件下,我们基本上是不需要选择的。我上小学、中学的时候,感到自己没有什么选择,因为组织上已经替我选好了,不是上山下乡,就是到工厂接班。其实那时也没有什么痛苦,想起来很快乐。今天,同学们的选择非常多。早晨起来你会选择 Read More
posted @ 2018-07-02 18:18 findumars Views(469) Comments(0) Diggs(0) Edit
版权声明:若无来源注明,Techie亮博客文章均为原创。 转载请以链接形式标明本文标题和地址:本文标题:QTemporaryDir及QTemporaryFile建立临时目录及文件夹 本文地址:http://techieliang.com/2017/12/672/ 介绍 还是老套路,上官方文档地址:Q Read More
posted @ 2018-07-02 06:55 findumars Views(665) Comments(0) Diggs(0) Edit
上一页 1 ··· 95 96 97 98 99 100 101 102 103 ··· 1357 下一页