上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页
摘要: //简单生产端 ui调用者 using System;namespace RabbitMqPublishDemo{ using MyRabbitMqService; using System.Runtime.CompilerServices; class Program { static void 阅读全文
posted @ 2021-08-02 21:11 .net&new 阅读(182) 评论(0) 推荐(0)
摘要: 出自:https://www.jb51.net/article/197580.htm 1:RabbitMQ是个啥?(专业术语参考自网络) RabbitMQ是实现了高级消息队列协议(AMQP)的开源消息代理软件(亦称面向消息的中间件)。 RabbitMQ服务器是用Erlang语言编写的,Erlang是 阅读全文
posted @ 2021-08-02 21:08 .net&new 阅读(81) 评论(0) 推荐(0)
摘要: //log4net日志 public static ILoggerRepository repository { get; set; } public Startup(IConfiguration configuration) { Configuration = configuration; rep 阅读全文
posted @ 2021-07-11 23:56 .net&new 阅读(306) 评论(0) 推荐(0)
摘要: .net core 过滤器之Filter 梁身定做 2018-06-18 21:48:34 11028 收藏 5分类专栏: .net core跨平台技术 文章标签: .net core aop 过滤器版权 当我们进行项目开发时,往往在开发过程中需要临时加入一些常用功能性代码,如身份验证、日志记录、异 阅读全文
posted @ 2021-07-11 18:45 .net&new 阅读(68) 评论(0) 推荐(0)
摘要: //处理中文乱码 services.AddControllers().AddJsonOptions(cfg => { cfg.JsonSerializerOptions.Encoder = JavaScriptEncoder.Create(UnicodeRanges.All); }); 阅读全文
posted @ 2021-07-04 10:30 .net&new 阅读(191) 评论(0) 推荐(0)
摘要: .Net5的WebApi中的Post请求,FromBody和FromForm .Net5的WebApi中的Post请求,FromBody和FromFormFromBody特性的使用(推荐使用):只能接收单个对象(实体对象或动态类型(dynamic))作参数,无法绑定简单类型(int、string、d 阅读全文
posted @ 2021-06-19 06:09 .net&new 阅读(463) 评论(0) 推荐(0)
摘要: https://dotnet.microsoft.com/download/dotnet-core https://dotnet.microsoft.com/download/dotnet/current/runtime .netCore 部署IIS 需要安装三个程序1.dotnet-hosting 阅读全文
posted @ 2021-06-16 18:08 .net&new 阅读(49) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Threading; namespace Fleck.Samples.ConsoleApp { class Server { static 阅读全文
posted @ 2021-06-13 12:29 .net&new 阅读(68) 评论(0) 推荐(0)
摘要: 0. 系统要求 中央处理器 I5-10400F以上 内存 16 GB,最佳32G内存 硬盘 至少40 GB的可用空间 1:安装Docker Desktop 2:进入BIOS设置CPU的虚拟化 https://jingyan.baidu.com/article/ab0b56305f2882c15afa 阅读全文
posted @ 2021-06-13 11:18 .net&new 阅读(1217) 评论(0) 推荐(0)
摘要: 1:安装PuTTY.exe软件 2:登录PuTTY.exe 3: 使用命令cd / dev,cd dev切换到目录dev 4:创建目录xiaowumysqlbackup,使用命令mkdir xiaowumysqlbackup,使用命令cd xiaowumysqlbackup 5:进入vim 创建备份 阅读全文
posted @ 2021-06-13 11:16 .net&new 阅读(83) 评论(0) 推荐(0)
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页