上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页
摘要: 在线培训笔记 AWS Technical Essentials Pre-reading: https://www.aws.training/Details/Video?id=49639 Cloud computing: think of it as a software. https://matte 阅读全文
posted @ 2020-09-02 11:41 CathyGao2018 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 背景:很多年久项目都可能会遇到系统性能或稳定性、可靠性相关的线上问题。每当组里讨论时,都会摸不着头脑;即使开发调查做了修改,有时也无法描述清楚业务场景,或由于某些限制无法重现问题。 我的理解是首先系统缺失NFR,没有对这方面有明确的需求定义。导致用户和新团队成员无法准确理解、掌握、度量系统性能等相关 阅读全文
posted @ 2020-08-27 11:53 CathyGao2018 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 背景:项目在读入大数据并进行预处理拆分的过程中遇到OOM,亟待解决。 解决方案: 1. 拆分 2. 读入 验证方案:分析GC 参考: 先要了解JVM内存区域 https://blog.csdn.net/Dcwjh/article/details/105814720 https://www.cnblo 阅读全文
posted @ 2020-08-25 16:48 CathyGao2018 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 背景:遇到一个http访问相关bug,调试code后发现开发人员针对http返回code进行判断成功与否时,仅仅预定义了一个200返回码。但实际返回201,故导致判断逻辑错误。 参考:https://developer.mozilla.org/en-US/docs/Web/HTTP/Status 了 阅读全文
posted @ 2020-08-25 13:34 CathyGao2018 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 背景:项目遇到http连接中断问题,经调试 参考:https://www.cnblogs.com/shoren/p/http-connection.html HTTP短连接(非持久连接)是指,客户端和服务端进行一次HTTP请求/响应之后,就关闭连接。所以,下一次的HTTP请求/响应操作就需要重新建立 阅读全文
posted @ 2020-08-24 15:03 CathyGao2018 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 背景: 项目UI与数据存储系统交互时遇到断连(例如:返回503 Service Unavailable),导致控件响应失灵。为解决处理503以及加强重试机制,引入Guava Retrying。 参考: https://www.jianshu.com/p/2e3cfc509d56 https://ww 阅读全文
posted @ 2020-08-21 12:42 CathyGao2018 阅读(472) 评论(0) 推荐(0) 编辑
摘要: 参考: https://azure.microsoft.com/en-us/overview/devops-tutorial/ https://aws.amazon.com/training/course-descriptions/devops-engineering/ (自翻译) 理解DevOps 阅读全文
posted @ 2020-08-19 14:16 CathyGao2018 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 参考: https://solace.com/samples/solace-samples-java/publish-subscribe/ https://docs.solace.com/Solace-JMS-API/Establishing-Connections.htm https://docs 阅读全文
posted @ 2020-08-13 17:20 CathyGao2018 阅读(1084) 评论(0) 推荐(0) 编辑
摘要: 参考: https://blog.csdn.net/weixin_36995644/article/details/81776412 遇到问题: 解决方案:https://stackoverflow.com/questions/17846529/could-not-open-a-connection 阅读全文
posted @ 2020-08-13 13:53 CathyGao2018 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 参考: https://docs.solace.com/PubSub-ConceptMaps/Event-Stream-Maps.htm How Messages Move Through the PubSub+ Event Broker Persistence refers to the Qual 阅读全文
posted @ 2020-08-13 11:08 CathyGao2018 阅读(486) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 22 下一页