http://doc.qt.io/qt-5/qtextcodec.htmlhttp://doc.qt.io/qt-5/codec-gbk.html Read More
posted @ 2015-12-31 18:01 findumars Views(785) Comments(0) Diggs(0)
比如QString有两个函数,可以堂而皇之的存在,原因就在于有了const修饰以后,编译器不把两个函数当作同一个函数名了:QChar *data()const QChar *data() consthttp://doc.qt.io/qt-5/qstring.html#datahttps://gith... Read More
posted @ 2015-12-31 17:49 findumars Views(273) Comments(0) Diggs(0)
https://github.com/qtproject/qtbase/blob/dev/src/corelib/tools/qstring.hC:\Qt\Qt5.3.2_min\5.3\mingw482_32\include\QtCore\qstring.h Read More
posted @ 2015-12-31 17:36 findumars Views(670) Comments(0) Diggs(0)
       打开Delphi 7,新建,选择Other->Service Application 修改属性中Name和DisplayName,Name是Service的名称,决定着进程的标识,DisplayName是显示在操作系统里的服务面板里的服务的名称。例如我们将Name修改为NoticeSe Read More
posted @ 2015-12-31 01:35 findumars Views(1885) Comments(0) Diggs(0)
我是11月4号开始去面试的,总共投了10份简历,到6号为止,收到7个面试电话,其中有三个我觉着不大合适,就打电话拒绝了,没有去面试,总共面试了4家,3家给了offer,一个是7000,一个7200一个是8000,我本来特别期待创业园的那家公司,可惜最后还是错过了。总的来说,面试还是挺顺利的。虽然只面 Read More
posted @ 2015-12-31 01:34 findumars Views(483) Comments(0) Diggs(0)
基础知识:堆 栈是一种简单的数据结构,是一种只允许在其一端进行插入或删除的线性表。允许插入或删除操作的一端称为栈顶,另一端称为栈底,对堆栈的插入和删除操作被称 为入栈和出栈。有一组CPU指令可以实现对进程的内存实现堆栈访问。其中,POP指令实现出栈操作,PUSH指令实现入栈操作。CPU的ESP寄存器... Read More
posted @ 2015-12-31 01:32 findumars Views(1088) Comments(0) Diggs(1)
(1)超大规模“云计算管理系统”具有相当的规模,Google云计算已经拥有100多万台服务器,Amazon、IBM、微软、Yahoo等的“云”均拥有几十万台服务器。企业私有云一般拥有数百上千台服务器。“云”能赋予用户前所未有的计算能力。(2)虚拟化云计算支持用户在任意位置、使用各种终端获取应用服务。 Read More
posted @ 2015-12-31 01:30 findumars Views(2716) Comments(0) Diggs(0)
原文:http://blog.csdn.net/wyzxg/article/details/5027738author:skatetime:2009/12/17这几天在下载RPM包的时候,总会看见x86,x86-64,IA64,i386,i586等,这些都是cpu的架构,有点记不清了,所以特此记录下... Read More
posted @ 2015-12-31 01:26 findumars Views(1156) Comments(0) Diggs(0)