c#
文章平均质量分 58
HttpCookie
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
rabbitmq
using RabbitMQ.Client;using System;using System.Collections.Generic;using System.Collections.Specialized;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using Sy.原创 2021-08-12 17:58:47 · 335 阅读 · 0 评论 -
c# 调用 c++ dll 依赖库的问题
在c# 开发项目中经常会遇到调用c++写的依赖库有的时候就会发生错误:如下1.Unable to load DLL 'xxx.dll' or one of its dependencies: 找不到指定的模块。 (0x8007007E)"这个错误一眼就能看出是缺少依赖引用,把xxx.dll拷贝到应用程序根目录下即可2.Could not load file or assembly 'xxxx, Version=1.0.0.0, Culture=neutral, PublicKeyToken=原创 2020-12-02 16:40:23 · 2451 阅读 · 0 评论
分享