大约有 13,330 项符合查询结果(耗时:0.0139秒) [XML]

https://www.tsingfun.com/it/cpp/1588.html 

mfcs110ud.lib(dllmodul.obj) : error LNK2005: _DllMain@12 已经在 Xxx.ob...

mfcs110ud.lib(dllmodul.obj) : error LNK2005: _DllMain@12 已经在 Xxx.obj 中定义原因分析:_USRDLL定义有的话,MFC会自动生成一个DllMain入口函数,这时在dll源码中额外又添加了一个DllMain入口函数,就会出现重定义冲突。 原因分析: _USRDLL定义...
https://www.tsingfun.com/it/cpp/1784.html 

c++ 代码调用nsis安装包实现静默安装 - C/C++ - 清泛网 - 专注C/C++及内核技术

c++ 代码调用nsis安装包实现静默安装TCHAR szCurPath[MAX_PATH] = {0};GetCurrentDirectory(MAX_PATH, szCurPath);TCHAR szFile[MAX_PATH] = {0};_stprintf_s(szFile, ... TCHAR szCurPath[MAX_PATH] = {0}; GetCurrentDirectory(MAX_PATH, szCurPath); TCHAR szFile[MAX_PATH] = {0}; _stprintf_s(szFi...
https://www.tsingfun.com/it/cpp/1964.html 

c/c++如何获取CPU的序列号? - C/C++ - 清泛网 - 专注C/C++及内核技术

... long st2 = 0; unsigned long s1,s2; unsigned char vendor_id[]="------------"; char CPUSERIAL[20]; memset(CPUSERIAL,0,20); __asm{ xor eax,eax cpuid mov dword ptr vendor_id,ebx mov dword ptr vendor_id[+4],edx mov dword ptr vendor_i...
https://www.tsingfun.com/it/cpp/2043.html 

error C2872: “count”: 不明确的符号 - C/C++ - 清泛网 - 专注C/C++及内核技术

...ram Files\Microsoft Visual Studio 11.0\VC\INCLUDE\xutility(3251) : iterator_traits<_Iter>::difference_type std::count(_InIt,_InIt,const _Ty &)” conflict.cpp(12) : error C2872: “count”: 不明确的符号 可能是“conflict.cpp(4) : int count” 或 “C:\Program Files\Microsoft Visual S...
https://www.tsingfun.com/it/cpp/2186.html 

MFC 获取当前时间的几种方法总结 - C/C++ - 清泛网 - 专注C/C++及内核技术

...ime curTime = CTime::GetCurrentTime();CString strCurTime;strCurTime.Format(_T("d d d d:d:d"), curTime...1.CTime类获取当前时间 CTime curTime = CTime::GetCurrentTime(); CString strCurTime; strCurTime.Format(_T("d/d/d d:d:d"), curTime.GetYear(), curTime.GetMonth(), curTime.GetDay(), curTi...
https://www.tsingfun.com/it/da... 

常用Sql - 数据库(内核) - 清泛网 - 专注C/C++及内核技术

... decimal(18,0) NOT NULL COMMENT '递增ID', `FIELD_1` varchar(32) NOT NULL COMMENT '字段1', `FIELD_2` varchar(32) NOT NULL COMMENT '字段2', PRIMARY KEY (`ID`), KEY `FIELD_1` (`FIELD_1`), #单索引 KE...
https://www.tsingfun.com/it/bigdata_ai/1107.html 

MongoDB sort排序、index索引教程 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...排列。 语法 sort()方法基本语法如下所示: >db.COLLECTION_NAME.find().sort({KEY:1}) 注意: 即使键值写错了(即文档中没有该键值),命令本身不会报错,当然排序也没有效果。 实例 col 集合中的数据如下: { "_id" : ObjectId("56066542...
https://www.tsingfun.com/it/tech/504.html 

JS以_blank方式打开新窗口方法 - 更多技术 - 清泛网 - 专注C/C++及内核技术

JS以_blank方式打开新窗口方法a标签target= "_blank "可以新建窗口打开网页,js代码无法设置这一属性,实现类似功能只能使用window.open,效果没有区别。1、超链接<a href="https://www.tsingfun.com" title="清泛网">Welcome</a> 等效于js代码 w...
https://www.tsingfun.com/it/tech/2430.html 

Google breakpad stackwalker无法加载符号 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...Google breakpad安装好以后,按要求生成 sym,但是最终minidump_stackwalk打印出来的堆栈还是提示找不到符号。这是因为它要求符号文件有一 Google breakpad安装好以后,按要求生成.sym,但是最终 minidump_stackwalk 打印出来的堆栈还是提示...
https://bbs.tsingfun.com/thread-33-1-1.html 

常用Sql - 爬虫/数据库 - 清泛IT社区,为创新赋能!

...)&nbsp; &nbsp;&nbsp; &nbsp;NOT NULL COMMENT '递增ID', &nbsp;&nbsp;`FIELD_1`&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;varchar(32)&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;NOT NULL COMMENT '字段1', &nbsp;&nbsp;`FIELD_2`&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; ...