- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 C#递归删除文件中的所有文件
/// <summary> /// 删除文件夹中所有文件包含文件夹和文件 /// </summary> /// <param name="dirpath">指定删除的文件夹目录</param> public static void DeleteAllFiles(string dirpath) { ...
2021-11-12 15:40:01
477
原创 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
294
原创 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
2332
.net core grpc配置https之后无法访问
2023-01-13
TA创建的收藏夹 TA关注的收藏夹
TA关注的人