上一页 1 2 3 4 5 6 ··· 20 下一页
该文被密码保护。 阅读全文
posted @ 2022-02-26 20:44 酒沉吟 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Docker 查看容器里Log4写的日 志文 件里的日志 // 进入容器文件中心 docker exec -it storagemanagkafkaconsumer /bin/bash // 容器里所有文件列表 ls -l // 查看'log\errorlog20210816\09.log' 文件的 阅读全文
posted @ 2021-08-16 16:22 酒沉吟 阅读(114) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sunshiine8080/article/details/106720735 阅读全文
posted @ 2021-04-19 15:45 酒沉吟 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 一般我使用的第一种,使用32位Key加密的算法,代码如下 "AesKey": "asfo44beh9zmeoivlkcmljfoacjfojsd" using System; using System.Collections.Generic; using System.Linq; using Sys 阅读全文
posted @ 2021-03-05 16:39 酒沉吟 阅读(2095) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-03-03 14:40 酒沉吟 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-03-01 13:22 酒沉吟 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-27 00:08 酒沉吟 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-08-24 19:48 酒沉吟 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 在项目文件夹中定义一个 Middleware 文件夹,建一个中间件类 using Microsoft.AspNetCore.Http; using System; using System.Collections.Generic; using System.Linq; using System.Th 阅读全文
posted @ 2020-08-22 22:00 酒沉吟 阅读(172) 评论(0) 推荐(0) 编辑
摘要: 先安装Ocelot.Provider.Polly 然后在Startup.CS .AddPolly(); using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; u 阅读全文
posted @ 2020-08-22 11:43 酒沉吟 阅读(469) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 20 下一页