The Permanent URL is: Model-View-Controller Explained in C++. The Model-View-Controller (MVC) is not a technology, but a concept in software design/en Read More
posted @ 2017-02-06 21:20 findumars Views(625) Comments(0) Diggs(0)
The Dynamic Link Library (DLL) is stored separately from the target application and shared among different applications, compared to Static Library. T Read More
posted @ 2017-02-06 21:13 findumars Views(929) Comments(0) Diggs(0)
原文 http://www.bitstech.net/2015/07/25/baidu-atlas/ 百度网盘免费提供2TB存储, 它的存储量一定是惊人的, 支持它的存储系统atlas也是相当不错的。 atlas是一个KV存储, 支持GET/PUT/DELETE三个接口, 看起来接口简单, 但要做好 Read More
posted @ 2017-02-06 20:59 findumars Views(1242) Comments(0) Diggs(0)
无意中发现的: C:\Users\my>gcc -vUsing built-in specs.COLLECT_GCC=gccCOLLECT_LTO_WRAPPER=C:/Qt/Qt5.6.2/Tools/mingw492_32/bin/../libexec/gcc/i686-w64-mingw32/ Read More
posted @ 2017-02-06 18:47 findumars Views(1237) Comments(0) Diggs(0)
QTcpSocket 详细描述:QTcpSocket 类提供一个TCP套接字TCP是一个面向连接,可靠的的通信协议,非常适合于连续不断的数据传递QTcpSocket 是QAbstractSocket类非常方便的一个子类,让你创建一个TCP连接和数据流交流。注意:TCP套接字不能以QIODevice: Read More
posted @ 2017-02-06 17:44 findumars Views(2482) Comments(0) Diggs(0)