C4 model for visualising software architecture
C4: Context, Containers, Components, and Code
C4模型的创建是为了帮助软件开发团队在前期设计阶段和回顾性记录现有代码库时描述和交流软件体系结构。在不同的细节层次上高效地传达其软件架构,向不同类 …
C4: Context, Containers, Components, and Code
C4模型的创建是为了帮助软件开发团队在前期设计阶段和回顾性记录现有代码库时描述和交流软件体系结构。在不同的细节层次上高效地传达其软件架构,向不同类 …
Technical Debt refers to the need to revisit previously written code. Often associated with the practice of relying on temporary easier-to-implement solutions to achieve short-term results …
Feature Toggles (often also refered to as Feature Flags) are a powerful technique, allowing teams to modify system behavior without changing code. 允许团队不用修改 …
JPM Application Development Pipeline
Checkout -> Manifest Load -> Setup —> Unit Test -> Lint -> Static Analysis -> Package -> Publish -> Deploy -> Integration Test -> Regression Test
This can be …
Repository URL: https://sourcecode.xxx.com/scm/asx-nbbg/fpa_mobile.git
Branch Specifier: */develop
Build Triggers: 轮询 SCM
Build: 执行shell
npm i
npm install aws-sdk &
export NODE_OPTIONS …
策略模式定义了算法族,分别封装起来,让他们之间可以相 …
pip install pelican
pip install Markdown
pelican-quickstart
to build a quick start version project pip install typogrify
blog metadata
Title: My title
Date: 2010-12-03 10 …
这篇文章介绍Markdown的语法,包括标题、引用、列表、代码、强调、链接、表格、分割线、图片
首先需要明确三个概念,Git中的文件有三种状态: 已提交(commited), 已修改(modified)和已暂存(staged), 这里前两个概 …
« Page 2 / 2