09 2020 档案

摘要:1. 引言 既然是在讲 Tomcat ,那么一个 HTTP 请求的请求流程是无论如何也绕不开的。 首先抛开所有,使用我们现有的知识面,猜测一下一个请求被 Tomcat 处理的过程: 1. 客户端(浏览器)发送一个请求(HTTP) 2. 建立 Socket 连接 3. 通过 Socket 读取数据 4 阅读全文
posted @ 2020-09-27 09:12 极客挖掘机 阅读(823) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:盛最多水的容器 难度:中 阅读全文
posted @ 2020-09-24 09:13 极客挖掘机 阅读(159) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:最长回文子串 难度:中等 阅读全文
posted @ 2020-09-23 09:08 极客挖掘机 阅读(168) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:最长回文子串 难度:中等 阅读全文
posted @ 2020-09-22 09:18 极客挖掘机 阅读(185) 评论(0) 推荐(0) 编辑
摘要:Tomcat 总体架构设计 在开始这篇文章的时候,忽然发现上一篇内容的题目不是很合适,不应该叫启动流程,更确切的应该是叫启动脚本。 在最开始,先介绍下 Tomcat 的总体设计,先有一个大概的印象,对 Tomcat 不至于那么陌生。 先介绍下 Tomcat 的一些基础组件(以下内容来自刘光瑞老师的「 阅读全文
posted @ 2020-09-21 09:11 极客挖掘机 阅读(647) 评论(1) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:最长回文子串 难度:中等 阅读全文
posted @ 2020-09-19 12:20 极客挖掘机 阅读(268) 评论(0) 推荐(0) 编辑
摘要:1 Tomcat 基本知识 首先介绍一些 Tomcat 的基本知识,防止有纯小白看的云里雾里的。 下面这张图是一个下载好二进制版的的 Tomcat ,直接解压得到的,虽然版本是 9.x ,但是这个目录结构和 8.5 是一致的,不影响介绍。 bin : 主要用来存放一些脚本文件,一种格式是 sh 的是 阅读全文
posted @ 2020-09-18 08:53 极客挖掘机 阅读(959) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:寻找两个正序数组的中位数 阅读全文
posted @ 2020-09-17 09:34 极客挖掘机 阅读(184) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:无重复字符的最长子串 题 阅读全文
posted @ 2020-09-16 08:59 极客挖掘机 阅读(231) 评论(0) 推荐(0) 编辑
摘要:1 引言 做 Java 的同学应该都见过上面这只名字叫 Tomcat 的猫,毕竟这只猫在过去和现在都是全球最流行的 Web 容器之一。 很有意思的一件事儿是从我接触这只猫开始,从来不知道它的中文名字是啥,好像没有在任何地方看到过。 然后某人第一次见跟我说这是汤姆猫么??? 我就没想通,这俩玩意长这么 阅读全文
posted @ 2020-09-15 09:12 极客挖掘机 阅读(1178) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:两数相加 题目来源:ht 阅读全文
posted @ 2020-09-14 09:00 极客挖掘机 阅读(196) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:位 1 的个数 题目来源 阅读全文
posted @ 2020-09-12 08:04 极客挖掘机 阅读(174) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:翻转二进制数 题目来源: 阅读全文
posted @ 2020-09-11 09:03 极客挖掘机 阅读(1655) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:旋转数组 题目来源:ht 阅读全文
posted @ 2020-09-10 08:55 极客挖掘机 阅读(205) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:阶乘后的零 给定一个整数 阅读全文
posted @ 2020-09-09 09:10 极客挖掘机 阅读(212) 评论(1) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:Excel表列序号 题目 阅读全文
posted @ 2020-09-08 08:55 极客挖掘机 阅读(187) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:每日一道 LeetCod 阅读全文
posted @ 2020-09-07 08:42 极客挖掘机 阅读(183) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:Excle 表列名称 题 阅读全文
posted @ 2020-09-06 13:03 极客挖掘机 阅读(142) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:两数之和 II - 输入 阅读全文
posted @ 2020-09-05 09:44 极客挖掘机 阅读(219) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:最小栈 题目来源:htt 阅读全文
posted @ 2020-09-04 09:04 极客挖掘机 阅读(187) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:最小栈 题目来源:htt 阅读全文
posted @ 2020-09-03 14:24 极客挖掘机 阅读(234) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:环形链表 题目来源:ht 阅读全文
posted @ 2020-09-02 08:46 极客挖掘机 阅读(152) 评论(0) 推荐(0) 编辑
摘要:每天 3 分钟,走上算法的逆袭之路。 前文合集 每日一道 LeetCode 前文合集 代码仓库 GitHub: https://github.com/meteor1993/LeetCode Gitee: https://gitee.com/inwsy/LeetCode 题目:只出现一次的数字 题目来 阅读全文
posted @ 2020-09-01 14:42 极客挖掘机 阅读(192) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示