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

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

十张图带你入门Map/Reduce - C/C++ - 清泛网 - 专注C/C++及内核技术

...用例代码部分(Java) 原文链接:Confused About Map/Reduce?(编译/仲浩 王旭东/审校) MapReduce
https://www.tsingfun.com/it/cpp/2453.html 

程序崩溃时malloc/new可能导致死锁,程序卡死退不出 - C/C++ - 清泛网 - 专...

...的问题。 2、Linux下可以通过添加一个宏 _REENTRANT 解决(编译时使用libc中安全可重入的malloc函数),Windows未知。 另外,Windows Server2016服务器C++崩溃时容易不彻底,导致卡住死锁,Server2008死锁概率低一些,死锁感觉是由于malloc...
https://www.tsingfun.com/it/cpp/2496.html 

hidden symbol ... is referenced by DSO 剖析 - C/C++ - 清泛网 - 专注C/C++及内核技术

...的话必须申明;Linux默认全部导出,但是很多时候默认的编译选项都加上了 -fvisibility=hidden 指定不导出,然后使用上面的宏,自定义导出,与Windows就类似了。 dllexport visibility
https://bbs.tsingfun.com/thread-688-1-1.html 

关于C/C++的强类型、弱类型的总结 - C/C++ - 清泛IT论坛,有思想、有深度

int a = 1; (强类型) int a; (弱类型) 两个强类型是否能编译通过? 待研究。。。
https://www.tsingfun.com/it/cpp/cpu_avx_run.html 

CPU指令集avx程序无法运行,运行崩溃 - C/C++ - 清泛网 - 专注C/C++及内核技术

...cpu指令即使不支持的情况下,__AVX__, __AVX2__, __AVX512F__ 等编译宏往往也被定义了,因此不能使用宏控制。应使用cpuid来判断是否支持,然后程序启动后动态指定函数指针到不同的函数实现。avx,avx2
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...实现、不调用telnet.exe。程序源码工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 KB Download ...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...实现、不调用telnet.exe。程序源码工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 KB Download ...
https://www.tsingfun.com/it/cp... 

MFC Telnet Application(mfc telnet 端口,代码实现、不调用telnet.exe) ...

...实现、不调用telnet.exe。程序源码工程升级后,可能出现编译不过的情况,请将stdafx.h中0x0410全部改为0x0501即可。The article demonstrates an MFC GUI Telnet application with server capabilities for incoming connections support. Download demo - 29.9 KB Download ...
https://www.tsingfun.com/it/tech/1685.html 

解决IIS发布时global_asax的dll 的CS0433冲突问题 - 更多技术 - 清泛网 - ...

...拷贝到网站根目录下; 问题解决。IIS,CS0433, global_asax, 预编译
https://www.tsingfun.com/it/tech/2203.html 

php动态安装mysql扩展错误(ext/mysqlnd/mysqlnd.h: No such file or direc...

....h: No such file or directory ... 解决办法:重新安装php,在编译php的时候,加上 mysql配置如下: ./configure ... --with-mysql=shared,mysqlnd mysql php 扩展