摘要: 1.Net.6的Host Bundle的下载地址(IIS)服务配套组件: https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0 2.docker windows安装教程: https://docs.docker.com/desktop/inst 阅读全文
posted @ 2023-05-16 23:17 JohnYang819 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 1.C#配置 (1)类库 (2)COM互操作打勾 (3)代码中类必须要有无参构造函数,否则不会注册成功!!! using System; using System.Runtime.InteropServices; namespace MyLibrary { [ComVisible(true)] // 阅读全文
posted @ 2023-05-16 22:42 JohnYang819 阅读(245) 评论(0) 推荐(0) 编辑