上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 36 下一页
摘要: 1、NongLi.cpp 2、xDate.h 3、xDate.cpp 4、 5、 阅读全文
posted @ 2016-10-04 15:30 CppSkill 阅读(483) 评论(0) 推荐(0)
摘要: 1、去掉 使用预编译头"stdafx.h" VC6 --> Project --> Settings.. --> C/C++选项卡 --> "Category"中选择"Precomplied Headers" -->然后选择"Not using precomplied headers" 2、 3、 阅读全文
posted @ 2016-10-04 15:14 CppSkill 阅读(822) 评论(0) 推荐(0)
摘要: 参考网址:http://blog.csdn.net/liuyez123/article/details/50509788 ZC: 该文章里面的: “ <ahref="javascript:document.getElementByIdx_x("myLabel").setText("通过JavaScr 阅读全文
posted @ 2016-09-26 11:11 CppSkill 阅读(2044) 评论(0) 推荐(0)
摘要: 1、Qt570的简单测试项目,在做"重新构建"的操作的时候,出现1个问题,Qt底下的"编译输出"窗口中的信息为: 1.1、这个报错是∵ gcc-c++ 版本太低,需要升级到 >=4.7:http://www.51bbo.com/archives/2228 ZC: 这里,我只升级到了 4.7,没有升级 阅读全文
posted @ 2016-09-12 17:11 CppSkill 阅读(953) 评论(0) 推荐(0)
摘要: ZC: 其实 主要是要安装 OpenGL,具体看"3"... ... 1、运行 "/opt/Qt5.7.0/Tools/QtCreator/bin/qtcreator" 或 "/opt/Qt5.7.0/Tools/QtCreator/bin/qtcreator.sh" 时,报错,信息如下: 1.1、 阅读全文
posted @ 2016-09-12 13:50 CppSkill 阅读(320) 评论(0) 推荐(0)
摘要: 1、测试代码,参考网址:http://blog.sina.com.cn/s/blog_1508519340102wgq0.html 2、测试下来,结果: 2.1、Qt5.6开始,没有 WebKit了... 至 Qt5.5.1(vs2013)为止,WebKit 都不支持 "CSS Variable" 阅读全文
posted @ 2016-09-09 23:17 CppSkill 阅读(1126) 评论(0) 推荐(0)
摘要: 1、<<Windows 网络与通信程序设计>> (第2版) 2、 3、 阅读全文
posted @ 2016-08-28 15:13 CppSkill 阅读(144) 评论(0) 推荐(0)
摘要: 1、ISO下载地址: http://www.microsoft.com/en-us/download/details.aspx?id=8442 2、可供下载的 版本有3个,网上搜到的解释: GRMSDK_EN_DVD.iso x86 GRMSDKIAI_EN_DVD.iso Itanium GRMS 阅读全文
posted @ 2016-08-21 21:55 CppSkill 阅读(381) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/findumars/p/4852350.html http://godebug.org/index.php/archives/133/ http://www.ituring.com.cn/article/195148 X 阅读全文
posted @ 2016-08-18 17:22 CppSkill 阅读(164) 评论(0) 推荐(0)
摘要: Qt5.3.2 vs2010 OpenGL ,VC6.0,Delphi7 1、自己继承 类QWebView,制作成DLL 供 VC6/Delphi7 使用 2、测试下来,DLL供VC6使用: 加载"https://www.baidu.com" 加载本地SVG文件 加载本地简单的HTML文件 OK O 阅读全文
posted @ 2016-08-18 10:39 CppSkill 阅读(245) 评论(0) 推荐(0)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 36 下一页