惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
Recent Announcements
Recent Announcements
大猫的无限游戏
大猫的无限游戏
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
M
MIT News - Artificial intelligence
V
Visual Studio Blog
云风的 BLOG
云风的 BLOG
The GitHub Blog
The GitHub Blog
Jina AI
Jina AI
P
Proofpoint News Feed
博客园_首页
酷 壳 – CoolShell
酷 壳 – CoolShell
T
The Blog of Author Tim Ferriss
G
Google Developers Blog
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Last Week in AI
Last Week in AI
aimingoo的专栏
aimingoo的专栏
罗磊的独立博客
N
Netflix TechBlog - Medium
人人都是产品经理
人人都是产品经理

Waxxh's Blog

春夏之交,诚恳地生活就很好 - Waxxh's Blog 三年又三年 - Waxxh's Blog 截长图 滚动截图工具 FastStone Capture - Waxxh's Blog 日常——只有名字很日常 - Waxxh's Blog 好用的截图工具 Snipaste - Waxxh's Blog 服务器莫名的内存高占用 导致 MySQL 停止运行问题 - Waxxh's Blog Win10系统 软件无法随系统自启动的问题 - Waxxh's Blog VS 十分好用的工具 dumpbin 命令 - Waxxh's Blog MFC 开发中一些报错的解决方法 - Waxxh's Blog
限制 MFC 程序只能运行一个 - Waxxh's Blog
Waxxh · 2020-03-30 · via Waxxh's Blog
有时候会有这样的需求:让某个程序只能运行一个,不让它能打开多个,即多开,多进程。使用 CWnd 类的几个函数即可实现。