- 博客(11)
- 资源 (1)
- 收藏
- 关注
原创 2021-11-05
The difference between cstdlib and stdlib.hThe header of the general-purpose standard library for C++, also known as cstdlib in C++, defines a core set of functions used for data type conversion, pseudo-random number generation, memory allocation, searchi
2021-11-05 18:19:45
146
转载 C#与C++数据类型比较及结构体转换
//c++:HANDLE(void *) —- c#:System.IntPtr //c++:Byte(unsigned char) —- c#:System.Byte //c++:SHORT(short) —- c#:Sy
2017-04-09 22:37:08
2973
转载 VS2012 asp.net开发之“IIS配置网站”
IIS配置网站https://jingyan.baidu.com/article/9f7e7ec0b132ac6f29155443.html使用VS2012创建web应用程序时出现如下提示ASP.NET 4.0尚未在 Web 服务器(IIS web server 或者IIS express)上注册。为了使网站正确运行,可能需要手动将 Web 服务器配置为使用 ASP.NET 4.0
2017-03-25 10:54:54
2493
翻译 visual studio2008 pdb文件
pdb文件是已发布程序查找问题的必须文件。下面两篇文章阐述”如何生成pdb”及”为什么要生成pdb”: John Robbins博客《Correctly Creating Native C++ Release Build PDBs》(正确地建立原生C++Release Build PDB文件) 关于pdb文件的重要性,John也有另外一篇博客介绍PDB Files: What Every Dev
2017-03-23 17:15:33
698
原创 qt .prl文件作用
Qt 中.prl文件是为表明依赖库关系而创建的:Library DependenciesOften when linking against a library, qmake relies on the underlying platform to know what other libraries this library links against, and lets the
2017-01-22 10:40:17
1624
转载 SIP的几个主要标准协议
SIP文档和标准协议。SIP的标准协议都是IETF制定的,所以SIP的标准协议都是通过RFCXXXX的方式来公布的,每个协议均制定了一些SIP的特性。我研究了一些,将自己目前认为几个比较主要的SIP协议记录下来。因为没有涉及SDP和加密,所以和这两块相关的协议没有做过多的研究。RFC3261:SIP的基本协议,定义了SIP的基本功能,特性等。要搞SIP的话,这个协议是不能不看的。网上有人已
2016-11-01 10:20:41
4088
原创 VS2008使用ATLTRACE遇到编译问题:无法解析的外部符号 "class ATL::CTraceCategory
error LNK2001: 无法解析的外部符号 "class ATL::CTraceCategory ATL::atlTraceString" (?atlTraceString@ATL@@3VCTraceCategory@1@A)error LNK2001: 无法解析的外部符号 "public: static class ATL::CTrace ATL::CTrace::s_trace" (
2014-07-04 15:26:20
1860
转载 CListCtrl 设置选中状态
CListCtrl 设置选中状态1. 使用CListCtrl的函数SetItemState(int nItem, UINT nState, UINT nMask);如:m_list.SetItemState(index,LVNI_FOCUSED | LVIS_SELECTED, LVNI_FOCUSED | LVIS_SELECTED); //设置行index为选中并高亮(如果未设置F
2014-01-27 16:30:24
1356
1
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人