会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
CppSkill
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
11
12
13
14
15
16
17
18
19
···
36
下一页
2018年5月29日
C++.【转】C++数值类型与string的相互转换
摘要: 1、C++数值类型与string的相互转换 - JohnGu - 博客园.html(https://www.cnblogs.com/johngu/p/7878029.html) 2、 1.数值类型转换为string 1.1使用函数模板+ostringstream 使用函数模板将基本数据类型(整型、字
阅读全文
posted @ 2018-05-29 15:41 CppSkill
阅读(1508)
评论(0)
推荐(0)
2018年5月28日
XML.libXml2_ZC
摘要: 1、字符串比较函数: xmlStrcmp(...) 这是大小写敏感的比较 xmlStrcasecmp(...) 这是大小写不敏感的比较(忽略字符串里面字符的大小写) 2、查找节点 2.1、循环 2.2、xpath(ZC: 暂时, 用xmlXPathEvalExpression(...)查找 ID是中
阅读全文
posted @ 2018-05-28 15:44 CppSkill
阅读(615)
评论(0)
推荐(0)
2018年5月24日
STL_string.【转】C++中int、string等常见类型转换
摘要: ZC:#include <sstream> ZC:貌似还有 istringstream 和 ostringstream ... https://www.cnblogs.com/gaobw/p/7070622.html 1、int型与string型的互相转换 最佳实践: int型转string型 vo
阅读全文
posted @ 2018-05-24 16:36 CppSkill
阅读(2829)
评论(0)
推荐(1)
STL_string.ZC
摘要: 1、转成 小写/大写 #include <algorithm>using namespace std; // 转成小写transform(_strAttrNameG.begin(), _strAttrNameG.end(), _strAttrNameG.begin(), tolower);// to
阅读全文
posted @ 2018-05-24 16:14 CppSkill
阅读(158)
评论(0)
推荐(0)
2018年5月23日
XML_CPP_libXml2_VC6_Code_ZC
摘要: ZC:iconv.dll、libxml2.dll、zlib1.dll 放到 exe所在目录下 1、代码来源于 帖子:XML_CPP_资料_libXml2_01_Code_ZC(?.pro) 2、代码: 3、 4、 5、
阅读全文
posted @ 2018-05-23 12:55 CppSkill
阅读(175)
评论(0)
推荐(0)
VC静态调用DLL(lib)
摘要: 1、 #pragma comment(lib, "libxml2.lib")#pragma comment(lib, "iconv.lib")#pragma comment(lib, "zlib.lib") 2、 3、 4、 5、
阅读全文
posted @ 2018-05-23 09:51 CppSkill
阅读(181)
评论(0)
推荐(0)
2018年5月11日
VC.【转】采用_beginthread/_beginthreadex函数创建多线程
摘要: https://blog.csdn.net/cbnotes/article/details/8331632 还可以看这个网址的内容:【多线程】VC6使用_beginthread开启多线程的方法-技术宅的结界 - Powered by Discuz!.html(https://www.0xaa55.c
阅读全文
posted @ 2018-05-11 14:37 CppSkill
阅读(775)
评论(0)
推荐(0)
Qt532.【转】Qt在pro中设置运行时库MT、MTd、MD、MDd,只适合VS版本的Qt
摘要: ZC:具体应该设置 什么参数,可以参看 自己转载的文章:"VC.【转】采用_beginthread__beginthreadex函数创建多线程 - CppSkill - 博客园.html"(http://www.cnblogs.com/cppskill/p/9024535.html) https:/
阅读全文
posted @ 2018-05-11 14:35 CppSkill
阅读(623)
评论(0)
推荐(0)
Qt532界面.ZC测试
摘要: ZC:Delphi中只要随便拖几个控件,设置一下属性就OK了。但是,Qt中 貌似没有 方便的方式来做这个... ZC:目前的解决方案是:Qt中 拖几个控件,然后点 工具条里面的 "栅格布局(G)" 1、想实现 类似 Delphi 中的效果:跟着 窗口大小变,上面部分的控件 不动。如下图,上面2个 b
阅读全文
posted @ 2018-05-11 08:56 CppSkill
阅读(269)
评论(0)
推荐(0)
2018年5月10日
Qt532.【转】Qt创建鼠标右键菜单
摘要: ZC:可以通过 设置 (QWebView*)->setContextMenuPolicy(NoContextMenu); 来关闭 QWebView的默认右键菜单 Qt创建鼠标右键菜单_疯华正茂_新浪博客.html(http://blog.sina.com.cn/s/blog_63d0ff2d0102
阅读全文
posted @ 2018-05-10 10:10 CppSkill
阅读(295)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
36
下一页
公告