会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
水之清澈,因之沉淀。
博客园
首页
新随笔
联系
订阅
管理
2025年9月10日
JBT 10389-2014
摘要: https://files.cnblogs.com/files/mymeng_feng/JBT10389-2014.zip?t=1757495073&download=true
阅读全文
posted @ 2025-09-10 17:06 mymeng_feng
阅读(2)
评论(0)
推荐(0)
2022年11月2日
人工智能学习网
摘要: https://captainbed.vip
阅读全文
posted @ 2022-11-02 14:14 mymeng_feng
阅读(51)
评论(0)
推荐(0)
2021年11月1日
opencv 编译
摘要: OpenCV build steps:download opencv and contrib 1, CMake 3.16.1, python 3.72, Create build folder3, Click Configure4, Search test and java, remove5, Se
阅读全文
posted @ 2021-11-01 17:40 mymeng_feng
阅读(50)
评论(0)
推荐(0)
2020年9月22日
CListCtrl 防止闪烁,调整行显示长度
摘要: MFC CListCtrl
阅读全文
posted @ 2020-09-22 15:44 mymeng_feng
阅读(174)
评论(0)
推荐(0)
2016年7月18日
ADO
摘要: http://files.cnblogs.com/files/mymeng_feng/ADO.7z
阅读全文
posted @ 2016-07-18 11:56 mymeng_feng
阅读(114)
评论(0)
推荐(0)
2016年7月12日
BAT
摘要: // 获取管理员权限并映射网络驱动器
阅读全文
posted @ 2016-07-12 15:29 mymeng_feng
阅读(130)
评论(0)
推荐(0)
2016年7月11日
VS2008 dump
摘要: 1 #include 2 #include 3 #pragma comment(lib, "dbghelp.lib") 4 5 BOOL IsDataSectionNeeded(const WCHAR* pModuleName) 6 { 7 if(pModuleName == 0) 8 { 9 return FALSE; 10 } ...
阅读全文
posted @ 2016-07-11 11:37 mymeng_feng
阅读(144)
评论(0)
推荐(0)
VBA Find Printers
摘要: Public Function FindPrinter(strPrinterName As String) As Boolean Dim pa As String Dim length As Integer Dim objRegistry As Object Dim arrSubkeys As Variant Dim subkey As Variant ...
阅读全文
posted @ 2016-07-11 11:36 mymeng_feng
阅读(245)
评论(0)
推荐(0)
C++与C#字符串传递
摘要: msdn2.microsoft.com/en-us/library/22e4dash.aspx msdn2.microsoft.com/en-us/library/b610yw3t.aspx msdn2.microsoft.com/en-us/library/42zy2z41.aspx msdn2.
阅读全文
posted @ 2016-07-11 11:35 mymeng_feng
阅读(1363)
评论(0)
推荐(0)
C#调用C++动态库
摘要: 1、若C#调用VC的动态库,而dll中使用了MFC则须将MFC静态链接到dll中。 2、C#调用C++的动态库有三种方法:COM组件、托管代码、非托管代码。 COM组件需客户端注册,若客户无管理员权限则无法使用; 托管代码可以将dll中的类导出,但需要写托管代码,添加工作量且代码看上去有点**; 非
阅读全文
posted @ 2016-07-11 11:34 mymeng_feng
阅读(1200)
评论(0)
推荐(0)
下一页
公告