受欢迎的博客标签
RSS

博客

用命令行操作chrome.exe
通过命令方式启动谷歌进程,传入网页地址、pdf保存位置等信息,将html转换成pdf: https://www.debugger.wiki/article/html/1628426160308886 https://www.cnblog
Excel VBA代码封装成Dll(VB6.0): VBA 代码的转换
Excel VBA代码封装成Dll(VB6.0): VBA 代码的转换
How to create vb6 standard exe and called from excel vba step by step?
https://club.excelhome.net/thread-865902-1-1.html
Excel VBA代码封装成Dll(VB6.0): Sub Main in ActiveX DLL projects
If an ActiveX DLL project contains a Sub Main method, the Main method is guaranteed to be executed before any class in t
vba 详细运行原理介绍及 vba 手册
Visual Basic for Applications(VBA)是Visual Basic的一种宏语言,是微软开发出来在其桌面应用程序中执行通用的自动化(OLE)任务的编程语言。主要能用来扩展Windows的应用程式功能,特别是Micr
VS2019 c++ 创建COM组件
https://blog.csdn.net/gdizcm/article/details/103002947
Office Excel VBA代码加密方案汇总(如何尽可能的保护VBA代码?)
Office Excel VBA代码加密方案汇总(如何尽可能的保护VBA代码?)
VS C# 调用 c++ CLR Class Library dll(托管型DLL) 混合编程步骤
VS c#如何调试C++非托管DLL(进入非托管代码)
How to port a Windows Forms desktop app to .NET 6.x
How to migrate a Windows Forms desktop app to .NET 5 NET 6 Desktop Dev Options:  WPF, WinForms, UWP, .NET MAUI, W
elasticsearch配置 ik_syno 和 ik_syno_smart 都会使用 synonym filter 实现同义词转换。
打开 ~/es_root/config/elasticsearch.yml 文件,加入以下配置: index: analysis: analyzer: ik_syno: type: cu