上一页 1 2 3 4 5 6 7 8 ··· 22 下一页
摘要: Docker 查看容器里Log4写的日 志文 件里的日志 // 进入容器文件中心 docker exec -it storagemanagkafkaconsumer /bin/bash // 容器里所有文件列表 ls -l // 查看'log\errorlog20210816\09.log' 文件的 阅读全文
posted @ 2021-08-16 16:22 酒沉吟 阅读(136) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/sunshiine8080/article/details/106720735 阅读全文
posted @ 2021-04-19 15:45 酒沉吟 阅读(37) 评论(0) 推荐(0)
摘要: 一般我使用的第一种,使用32位Key加密的算法,代码如下 "AesKey": "asfo44beh9zmeoivlkcmljfoacjfojsd" using System; using System.Collections.Generic; using System.Linq; using Sys 阅读全文
posted @ 2021-03-05 16:39 酒沉吟 阅读(4018) 评论(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 酒沉吟 阅读(184) 评论(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 酒沉吟 阅读(501) 评论(0) 推荐(0)
摘要: 首先建 立一个.net Core WebAPi 项目 安装下面两个东西,注意版本 配置项目Startup.cs文件 using System; using System.Collections.Generic; using System.Linq; using System.Threading.Ta 阅读全文
posted @ 2020-08-21 23:53 酒沉吟 阅读(183) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 22 下一页