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

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

解决:CTreeCtrl控件SetCheck无效的问题 - C/C++ - 清泛网 - 专注C/C++及内核技术

...起作用 而对于非初始化中的SetCheck,则不受影响。 MFC CTreeCtrl SetCheck
https://www.tsingfun.com/it/cpp/1441.html 

Windows下 C++网络延时检测 - C/C++ - 清泛网 - 专注C/C++及内核技术

...否正常服务,这就类似telnet命令了。 解决方案参考:《mfc telnet 端口,代码实现、不调用telnet.exe》。 Windows C++ 网络延时
https://stackoverflow.com/ques... 

STAThread and multithreading

...e Thread class from thread.h (the COM thread.h) documented anywhere? Is it MFC, ATL, or something else? – jrh May 5 '17 at 19:18 ...
https://www.tsingfun.com/it/tech/1480.html 

windbg 备忘 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...出所加载模块的详细信息 15. vertarget 显示当前加载进程实例的一些信息, 16. !peb (process environment block )显示当前进程的运行环境 17. .reload 重新加载模块的符号。在加载前可以先打开symbol的noisy模式(命令: !sym noisy),显示加载详...
https://www.tsingfun.com/it/bigdata_ai/335.html 

MongoDB副本集详解 优于以往的主从模式 - 大数据 & AI - 清泛网 - 专注C/C++及内核技术

... 搭建副本集集群 每个虚拟机都使用如下的配置文件启动实例: dbpath =/home/lihuilin/mongodata smallfiles =true replSet =mvbox 然后在任意一台虚拟机登陆mongo,输入如下设置 config = { _id:"mvbox", members:[ {_id:0,host:"192.168.1.1:27017"}...
https://www.tsingfun.com/it/cpp/google_mock.html 

google mock分享(全网最全最好的gmock文档,没有之一) - C/C++ - 清泛网 ...

...一个指针时)与匹配器m匹配, 这里的argument是一个class类的实例. Key(e) 形参(argument)比较是一个类似map这样的容器,然后argument.first的值等于e Pair(m1, m2) 形参(argument)必须是一个pair,并且argument.first等于m1,argument....
https://www.tsingfun.com/it/tech/1329.html 

廉价共享存储解决方案1-drbd+ha+nfs - 更多技术 - 清泛网 - 专注C/C++及内核技术

...辑。 5.2.1主配置文件:ha.cf 配置heartbeat的检测机制本次实例中,内容设置如下: debugfile /var/log/ha-debu logfile /var/log/ha-log logfacility local0 keepalive 2 warntime 10 deadtime 30 initdead 120 hopfudge 1 udpport 694 bcast eth1 ucast eth1 10.10.10.43...
https://www.tsingfun.com/it/pr... 

项目管理实践【三】每日构建【Daily Build Using CruiseControl.NET and MS...

...d自动进行编译。我们以昨天的教程中创建的StartKit项目为实例,先看看下面的配置文件: <cruisecontrol xmlns:cb="urn:ccnet.config.builder"> <!--项目名称--> <name>StartKit</name> <!--标示类型,有多种类型。下面为默认标示,作为每...
https://stackoverflow.com/ques... 

error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup

... life saver for me ! I was using cmake + mfc (unicode) – malat Sep 2 '14 at 14:02 add a comment  |  ...
https://www.tsingfun.com/it/cpp/478.html 

SSMS插件开发指南 - C/C++ - 清泛网 - 专注C/C++及内核技术

...n插件基本开发入门》。 一、调试参数,要启动新的SSMS实例进行调试: C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Ssms.exe C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\ 二、运行配置(有两...