zoukankan
html css js c++ java
12要素
https://12factor.net/
The Twelve Factors
I. Codebase
One codebase tracked in revision control, many deploys
II. Dependencies
Explicitly declare and isolate dependencies
III. Config
Store config in the environment
IV. Backing services
Treat backing services as attached resources
V. Build, release, run
Strictly separate build and run stages
VI. Processes
Execute the app as one or more stateless processes
VII. Port binding
Export services via port binding
VIII. Concurrency
Scale out via the process model
IX. Disposability
Maximize robustness with fast startup and graceful shutdown
X. Dev/prod parity
Keep development, staging, and production as similar as possible
XI. Logs
Treat logs as event streams
XII. Admin processes
Run admin/management tasks as one-off processes
查看全文
相关阅读:
IT系统
大型云计算平台的搭建以及解决方案(超详细)(http://c.biancheng.net/view/3961.html)
E
Codeforces Round #694 (Div. 1) B. Strange Definition
Codeforces Round #691 (Div. 2) D. Glass Half Spilled
Educational Codeforces Round 100 (Rated for Div. 2) 1463D. Pairs
(指针主席树简单介绍)第k小数
11月刷题记录
(补题)牛客国庆集训派对day4
蓝桥杯前最后的挣扎(雾
原文地址:https://www.cnblogs.com/zcqkk/p/11819256.html
最新文章
用smooth shading模拟flat shading的一种特殊技巧
为什么base64编码要用=做对齐
Solution -「51nod 1868」彩色树
Solution -「AGC 034C」Tests
Solution -「HAOI 2018」「洛谷 P4491」染色
Solution -「SDOI 2016」「洛谷 P4076」墙上的句子
Solution -「NOI 2012」「洛谷 P2050」美食节
Solution -「NOI 2008」「洛谷 P3980」志愿者招募
Solution -「国家集训队」「洛谷 P4451」整数的 lqp 拆分
Solution -「SDOI 2017」「洛谷 P3784」遗忘的集合
热门文章
Solution -「HNOI2019」「洛谷 P5293」白兔之舞
Solution -「UOJ 450」复读机
鲁迅,利用完了请你滚蛋
欧拉回路学习笔记
配对堆学习笔记
SD2018集训Day2 子串
正睿2020三月集训day5
ETT学习笔记
基于postman进行接口测试实战
Ceph介绍及原理架构分享(https://www.jianshu.com/p/cc3ece850433)
Copyright © 2011-2022 走看看