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
查看全文
相关阅读:
queue
hiho1095(二分)
uvaliva3942(trie树)
hiho1014(trie树)
uvalive4329(树状数组)
Dropping tests POJ
linux mysql命令
linux文件系统和mount(硬盘,win分区,光驱,U盘)
linux共享windows资料
linux常用命令
原文地址:https://www.cnblogs.com/zcqkk/p/11819256.html
最新文章
May 18th 2017 Week 20th Thursday
May 17th 2017 Week 20th Wednesday
May 16th 2017 Week 20th Tuesday
May 15th 2017 Week 20th Monday
May 14th 2017 Week 20th Sunday
May 13th 2017 Week 19th Saturday
怎样使用原型设计中的组件样式功能
移动网站应用设计:速度至关重要!
房屋建造实例映射出的用户体验原则
如何规范移动应用交互设计?UI/UX设计师须知的11个小技巧
热门文章
移动用户界面的5个设计原则
iOS界面设计,12个优秀案例激发你的灵感
Mockplus组件样式库一键解决风格复用
超赞!UX写手必备技能
2018年3大UI设计趋势,你知道吗?
超大触摸屏设计的7大注意事项
hdu3486(RMQ)
poj2019(二维RMQ)
poj3368(RMQ)
poj3417(LCA+DP)
Copyright © 2011-2022 走看看