2020-11-0x03
Keywords: Python leancloud ABAP
Share¶
My Philosophy on Alerting zh¶
关于系统监控的论文
zhihu: https://zhuanlan.zhihu.com/p/266870885 Google doc: https://docs.google.com/document/d/1VxFImA8ZMBdKtnpwa_tuhY-oyRUVxnfoNw43zusCG3o/edit#
Github Action 语法¶
https://docs.github.com/cn/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions
计算机里面的Profile怎么翻译比较好?¶
一场 Pycon¶
Raymond Hettinger - Beyond PEP 8 -- Best practices for beautiful intelligible code - PyCon 2015
小胡子哥的思源地¶
Python 思考边界值¶
https://github.com/piglei/one-python-craftsman/blob/master/zh_CN/15-thinking-in-edge-cases.md
Surge 官方中文指引:理解 Surge 原理¶
Note¶
Java 分层领域模型规约¶
- DO( Data Object):与数据库表结构一一对应,通过DAO层向上传输数据源对象。
- DTO( Data Transfer Object):数据传输对象,Service或Manager向外传输的对象。
- BO( Business Object):业务对象。 由Service层输出的封装业务逻辑的对象。
- AO( Application Object):应用对象。 在Web层与Service层之间抽象的复用对象模型,极为贴近展示层,复用度不高。
- VO( View Object):显示层对象,通常是Web向模板渲染引擎层传输的对象。
- POJO( Plain Ordinary Java Object):在本手册中, POJO专指只有setter/getter/toString的简单类,包括DO/DTO/BO/VO等。
- Query:数据查询对象,各层接收上层的查询请求。 注意超过2个参数的查询封装,禁止使用Map类来传输。
最后更新: 2021-02-01
创建日期: 2020-11-24
创建日期: 2020-11-24