one step, whole life 1. Architecture 1. <IDDD> stu, practice 2. <MicSer DP> stu 3. <Reactice Messaging Patterns> 2.Java Feature 1. Rx 2. WebFlux 3.Jav ...
分类:
其他好文 时间:
2021-06-02 15:20:57
阅读次数:
0
进入查看:2021-2022学年英语周报八年级第25期答案及试题 It is never too old to learn.活到老,学到老。It is no use crying over spilt milk.覆水难收。It is the first step that costs trouble ...
分类:
其他好文 时间:
2021-04-10 13:19:01
阅读次数:
0
GET _cat/templates GET /_template/* PUT _template/test1_template { "order": 0, "version": 1, "index_patterns": [ "test1-*" ], "settings": { "index": { ...
分类:
其他好文 时间:
2021-03-12 11:40:33
阅读次数:
0
原文地址:https://martinfowler.com/articles/patterns-of-distributed-systems/wal.html Write-Ahead log 预写日志 预写日志(WAL,Write-Ahead Log)将每次状态更新抽象为一个命令并追加写入一个日志中 ...
分类:
其他好文 时间:
2021-02-09 12:34:16
阅读次数:
0
题解 并不需要什么高级数据结构 用树链剖分维护 对于每种颜色开个 \(\text{vector}\),然后把是这种颜色的点的 \(\text{dfs}\) 序加进来排序 对于 \([dfn[top[x]],dfn[x]]\) 这一区间问有没有某种颜色 相当于问某种颜色有没有至少一个在这个区间内 直接 ...
分类:
其他好文 时间:
2021-01-25 11:14:34
阅读次数:
0
Creational Patterns Factory Method : Factory Method Abstract Factory : Abstract Factory Builder : Builder Prototype : Prototype Singleton : Singleton ...
分类:
其他好文 时间:
2021-01-18 11:35:19
阅读次数:
0
一、functional pattern 测试覆盖率不够,用functional pattern做为补充。 functional pattern保存在EVCD文件里: TEST-T> set_patterns -external -strobe .. filename.evcd 怎么生成EVCD文件 ...
分类:
其他好文 时间:
2021-01-11 11:05:53
阅读次数:
0
本文译自https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013?gi=f8addb915af7,作者VijiniMallawaarachchi,Sep4,2017译者:evandeng2009(blog.csdn.net/evandeng2009/)为了更
分类:
其他好文 时间:
2020-12-18 12:15:51
阅读次数:
2
Factory Method Patterns GoF定义:定义一个接口来创建它的对象,但是由子类(实现类)来决定到底实例化哪个类。工厂方法使得类的实例化过程推迟到子类(而不是直接实例化一个类) 概念 用事实说话【滑稽】 例子 现实世界:假设你有两种电视,一种是LED屏幕,一种是LCD屏幕,当它们出 ...
分类:
其他好文 时间:
2020-12-08 12:39:34
阅读次数:
4
初识设计模式 What is Design Patterns what is it Consist of History of Patterns Why shall we learn it Classification of patterns ...
分类:
其他好文 时间:
2020-11-12 13:55:33
阅读次数:
11