上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页
摘要: 告警监控:Prometheus 1、通过PULL REST方式主动拉取指标;配置yaml中指定待拉取数据的REST URL列表和采集周期; 2、内部存储,采用时序数据TSDB(TimeSeries DB) 3、通过REST接口回调alert manager推送通知,alert manager配置al 阅读全文
posted @ 2021-12-02 22:25 飞翔在天 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 面对复杂业务,if-else coder 如何升级? // 关键词:矩阵分析法,多维度分析 https://developer.aliyun.com/article/773590 阿里高级技术专家方法论:如何写复杂业务代码? // https://developer.aliyun.com/artic 阅读全文
posted @ 2021-11-29 19:47 飞翔在天 阅读(22) 评论(0) 推荐(0) 编辑
摘要: Nginx: 参考:https://www.runoob.com/w3cnote/nginx-setup-intro.html https://www.nginx.cn/doc/ master-worker工作模式 详细的参数说明:参考 https://www.cnblogs.com/54chens 阅读全文
posted @ 2021-11-27 16:22 飞翔在天 阅读(154) 评论(1) 推荐(0) 编辑
摘要: applicationContext.xml 对比 spring-servlet.xml 参考:https://www.baeldung.com/spring-applicationcontext-vs-spring-servlet-xml 一、过滤器 vs 拦截器 Filter的执行由Servle 阅读全文
posted @ 2021-11-06 19:47 飞翔在天 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 参考: https://insights.thoughtworks.cn/backend-development-eda/ 阅读全文
posted @ 2021-11-04 22:24 飞翔在天 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 极力推荐:https://insights.thoughtworks.cn/backend-development-iteration0/ 从目录划分,异常处理,分布锁,代码样例等等介绍,值得深入阅读 战略设计更偏向于软件架构,那么战术设计便更偏向于编码实现。 DDD战术设计的目的是使得业务能够从技 阅读全文
posted @ 2021-11-04 21:31 飞翔在天 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 参考: https://elasticstack.blog.csdn.net/ ES官方博客,详细,推荐 https://elasticstack.blog.csdn.net/article/details/102728604 Elastic:开发者上手指南(推荐,梳理整个ES Stack的各个产品 阅读全文
posted @ 2021-11-04 19:26 飞翔在天 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 参考:https://insights.thoughtworks.cn/ddd-in-distributed-system/ 在分布式系统中使用DDD https://blog.csdn.net/nklinsirui/article/details/117935538 DDD的类命名规范 DDD 的 阅读全文
posted @ 2021-11-04 18:07 飞翔在天 阅读(842) 评论(0) 推荐(0) 编辑
摘要: 参考:https://insights.thoughtworks.cn/backend-development-ddd/ 战略设计: 更偏向于软件架构,得到限界上下文,拆分成多个微服务。 战术设计: 更偏向于编码实现。DDD战术设计的目的是使得业务能够从技术中分离并突显出来,让代码直接表达业务的本身 阅读全文
posted @ 2021-11-03 22:52 飞翔在天 阅读(87) 评论(0) 推荐(0) 编辑
摘要: 参考:https://insights.thoughtworks.cn/backend-development-iteration0/ 后端开发实践——开发者的第0个迭代 代码样例:https://github.com/e-commerce-sample/order-backend 目录设计: 1、 阅读全文
posted @ 2021-11-03 22:21 飞翔在天 阅读(285) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 20 下一页