大约有 40,000 项符合查询结果(耗时:0.0343秒) [XML]

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://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; ...
https://www.tsingfun.com/it/os... 

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注IT技能提升

...看程序在打开哪些文件: bpftrace -e & 39;tracepoint:syscalls:sys_enter_open { printf("%s %s n 图:BPF性能工具及其可见性 bpftrace安装请参考:bpftrace-install 。 1、查看哪些程序(如head,tail)正在打开什么文件: # bpftrace -e 'tracepoint:sysca...
https://www.tsingfun.com/it/os... 

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网 - 专注IT技能提升

...看程序在打开哪些文件: bpftrace -e & 39;tracepoint:syscalls:sys_enter_open { printf("%s %s n 图:BPF性能工具及其可见性 bpftrace安装请参考:bpftrace-install 。 1、查看哪些程序(如head,tail)正在打开什么文件: # bpftrace -e 'tracepoint:sysca...
https://www.tsingfun.com/it/os... 

Linux bpftrace学习笔记(持续更新) - 操作系统(内核) - 清泛网移动版 - ...

...看程序在打开哪些文件: bpftrace -e & 39;tracepoint:syscalls:sys_enter_open { printf("%s %s n 图:BPF性能工具及其可见性 bpftrace安装请参考:bpftrace-install 。 1、查看哪些程序(如head,tail)正在打开什么文件: # bpftrace -e 'tracepoint:sysca...