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

https://www.tsingfun.com/it/pr... 

Quora如何在快速开发中保持高品质代码 - 项目管理 - 清泛网 - 专注C/C++及内核技术

...ing.quora.com Moving-Fast-With-High-Code-Quality译者:张婉莹高质量代码...作者:Quora工程主管Nikhil Garg 原文链接:https://engineering.quora.com/Moving-Fast-With-High-Code-Quality 译者:张婉莹 高质量代码库能使产品迭代、协作和维护变得更为...
https://www.tsingfun.com/it/cpp/1254.html 

一分钟明白 VS manifest 原理 - C/C++ - 清泛网 - 专注C/C++及内核技术

一分钟明白 VS manifest 原理什么是vs 程序manifest文件manifest 是VS程序用来标明所依赖side-by-side组建,如ATL, CRT等清单。为什么要有manifest文件一台pc上...什么是vs 程序manifest文件 manifest 是VS程序用来标明所依赖side-by-side组建...
https://www.fun123.cn/reference/info/about-us.html 

关于我们 · App Inventor 2 中文网,少儿编程陪伴者

...语言 - App Inventor 2。 由于它是国外平台,国内受到登录限制无法使用,但同时它是开源,因此我花了一些时间做源码级翻译移植,架设国内高速服务器,文档、教程、案例中文本土化,功能和MIT官...
https://www.tsingfun.com/it/cpp/2108.html 

C/C++中段错误(Segmentation fault) - C/C++ - 清泛网 - 专注C/C++及内核技术

... occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed (e.g., attempts to write to a read-only location, or to overwrite part of the operating system). Systems based on processors like the Mot...
https://www.tsingfun.com/it/bigdata_ai/1077.html 

MySQL和MongoDB设计实例进行对比 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...查询: db.getCollection("mobiles").find({ "params": { $all: [ {$elemMatch: {"name": "待机时间", "value": {$gt: 100}}}, {$elemMatch: {"name": "外观设计", "value": "直板"}} ] } }); 注:查询中用到$all,$elemMatch等高...
https://www.tsingfun.com/it/tech/2508.html 

【phpcms v9】html静态化设置及URL规则优化 - 更多技术 - 清泛网 - 专注C/C++及内核技术

【phpcms v9】html静态化设置及URL规则优化1、默认栏目生成规则是:{$categorydir}{$catdir} index html|{$categorydir}{$catdir} {$page} html具体生成html时候,将会显示成:news china 1000 html。这个有点小问题, 1、默认栏目生成规则是: ...
https://www.tsingfun.com/it/cpp/1443.html 

c++ Timer使用总结 - C/C++ - 清泛网 - 专注C/C++及内核技术

...结了窗口应用程序、控制台程序、多线程中分别使用Timer方法,均提供实例参考。窗口应用程序使用Timer: #define TIMER_ID 1000 //定时器ID,可任意。触发后回调函数中用于区别不同定时器以执行不同任务 SetTimer(TIMER_ID, 1000...
https://www.tsingfun.com/it/cpp/1966.html 

[源码实例] c/c++获取网卡mac地址 - C/C++ - 清泛网 - 专注C/C++及内核技术

... ncb.ncb_lana_num = lana_num; // 指定网卡号 // 首先对选定网卡发送一个NCBRESET命令,以便进行初始化 uRetCode = Netbios( &ncb ); memset( &ncb, 0, sizeof(ncb) ); ncb.ncb_command = NCBASTAT; ncb.ncb_lana_num = lana_num; // 指定网卡号 strcpy( (char...
https://www.tsingfun.com/it/bigdata_ai/421.html 

MongoDB仿关系型数据库Group聚合例子 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

...,max仿关系型数据库例子,通过BsonJavaScript脚本实现。相当SQL:select * from GroupDemo a right join (select userName,max(date) maxdate from GroupDemo group by userName) b on a date=b maxdate namespace MongoGroupDemo { class Program { private static string Mo...
https://www.tsingfun.com/it/cpp/2255.html 

Windows x64编程中寄存器使用 - C/C++ - 清泛网 - 专注C/C++及内核技术

Windows x64编程中寄存器使用下面是摘自 MSDN 文章,在Win64下 registers 用途RegisterStatusUseRAXVolatileReturn value registerRCXVolatileFirst integer 下面是摘自 MSDN 文章,在 Win64 下 registers 用途 Register Status Use ...