# 1802A实训二 **Repository Path**: yang_kun_peng/lht1802A ## Basic Information - **Project Name**: 1802A实训二 - **Description**: No description available - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-09 - **Last Updated**: 2021-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 三组汇总 # ## 王程彪 ## ### 2020.11.18 ### - 力扣刷题 - https://leetcode-cn.com/problems/fizz-buzz/ 412. Fizz Buzz - https://leetcode-cn.com/problems/arranging-coins/ 441. 排列硬币 - 448. https://leetcode-cn.com/problems/find-all-numbers-disappeared-in-an-array/ 找到所有数组中消失的数字 - 项目进度 - 详情页面 - 数量增减 - 加入购物车 - 购物车页面渲染 - 点击复选框 改变状态 ### 2020.11.17 ### - 力扣刷题 - https://leetcode-cn.com/problems/range-sum-query-immutable/ 303. 区域和检索 - 数组不可变 - https://leetcode-cn.com/problems/power-of-four/ 342. 4的幂 - https://leetcode-cn.com/problems/reverse-string/ 344. 反转字符串 - 项目代码 - 请求数据 渲染页面 ### 2020.11.16 ### - 力扣刷题 - https://leetcode-cn.com/classic/problems/climbing-stairs/description/ 爬楼梯 - https://leetcode-cn.com/classic/problems/remove-duplicates-from-sorted-array/description/ - 删除排序数组中的重复项 https://leetcode-cn.com/classic/problems/remove-duplicates-from-sorted-array/description/ - 当天总结 hash和history是两种跳转路由的模式 不同之处在于 hash的锚点只在前端有效,无法传入后端有时候会导致路由丢失,不美观 - history好看 每次直接访问会出现404 需要配置 devServer中配置historyApiFallback ### 2020.11.15 ### - 力扣刷题 - https://leetcode-cn.com/problems/merge-sorted-array/ 88. 合并两个有序数组 - https://leetcode-cn.com/problems/same-tree/ 100. 相同的树 - 总结 - 神树排名使用了 3.0 使用vuex时候需要userouter引入 需要配置跨域 ref是普通的类型响应 reactive是对复杂的类型响应 ### 2020.11.12 ### - 205. 同构字符串 https://leetcode-cn.com/problems/isomorphic-strings/ - 206. 反转链表 https://leetcode-cn.com/problems/reverse-linked-list/ - 207. 有效的字母异位词 https://leetcode-cn.com/problems/valid-anagram/ - 项目代码 - 多选高亮 - 城市筛选 ### 2020.11.11 ### - 14. 最长公共前缀 https://leetcode-cn.com/problems/longest-common-prefix/ - 20. 有效的括号 https://leetcode-cn.com/problems/valid-parentheses/ - 删除排序数组中的重复项 https://leetcode-cn.com/problems/remove-duplicates-from-sorted-array/ - 27. 移除元素 https://leetcode-cn.com/problems/remove-element/ - 项目代码 - 跳转路由 - 渲染详情页 - 可以筛选 - 当天总结 - 需要引入userrouter 才可以 - vue3 的ref不熟悉 ### 2020.11.10 ### - 力扣刷题(完成) - https://leetcode-cn.com/problems/linked-list-cycle/ 141. 环形链表 - https://leetcode-cn.com/problems/employees-earning-more-than-their-managers/ 181. 超过经理收入的员工 - https://leetcode-cn.com/problems/duplicate-emails/ 182. 查找重复的电子邮箱 - https://leetcode-cn.com/problems/customers-who-never-order/ 183.从不订购的客户 - 项目代码 - 组件切换 - 首页渲染 - 当天总结 - 组件不是很熟悉 - 使用vue3的模式请求vuex的数据 利用dispatch请求异步 ### 2020.11.9 ### - 力扣刷题(完成) - 力扣刷题的连接 - 263. 丑数 - 268. 丢失的数字 - 文章阅读(完成) - 源码阅读(完成) - 项目代码 - 神树排名首页 - 头部的渲染 - 路由配置 - 跨域 - 当天总结 - 当天的不足和学到的知识 ## 杨家宝 ### 2020.11.09 - 文章阅读 - 简述一下Sass、Less,且说明区别 - axios是什么?怎么使用?描述使用它实现登录功能的流程 - 源码阅读 - Fly支持请求/响应拦截器,可以通过它在请求发起之前和收到响应数据之后做一些预处理。 - LeeCode刷题 - [相同的树](https://leetcode-cn.com/problems/same-tree/) - 项目进度 - 神树排名 - 路由封装 - 首页 - tab切换 高亮 - 首页图片 - 中间icon布局 - 遇到问题 - 代码进程慢 - 思路不清晰 ## 张磊 ### 2020.11.23 * 力扣刷提 - [492. 构造矩形](https://leetcode-cn.com/problems/construct-the-rectangle/) * 文章阅读 - [【🚨万字警告】了不起的Vue3(上)](https://juejin.cn/post/6898120355781705736) - [【TypeScript】你应该知道的TypeScript高级概念](https://juejin.cn/post/6897779423858737166) - [Vue3+TS,写一个逼格满满的项目](https://juejin.cn/post/6896748218076364814) * 源码阅读 - hooks源码 * 项目进度 - 代码进行整和 - 详情页加入购物车,数量加减功能 - 页面渲染完成 * 遇到问题 - 有些接口数据复杂,数据不理解,一个页面多个接口 - 思路有点混乱,没能够从整体出发 ### 2020.11.20 * 力扣刷提 - [492. 构造矩形](https://leetcode-cn.com/problems/construct-the-rectangle/) * 文章阅读 - [【TypeScript】你应该知道的TypeScript高级概念](https://juejin.cn/post/6897779423858737166) - [Vue3+TS,写一个逼格满满的项目](https://juejin.cn/post/6896748218076364814) * 源码阅读 - TS基础知识 * 项目进度 - 详情页完成,加减和加入购物车功能实现 - 购物车页部分功能实现 - 页面渲染完成 * 遇到问题 - 有些接口数据复杂,数据不理解,一个页面多个接口 - ts类型无法添加 ### 2020.11.19 * 力扣刷提 - [507. 完美数](https://leetcode-cn.com/problems/perfect-number/) * 文章阅读 - [javascript的基础清单](https://juejin.im/post/6895930107139981325) - [Vue3+TS,写一个逼格满满的项目](https://juejin.cn/post/6896748218076364814) * 源码阅读 - TS基础知识 * 项目进度 - 首页数据渲染排版完成,实现部分跳详情功能 - 首页跳商品详情页,制造商页 - 专题页面完成 * 遇到问题 - 手速慢 - ts使用的类型太少 ### 2020.11.18 * 力扣刷提 - [485. 最大连续1的个数](https://leetcode-cn.com/problems/max-consecutive-ones/) * 文章阅读 - [javascript的基础清单](https://juejin.im/post/6895930107139981325) - [UmiJS路由](https://umijs.org/zh-CN/docs/convention-routing) * 源码阅读 - TS基础知识 * 项目进度 - 严选超市项目开始,登录模块 - 首页数据拿到,分封完成,轮播图和nav渲染 * 遇到问题 - hooks异步使用不理解,只是会套模板 - ts使用的类型太少 ### 2020.11.17 * 力扣刷提 - [476. 数字的补数](https://leetcode-cn.com/problems/number-complement/) * 文章阅读 - [javascript的基础清单](https://juejin.im/post/6895930107139981325) * 源码阅读 - 单页面开发应用 - TS基础知识 * 项目进度 - todoList 小demo - 练习ts和hock - css模块化 * 遇到问题 - ts只会简单,嵌套不明白,不理解 - 知道的类型太少 ### 2020.11.16 * 力扣刷提 - [415. 字符串相加](https://leetcode-cn.com/problems/add-strings/) * 文章阅读 - [Vue 项目一些常见问题的解决方案](https://juejin.im/post/6895497352120008717) * 源码阅读 - 路由方式和跳转 * 项目进度 - 项目已上线,进行小的优化 - 重新进行适应性排版 * 遇到问题 - 在手机上打开网页后页面排版出现问题 - 路由方式理解不透彻 ### 2020.11.15 * 力扣刷提 - [二叉树的最大深度](https://leetcode-cn.com/problems/maximum-depth-of-binary-tree/) * 文章阅读 - [vue 使用video标签总结](https://www.jianshu.com/p/d79aadef36e4) * 源码阅读 - webpack 上线 * 项目进度 - 神树排名项目缓存 - 神树排名项目配置环境打包上线,线上运行无异常 - 神树排名项目周答辩 * 遇到问题 - 线上环境配置改变不适应 - 缓存处理不彻底 ### 2020.11.13 * 力扣刷提 - [371 两整数之和](https://www.cnblogs.com/lawliet12/p/10800905.html) * 文章阅读 - [巩固你的JavaScript知识体系](https://juejin.im/post/6885538562180120583) * 源码阅读 - vue3 v-modul 数据双向绑定原理 * 项目进度 - 神树排名规范化,首页所有接口连通且数据渲染成功 - 跳详情接口数据接口拿到,数据简单渲染 - 搜索页搜索功能 - 搜索结果跳详情 * 当天总结 - 详情页数据格式复杂,功能未完善 - git使用熟悉程度有了很大进步, ### 2020.11.12 * 力扣刷提 - [371 两整数之和](https://www.cnblogs.com/lawliet12/p/10800905.html) * 文章阅读 - [巩固你的JavaScript知识体系](https://juejin.im/post/6885538562180120583) * 源码阅读 - vue3 v-modul 数据双向绑定原理 * 项目进度 - 神树排名规范化,首页所有接口连通且数据渲染成功 - 跳详情接口数据接口拿到,数据简单渲染 - 视频播放,跳详情播放 - tab切换全页面切换 * 当天总结 - 详情页数据格式复杂,功能未完善 - git使用熟悉程度有了很大进步, ### 2020.11.11 * 力扣刷提 - [405. 数字转换为十六进制数](https://www.cnblogs.com/lanpang9661/p/12848532.html) * 文章阅读 - [前端不得不懂的架构知识(上)](https://juejin.im/post/6889775914906419214) * 源码阅读 - vue3 api * 项目进度 - 神树排名规范化,首页所有接口连通且数据渲染成功 - 跳详情接口数据接口拿到 - 代码格式转vue3 ,vuex管理数据 * 当天总结 - vue视频播放没实现,还在调试中 - 详情页数据格式复杂,还没渲染成功 - git使用熟悉程度有了很大进步, ### 2020.11.10 * 力扣刷提 - [389 找不同](https://leetcode-cn.com/problems/find-the-difference/) * 文章阅读 - [32个手写JS,巩固你的JS基础(面试高频](https://juejin.im/post/6875152247714480136#comment) * 源码阅读 - vue3 api * 项目进度 - 神树排名规范化,首页所有接口连通且数据渲染成功 - 页面tab切换完成 * 当天总结 - 代码未完全做到规范化 - 写代码时还不能做到从整个项目出发 ### 2020.11.09 * 力扣刷提 - [405. 数字转换为十六进制数](https://www.cnblogs.com/lanpang9661/p/12848532.html) * 文章阅读 - [谁不想写出干净的代码?7 个技巧,让你的同事爱上你的代码](https://juejin.im/post/6887184781008715789) - [来尝尝Async函数这块语法糖](https://juejin.im/post/6886659296176963598) - [js执行机制(promise,setTimeout执行顺序](https://www.jianshu.com/p/b8234b3314c8) * 源码阅读 - vue状态原理 * 项目进度 - 神树排名路由封装,接口抽离 - 跨域打通接口,调试成功拿到数据 * 当天总结 - 基础知识易错点记忆混淆,代码书写进度慢 - 做项目的时候想的太多,担心的太多 ## 杨家宝 ### 2020.11.19 - 文章阅读 - [Vue实现数据绑定的原理](https://blog.csdn.net/weixin_44149821/article/details/109752734?utm_medium=distribute.pc_category.none-task-blog-hot-5.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-5.nonecase) - 源码阅读 - [React Hooks](https://www.jianshu.com/p/76901410645a) - LeeCode刷题 - [最小栈](https://leetcode-cn.com/problems/min-stack/) - 项目进度 - 封装api - 路由跳转 - 跳转奇趣分享页 - 数据请求 - 渲染 - tab切换 - 高亮 - 我的页面 - 遇到问题 - umijs不太会使 ### 2020.11.18 - 文章阅读 - [前端面试总结](https://blog.csdn.net/weixin_39089928/article/details/87863395?utm_medium=distribute.pc_category.none-task-blog-hot-3.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-3.nonecase) - 源码阅读 - [ES6理解进阶](https://blog.csdn.net/jw2268136570/article/details/109563207?utm_medium=distribute.pc_category.none-task-blog-hot-2.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-2.nonecase) - LeeCode刷题 - [打家劫舍](https://leetcode-cn.com/problems/house-robber/) - 项目进度 - 简单排版 - 路由跳转 - 遇到问题 - umijs不太会使 ### 2020.11.17 - 文章阅读 - [前端必须掌握的知识点](https://blog.csdn.net/TB199404/article/details/109648872?utm_medium=distribute.pc_category.none-task-blog-hot-10.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-10.nonecase) - 源码阅读 - [vue基于element-ui二次封装分页组件](https://blog.csdn.net/pujihong/article/details/106720047?utm_medium=distribute.pc_category.none-task-blog-hot-15.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-15.nonecase) - LeeCode刷题 - [验证回文串](https://leetcode-cn.com/problems/valid-palindrome/) - 项目进度 - todolist - 遇到问题 - ts不太会 不太了解 ### 2020.11.16 - 文章阅读 - [前端开发实习生面经](https://blog.csdn.net/Cosalneo/article/details/107300220?utm_medium=distribute.pc_category.none-task-blog-hot-6.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-6.nonecase) - 源码阅读 - [手写防抖和节流](https://blog.csdn.net/weixin_41806099/article/details/109685203?utm_medium=distribute.pc_category.none-task-blog-hot-9.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-9.nonecase) - LeeCode刷题 - [有效的括号](https://leetcode-cn.com/problems/valid-parentheses/) - 项目进度 - ===== - 遇到问题 - ===== ### 2020.11.15 - 文章阅读 - [px、em、rem、rpx 用法 与 区别](https://blog.csdn.net/function__/article/details/84950897) - 源码阅读 - [Ajax基础到实战(五)——同源政策](https://blog.csdn.net/qq_27575925/article/details/109384557?utm_medium=distribute.pc_category.none-task-blog-hot-11.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-11.nonecase) - LeeCode刷题 - [环形链表](https://leetcode-cn.com/problems/linked-list-cycle/) - 项目进度 - 上线完成 - 遇到问题 - ===== ### 2020.11.13 - 文章阅读 - [Fiddler 接口抓包 介绍&入门](https://blog.csdn.net/Shinranyao/article/details/109623717?utm_medium=distribute.pc_category.none-task-blog-hot-10.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-10.nonecase) - 源码阅读 - [JavaScript 异步 & Promise 学习心得](https://blog.csdn.net/weixin_40439454/article/details/109633084?utm_medium=distribute.pc_category.none-task-blog-hot-3.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-3.nonecase) - LeeCode刷题 - [只出现一次的数字](https://leetcode-cn.com/problems/single-number/) - 项目进度 - 代码补充 - 遇到问题 - ==== ### 2020.11.12 - 文章阅读 - [如何在Vue中使用Echarts可视化库](https://blog.csdn.net/qq_43471802/article/details/109136061?utm_medium=distribute.pc_feed.none-task-blog-personrec_tag-17.nonecase&depth_1-utm_source=distribute.pc_feed.none-task-blog-personrec_tag-17.nonecase&request_id=5f8ca8ab98fa0775e7fa3063) - 源码阅读 - [axios封装](https://blog.csdn.net/Lazy33/article/details/109400075?utm_medium=distribute.pc_feed.none-task-blog-personrec_tag-10.nonecase&depth_1-utm_source=distribute.pc_feed.none-task-blog-personrec_tag-10.nonecase&request_id=5f9f23e7b47ea71b5c605e5a) - LeeCode刷题 - [路径总和](https://leetcode-cn.com/problems/path-sum/) - 项目进度 - tab切换 - 右侧滚动 左侧切换 - 遇到问题 - vue3.0不太了解 ### 2020.11.11 * 力扣刷提 - [405. 数字转换为十六进制数](https://www.cnblogs.com/lanpang9661/p/12848532.html) * 文章阅读 - [前端不得不懂的架构知识(上)](https://juejin.im/post/6889775914906419214) * 源码阅读 - vue3 api * 项目进度 - 神树排名规范化,首页所有接口连通且数据渲染成功 - 跳详情接口数据接口拿到 - 代码格式转vue3 ,vuex管理数据 * 当天总结 - vue视频播放没实现,还在调试中 - 详情页数据格式复杂,还没渲染成功 - git使用熟悉程度有了很大进步, ### 2020.11.10 - 文章阅读 - [前端面试题整合(JS进阶篇)](https://blog.csdn.net/time_____/article/details/109486734?utm_medium=distribute.pc_category.none-task-blog-hot-9.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-9.nonecase) - 源码阅读 - [jQuery基础知识](https://blog.csdn.net/Web_chicken/article/details/109564207?utm_medium=distribute.pc_category.none-task-blog-hot-7.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-7.nonecase) - LeeCode刷题 - [对称二叉树](https://leetcode-cn.com/problems/symmetric-tree/) - 项目进度 - 路由封装 - api封装 - 分类页数据请求 渲染 排版 - 遇到问题 - 跳详情拿不到数据 ### 2020.11.09 - 文章阅读 - 简述一下Sass、Less,且说明区别 - axios是什么?怎么使用?描述使用它实现登录功能的流程 - 源码阅读 - Fly支持请求/响应拦截器,可以通过它在请求发起之前和收到响应数据之后做一些预处理。 - LeeCode刷题 - [相同的树](https://leetcode-cn.com/problems/same-tree/) - 项目进度 - 神树排名 - 路由封装 - 首页 - tab切换 高亮 - 首页图片 - 中间icon布局 - 遇到问题 - 代码进程慢 - 思路不清晰 ## 张鑫 ### 2020.11.9 - 力扣刷题 - [杨辉三角](https://blog.csdn.net/u011151784/article/details/105738366) - 文章阅读 - [vue3.0使用ui框架](https://blog.csdn.net/qq_40060743/article/details/88635886) - 源码阅读 - EventLoop任务队列分为同步任务,宏任务(定时器),微任(Promise)执行优先级:同步>异步,微任务>宏任务 - 项目进度 - 抽离接口 - 配置路由 - 首页排版 - 渲染 - 遇到问题 - 调接口参数问题 ### 2020.11.10 - 力扣刷题 - [两数之和](https://leetcode-cn.com/problems/two-sum/) - 文章阅读 - [vue3.0跳转详情](https://blog.csdn.net/qq_43579525/article/details/90417298) - 源码阅读 - [做一个人脸识别登录功能](https://blog.csdn.net/weixin_44924238/article/details/109561018?utm_medium=distribute.pc_category.none-task-blog-hot-9.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-9.nonecase) - 项目进度 - 抽离接口 - 配置路由 - 首页排版 - 渲染 - 我的页面 - 遇到问题 - vue3.0跳转详情 ### 2020.11.11 - 力扣刷题 - [删除链表的倒数第n个节点](https://leetcode-cn.com/problems/remove-nth-node-from-end-of-list/) - 文章阅读 - [Vue 3 mixins 混入](https://blog.csdn.net/qq_36772866/article/details/109302415?utm_medium=distribute.pc_feed.none-task-blog-personrec_hot-8.nonecase&depth_1-utm_source=distribute.pc_feed.none-task-blog-personrec_hot-8.nonecase&request_id=5f99dc88b47ea71b5c5eac35) - 源码阅读 - [uniapp使用checkbox多选踩坑之路](https://blog.csdn.net/weixin_45421249/article/details/109597261?utm_medium=distribute.pc_category.none-task-blog-hot-8.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-8.nonecase) - 项目进度 - 抽离接口 - 配置路由 - 页面排版 - 页面数据渲染 - 遇到问题 - 横滚 ### 2020.11.12 - 力扣刷题 - [按奇偶排序数组||](https://leetcode-cn.com/problems/sort-array-by-parity-ii/) - 文章阅读 - [Vue性能优化及Vue3.0的新特性](https://www.cnblogs.com/bob-zb/p/12481014.html) - 源码阅读 - [js三角恋](https://blog.csdn.net/qq_37805832/article/details/109612517?utm_medium=distribute.pc_category.none-task-blog-hot-2.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-2.nonecase) - 项目进度 - 抽离接口 - 配置路由 - 页面排版 - 页面数据渲染 - vue3.0跳转详情 - 横滚 - 遇到问题 - vue3.0需要加强练习 ### 2020.11.13 - 力扣刷题 - [合并两个有序链表](https://leetcode-cn.com/problems/merge-two-sorted-lists/) - 文章阅读 - [初识jQuery](https://blog.csdn.net/weixin_44893902/article/details/109632587?utm_medium=distribute.pc_category.none-task-blog-hot-3.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-3.nonecase#6.1.1%20%E5%88%9D%E8%AF%86%20jQuery) - 源码阅读 - [关于for.foreach.iterator迭代器](https://blog.csdn.net/weixin_45856634/article/details/109635254?utm_medium=distribute.pc_category.none-task-blog-hot-8.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-8.nonecase) - 项目进度 - 遇到问题 - vue3.0与vant的使用 ### 2020.11.15 - 力扣刷题 - [搜索插入位置](https://leetcode-cn.com/problems/search-insert-position/) - 文章阅读 - [为什么JS适合解决阻塞问题](https://blog.csdn.net/jasontome/article/details/7215532) - 源码阅读 - [Javascript 延迟脚本和异步脚本](https://blog.csdn.net/low666/article/details/91393383) - 项目进度 - 已上线 - 遇到问题 ### 2020.11.16 - 力扣刷题 - [根据身高重建队列](https://leetcode-cn.com/proble/queue-reconstruction-by-height/) - 文章阅读 - [JavaScript交互网页设计](https://blog.csdn.net/weixin_44893902/article/details/109632587?utm_medium=distribute.pc_category.none-task-blog-hot-3.nonecase&depth_1-utm_source=distribute.pc_category.none-task-blog-hot-3.nonecase#6.1.4%20%E7%BC%96%E5%86%99%E4%B8%80%E4%B8%AA%E7%AE%80%E5%8D%95%E7%9A%84%20jQuery%20%E5%BA%94%E7%94%A8) - 源码阅读 - [vue3响应式侦听与计算](https://blog.csdn.net/qq_36772866/article/details/109610432?utm_medium=distribute.pc_feed.none-task-blog-personrec_tag-5.nonecase&depth_1-utm_source=distribute.pc_feed.none-task-blog-personrec_tag-5.nonecase&request_id=5faf1334f4522c71cec94422) - 项目进度 - 已上线 - 遇到问题 ### 2020.11.17 - 力扣刷题 - [实现 strStr()](https://leetcode-cn.com/problems/implement-strstr/) - 文章阅读 - 阅读 - [jQuery中localStorage及sessionStorage的使用](https://blog.csdn.net/low666/article/details/105974687) - 源码阅读 - [vue 全局监听sessionStorage变化](https://blog.csdn.net/jerry_nyl/article/details/106339871) - 项目进度 - 遇到问题 ### 2020.11.18 - 力扣刷题 - [搜索旋转排序数组](https://leetcode-cn.com/problems/search-in-rotated-sorted-array/) - 文章阅读 - 阅读 -- [重回和回流](https://segmentfault.com/a/1190000017329980) - 源码阅读 - [Java Socket编程及源码解析](https://blog.csdn.net/u013857458/article/details/82386244?utm_medium=distribute.pc_relevant_download.none-task-blog-baidujs-2.nonecase&depth_1-utm_source=distribute.pc_relevant_download.none-task-blog-baidujs-2.nonecase) - 项目进度 - 配置路由 - 登录 - 遇到问题 - 对ts和hooks不熟练 ### 2020.11.19 - 力扣刷题 - [最接近的三数之和](https://leetcode-cn.com/problems/3sum-closest/) - 文章阅读 - 阅读 -- [React Hooks](https://www.jianshu.com/p/76901410645a) - 源码阅读 - [hoos概述](https://react.html.cn/docs/hooks-overview.html) - 项目进度 - 抽离api - 页面布局 - 跳转详情 - 遇到问题 - 详情根据携带id渲染数据