上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 36 下一页
摘要: 1、C:\Qt\Qt5.3.2_vs10_opengl\5.3\msvc2010_opengl\include\QtCore\qdatetime.h 报错: 2、将原来的代码改成 ZC: 注意括号的位置 3、 阅读全文
posted @ 2016-08-17 21:20 CppSkill 阅读(1113) 评论(0) 推荐(0)
摘要: 1、打开网页"http://www.baidu.com",它会跳转至"https://www.baidu.com/",使用 SSL了,于是 WebView 出现如下报错信息: ZC: 程序出现的现象就是 WebView一片白,什么都没有。我还以为是某些DLL的问题,搞了好久...直到 在xp_sp3 阅读全文
posted @ 2016-08-17 09:50 CppSkill 阅读(490) 评论(0) 推荐(0)
摘要: 1、 阅读全文
posted @ 2016-08-16 09:56 CppSkill 阅读(147) 评论(0) 推荐(0)
摘要: 1、 http://www.cnblogs.com/shenlian/archive/2012/12/10/2811931.html ZC: 这是一个 开源库,不知和其他开源库 比较的话会是什么结果... ZC: 基本思路 : Delphi 使用 idhttp,C#使用???,获取网页的HTML文件 阅读全文
posted @ 2016-08-14 22:25 CppSkill 阅读(241) 评论(0) 推荐(0)
摘要: 1、g++ 编译参数 如果 用g++编译时,命令行是这样的:“g++ main.cpp -std=c++0x -pthread” 则在Qt的pro文件中这样设置: QMAKE_CXXFLAGS += -std=c++0x -pthread LIBS += -pthread 1.1、ZC: 貌似 使用 阅读全文
posted @ 2016-08-10 14:27 CppSkill 阅读(257) 评论(0) 推荐(0)
摘要: 1、下载地址: http://ftp.de.debian.org/debian/pool/main/g/gcc-4.7/ 2、下载的文件: 32位:libstdc++6_4.7.2-5_i386.deb 64位:libstdc++6_4.7.2-5_amd64.deb 3、 32位:strings 阅读全文
posted @ 2016-08-08 09:22 CppSkill 阅读(1288) 评论(0) 推荐(0)
摘要: 1、http://stackoverflow.com/questions/29055475/qwebview-or-qwebengineview “ QWebView uses WebKit as the backend. http://doc.qt.io/qt-5/qwebview.html#de 阅读全文
posted @ 2016-08-07 20:16 CppSkill 阅读(1275) 评论(1) 推荐(0)
摘要: C89 string.h 中的函数: 复制函数 memcpy memmove strcpy strncpy 串接函数 strcat strncat 比较函数 memcmp strcmp strcoll strncmp strxfrm 查找函数 memchr strchr strcspn strpbr 阅读全文
posted @ 2016-08-01 08:44 CppSkill 阅读(222) 评论(0) 推荐(0)
摘要: 1、Qt532(vs2010 opengl) 2、 3、 阅读全文
posted @ 2016-07-29 17:11 CppSkill 阅读(668) 评论(0) 推荐(0)
摘要: 1、 C:\Program Files\Microsoft SDKs\Windows\v7.0A 2、创建了 C:\Program Files\Microsoft Visual Studio 9.0 C:\Program Files\Microsoft Visual Studio 10.0 3、 4 阅读全文
posted @ 2016-07-13 16:42 CppSkill 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 36 下一页