大约有 600 项符合查询结果(耗时:0.0145秒) [XML]

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

CMake使用教程 - C/C++ - 清泛网 - 专注C/C++及内核技术

...或者ctest)、生成当前平台的安装包(make package)、生成源码包(make package_source)、产生Dashboard显示数据并上传等高级功能,只要在CMakeLists.txt中简单配置,就可以完成很多复杂的功能,包括写测试用例。 如果有嵌套目录,子...
https://www.tsingfun.com/it/tech/738.html 

TCP 的那些事儿(上) - 更多技术 - 清泛网 - 专注C/C++及内核技术

...tcp_timestamps在两边都被打开(你可以读一下tcp_twsk_unique的源码 )。我个人估计还是有一些场景会有问题。 关于tcp_tw_recycle。如果是tcp_tw_recycle被打开了话,会假设对端开启了tcp_timestamps,然后会去比较时间戳,如果时间...
https://stackoverflow.com/ques... 

Resolving javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path

...ot CA. Adding this JVM option solved the problem: -Dcom.sun.security.enableAIAcaIssuers=true Support for the caIssuers access method of the Authority Information Access extension is available. It is disabled by default for compatibility and can be enabled by setting the system property com.sun.secu...
https://stackoverflow.com/ques... 

Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification

...nload link to the missing cert in the ssl handshake log: http://svrintl-g3-aia.verisign.com/SVRIntlG3.cer in my case). And I imported the cert in the java keystore. After importing the intermediate certificate my wildcard ssl cert finally started working: keytool -import -keystore ../jre/lib/secur...
https://www.tsingfun.com/it/op... 

ZMQ: 基本原理 - 开源 & Github - 清泛网 - 专注C++内核技术

... 7libunwind:记录程序崩溃堆栈 8TLSF源码及算法介绍 9Linux下部署企业级邮件服务器(postfix + ... 10libunwind链接时报错:undefined referenc... 本月排行 ...
https://www.tsingfun.com/html/... 

redmine开源项目管理工具介绍 - 开源 & Github - 清泛网 - 专注IT技能提升

...化显示,同时它支持多项目管理。Redmine是一个自由开放源码软件的解决方案,它提供集成的项目管理功能,问题跟踪,并为多个版本控制的选项的支持。 二、模块介绍 1.概述 该页面提供一个关于该项目的总体概述。其中问题...
https://www.tsingfun.com/html/... 

Swift 和 .Net 开源,回顾 2015 年 9 大开源事件 - 开源 & Github - 清泛网 - 专注IT技能提升

...得开发者的注意力。这两个项目是在麻省理工学院的开放源码许可证下发布的,该公司还为其 Azure 云上的一个网络交换机开发了一个基于 Linux 的操作系统。 3、富士通开源自己产品 富士通使用 Linux 已经几十年了,同时也致...
https://www.tsingfun.com/ilife/idea/956.html 

国际 C 语言混乱代码大赛结果 - 创意 - 清泛网 - 专注C/C++及内核技术

...ang 应是第 7 回。 虽然主办方目前还没有公布这次比赛的源码,但可以围观他俩之前的作品。 Best self documenting program (2011/hou/hou.c) Best use of 1 Infinite Loop (2013/hou/hou.c) Don Yang,Google 工程师 2004/omoikane.c omoikane —&ra...
https://www.tsingfun.com/it/cp... 

CDHtmlDialog的基本使用(JS调用C++函数的实现) - C/C++ - 清泛网 - 专注IT技能提升

...eturn TRUE; } 这样,直接允许访问内部函数,绕过确认。 源码点此下载。 反过来,C++调用Js代码,请看下篇《CDHtmlDialog的基本使用(C++调用JS函数的实现)》。
https://www.tsingfun.com/it/cpp/968.html 

ATL COM开发入门(二)(ActiveX/COM组件回调JS) - C/C++ - 清泛网 - 专注C/C++及内核技术

...的例子,参见《ATL创建的ActiveX(COM组件)实现JS回调》。 源码点此下载,如有问题请点此。 ATL COM ActiveX 入门 JS回调