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

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

MFC Static透明背景色实现、Static控件自绘、Static字体修改 - C/C++ - ...

MFC Static透明背景色实现、Static控件自绘、Static字体修改第一种:pDC->SetBkMode(TRANSPARENT);afx_msg HBRUSH CtlColor(CDC* *pDC* , UINT *nCtlColor* );COLORREF m_crText;COLORREF m_...第一种:pDC->SetBkMode(TRANSPARENT); afx_msg HBRUSH CtlColor(CDC* /*pDC*/, UINT /*nCtlC...
https://www.tsingfun.com/it/cpp/2137.html 

MFC AfxMessageBox改变标题几种方法 - C/C++ - 清泛网 - 专注C/C++及内核技术

MFC AfxMessageBox改变标题几种方法1、资源文件AFX_IDS_APP_TITLE:其实这个标题,也就是我们默认工程名,我们应该怎么在不改变工程名基础上改变标题呢?其实这个标题在...1、资源文件AFX_IDS_APP_TITLE(推荐): AfxMessageBox...
https://www.tsingfun.com/it/cp... 

调用空智能指针对象函数,Windows及Linux行为解析 - C/C++ - 清泛网 - 专...

调用空智能指针对象函数,Windows及Linux行为解析empty_shared_ptr_call先看结论:Windows下可以调用空智能指针对象函数,但是函数中访问目标对象成员变量会崩溃,this指针为nullptr;Linux下Debug版本及不开优化版本也能正常运行...
https://bbs.tsingfun.com/thread-1817-1-1.html 

如何查看Android应用.apk是32位还是64位? - App应用开发 - 清泛IT社区,为创新赋能!

1、Android Studio 分析工具 如何判断APK架构 1)使用APK分析工具:Android Studio 提供了一个内置工具叫做APK Analyzer,它可以帮助你查看APK内容,包括其支持架构。打开Android Studio,选择“Build” > “Analyze APK…”,然后选择你...
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/tech/1047.html 

一次「Too many open files」故障 - 更多技术 - 清泛网 - 专注C/C++及内核技术

...作系统限制所致,可是检查结果一切正常: shell> cat /etc/security/limits.conf * soft nofile 65535 * hard nofile 65535 问题进入了死胡同,于是我开始尝试找一些奇技淫巧看看能不能先尽快缓解一下,我搜索到 @-神仙- 一篇文章:动态...
https://www.tsingfun.com/it/cpp/1249.html 

MFC RadioButton用法详解 - C/C++ - 清泛网 - 专注C/C++及内核技术

...C RadioButton用法详解基础介绍:radiobutton通常都是成组使用,在一组里面是互斥。分组原则是:1、首先将RadioButton控件定好Tab顺序,具体方法:工具栏格...基础介绍: radio button通常都是成组使用,在一组里面是互斥。 ...
https://www.tsingfun.com/it/tech/649.html 

虚拟机ubuntu与宿主机NAT方式设定静态IP共享上网 - 更多技术 - 清泛网 - 专...

...个IP(貌似不填也行)。设置完之后重启网络服务: ./etc/init.d/networking restart ubuntu 虚拟机 静态IP 共享上网 NAT
https://www.tsingfun.com/it/tech/1685.html 

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

解决IIS发布时global_asaxdll CS0433冲突问题Server Error in ' ' Application.Compilation ErrorDescription:An error occurred during the compilation of a re...Server Error in '/' Application. Compilation ErrorDescription: An error occurred during the compilation of a resource required t...
https://www.tsingfun.com/it/opensource/1969.html 

pdf2htmlEX实现pdf转html - 开源 & Github - 清泛网 - 专注C/C++及内核技术

pdf2htmlEX实现pdf转html首先要感谢pdf2htmlEX作者Lu Wang,该软件是一个pdf转html开源软件,效果非常理想。下面两张图片是html和pdf视图下截图:windows下...首先要感谢pdf2htmlEX作者Lu Wang,该软件是一个pdf转html开源软件,效果...