04 2021 档案

摘要:无法访问国外网站的凑合着用: https://stackoom.com/ https://www.soinside.com/ 阅读全文
posted @ 2021-04-29 14:47 Jame-DENG 阅读(377) 评论(0) 推荐(0)
摘要:根据MSDN介绍从VS2015起MFC支持动态布局,可以在控件属性里面设置,也可以通过CMFCDynamicLayout类实现,具体实现见以下官方文档: https://docs.microsoft.com/en-us/cpp/mfc/dynamic-layout?view=msvc-160 阅读全文
posted @ 2021-04-27 13:23 Jame-DENG 阅读(1037) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Delegate1 { // 自定义委托 pub 阅读全文
posted @ 2021-04-20 11:03 Jame-DENG 阅读(121) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Timers; using System.Threading.Tasks; using System. 阅读全文
posted @ 2021-04-20 11:01 Jame-DENG 阅读(116) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace AllTest { class Program 阅读全文
posted @ 2021-04-20 10:59 Jame-DENG 阅读(99) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Linq; namespace Param 阅读全文
posted @ 2021-04-20 10:57 Jame-DENG 阅读(125) 评论(0) 推荐(0)
摘要:一、使用配置0. 下载Visual Leak Detector for Visual C++ 2008-2015最新版时V2.5.1支持到VC2015,官方地址:Visual Leak Detector for Visual C++ 2008-2015 - CodePlex Archive (Git 阅读全文
posted @ 2021-04-20 10:53 Jame-DENG 阅读(1133) 评论(0) 推荐(0)