09 2021 档案
摘要:参考:【老张的哲学】Ids4实战 自定义用户类(方便后续拓展) public class ApplicationUser : IdentityUser { public string Salt { get; set; } = GetRandomSalt(5, 5, 1, 1, 1); /// <su
阅读全文
摘要:说明:这不是第一个步骤,后面再补一下前面的文档 实现接口 IProfileService /// <summary> /// 通过此实现可以拓展相关的用户Profile信息 /// </summary> public class PerryProfileService : IProfileServi
阅读全文
摘要:博客园文章 《一个微服务+DDD(领域驱动设计)的代码结构示例》 DDD分层 Infrastructure 基础实施层 最底层,但与所有应用交互 为各应用提供各种通用技术能力 工具类 第三方库支持 常用基本配置 数据访问底层实现 为应用层传递通知 为领域层提供持久化机智 为用户界面层提供组件配置 D
阅读全文
摘要:# 容器名字 CODE_PATH='/code/perry' CONTAINER_NAME='perry-identity-4' PUBLISH_PATH='/code/perry/Perry.Identity4/bin/Debug/net5.0/publish' PROJECT_PATH='./P
阅读全文
摘要:# 访问清华镜像库获取最新包 # https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable wget https://mirrors.tuna.tsinghua.edu.cn/jenkins/redhat-stable/jenkins-2.
阅读全文
摘要:Elasticsearch 1. 特性 可拓展高达PB级的结构化和非结构化数据(类和字符串?) 可以用来替代MongoDB和RavenDB等做文档存储 可以用非标准化来提高搜索性能 流行:Wikipedia、The Guardian、StackOverflow、GitHub等 开源:Apache 2
阅读全文
摘要:一、简单使用 1. 创建命名空间 点击 Workspaces 下的 New Workspace 创建新命名空间 一个命名空间下,可以放很多的集合 Collections,具体的接口就放在集合下面。 集合可以分多级文件夹管理。 2. 创建新集合 点击 Collections 标签,创建新集合 一个命名
阅读全文

浙公网安备 33010602011771号