随笔分类 - DotnetCore
摘要:https://segmentfault.com/a/1190000016351095 http://www.dengshenyu.com/java/%E5%88%86%E5%B8%83%E5%BC%8F%E7%B3%BB%E7%BB%9F/2017/10/23/zookeeper distribu
阅读全文
摘要:``` using StackExchange.Redis; using System; using System.Collections.Generic; using System.Linq; using System.Threading; using System.Threading.Tasks; namespace RedisDemo { class Program { ...
阅读全文
摘要:```c [Fact] public async Task VerfiyJwtTokenUseJwks() { var jwt = @"your jwt token"; var wellKnownAddress = "http://your openid host/.well known/openi
阅读全文
摘要:1. 准备Centos7环境及Docker环境 2. 从Docker hub拉取 基础镜像(可以使用国内加速) 3. 向Centos7指定目录上传Dotnet Core程序,目录: /home/firstApp 4. 制作Dockerfile Dockerfile 参考 1. https://doc
阅读全文