上一页 1 2 3 4 5 6 7 8 ··· 19 下一页
摘要: 1 Proximity Service 1) requirements Functional Requirements Non-Functional Requirements 1 Return all businesses based on user's location (latitute and 阅读全文
posted @ 2024-04-14 21:33 ylxn 阅读(71) 评论(0) 推荐(0)
摘要: https://www.bilibili.com/video/BV1T54y1X7B8?p=4&vd_source=dcb6ff2b13531e67b3cb77a36c4e55f5 2024.06.04 ditch get wet well lit off ramp 匝道 on ramp 匝道 ov 阅读全文
posted @ 2024-04-10 23:11 ylxn 阅读(34) 评论(0) 推荐(0)
摘要: SOA-> Dubbo 现在Spring Cloud提供了一站式微服务解决方案 1.2 微服务架构引入 1) 单体应用架构 Monolithic Architecture pros: 简单,解决bug方便 cons: 耦合性太强 新增业务困难 5) 垂直架构 vertical architectur 阅读全文
posted @ 2024-04-08 19:24 ylxn 阅读(25) 评论(0) 推荐(0)
摘要: DDIA 1.0 基础介绍 Reliability Scalability Maintain 1.1 Reliability work under failure. Error 1) hardware error disk / network 2) software error bug 3) hum 阅读全文
posted @ 2024-04-08 12:03 ylxn 阅读(45) 评论(0) 推荐(0)
摘要: 1、性能优化概述 Performance optimization 1)性能分析六个步骤 选择指标评估应用程序和系统的性能 evaluation indicator 为应用程序和系统设置性能目标 target 进行性能基准测试 baseline 性能分析定位瓶颈 bottleneck 优化系统和应用 阅读全文
posted @ 2024-04-02 16:49 ylxn 阅读(70) 评论(0) 推荐(0)
摘要: 官网: https://reactjs.org/ https://zh-hans.reactjs.org/ https://beta.reactjs.org/ 3 简介 声明式UI。命名式类似于函数。 组件化 夸平台支持比较好 4 基础环境搭建 先安装 nodejs https://nodejs.o 阅读全文
posted @ 2024-04-02 14:13 ylxn 阅读(81) 评论(0) 推荐(0)
摘要: 2. API A程序需要B程序部分,可以将B打包,给A用。日历Jar包。这种API称为API A需要B的部分功能,只需要B提供访问入口或者路径,则A程序按照约定就可以访问。例如 http 协议请求,这种称为应用接口 3. Web发展史 静态内容阶段 CGI程序阶段 脚本语言阶段,JSP、PHP、AS 阅读全文
posted @ 2024-03-30 16:17 ylxn 阅读(70) 评论(0) 推荐(0)
摘要: 1 JVM and OS 2 JVM JRE JDK JDK -> JRE -> JVM 3 JVM The JVM is a stack-based structure. The JVM translates bytecode in two ways: interpretation executi 阅读全文
posted @ 2024-03-27 21:17 ylxn 阅读(48) 评论(0) 推荐(0)
摘要: concurrent programming 1.4 wait() 与 notify 例如消息队列生成和消费消息时候,可以用 wait (), notify 通知对方 wait 和 notify 必须在 synchronized方法里。 1) wait 释放当前线程的锁,线程进入等待状态,直到其他线 阅读全文
posted @ 2024-03-25 18:26 ylxn 阅读(29) 评论(0) 推荐(0)
摘要: 1.1 缓存使用场景 1) 访问量很大的时候,DB数据在磁盘上。如果加入缓存,可以先去缓存读,如果没有再去DB读。可以减轻访问压力Redis没有锁,单线程、单进程。读11w / s, 写 8万 /s 2) 做Session分离 在各个Tomcat间复制 3)做分布式锁 4)做乐观锁 1.2 缓存的概 阅读全文
posted @ 2024-03-22 17:38 ylxn 阅读(39) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 19 下一页