zoukankan
html css js c++ java
美团一面问题
背景
今天(2021年3月17日)进行了美团餐饮部SAAS的面试,分享下今天的面试内容
面试问题
简单进行下自我介绍。
http和https的区别。
简单介绍下IO模型,说下同步和异步的区别,阻塞和非阻塞的区别。
Tomcat使用的是哪种IO模型。
简述下Netty的工作流程。
简单说下Linux系统中问题排查过程。
Linux下有一个文档,有两列数据id和url,统计展示url数量排名前10的url。
让你设计一个消息已读功能,你会考虑哪些技术点,数据库执行的SQL怎么写比较高效。
查看全文
相关阅读:
[LeetCode]78. Remove Nth Node From end of List删除链表中倒数第N个节点
[LeetCode]77. Reverse Linked List反转链表
[LeetCode]76. Permutation Sequence全排列序列
[LeetCode]75. Pow(x,n)幂运算
粘连字符分割初探~~
验证码识别学习~~
用VS2010编C#程序扫盲 2
用VS2010编C#程序扫盲
验证码降噪方法汇总~~~~~
新生活......
原文地址:https://www.cnblogs.com/Lenbrother/p/14550600.html
最新文章
SQL Server--频繁建立连接和断开连接
SQL Server--用IP地址和sa登陆时报错login failed for user sa 18456
SQL Server--一个存储过程对同一个字段执行两种Update
SQL Server--插入一天数据返回ID值
day27 time os sys 模块 https://www.cnblogs.com/jin-xin/articles/9265561.html
day26 logging模块. collections模块. . random模块. https://www.cnblogs.com/jin-xin/articles/9265561.html
day25 hashlib模块与configparser模块与logging模块 https://www.cnblogs.com/jin-xin/articles/9265561.html
day24 序列化模块1 json pickle https://www.cnblogs.com/jin-xin/articles/9265561.html
day22 属性 类方法 静态方法 反射 https://www.cnblogs.com/jin-xin/articles/9214247.html
day23 特殊方法 面向对象的总结
热门文章
day21 抽象类,接口类 多态(鸭子类型 封装) https://www.cnblogs.com/jin-xin/articles/9214247.html
day20 继承
day19 类名称空间,对象名称空间
day18 面向对象
[LeetCode]84. Remove Linked List Elements移除链表元素
[LeetCode]83. Intersection of Two Lists两条单链表的交点
[LeetCode]82. Remove Duplicates from Sorted List排序链表去重
[LeetCode]81. Palindrome Linked List回文链表
[LeetCode]80. Merge Two Sorted Lists合并两个排序链表
[LeetCode]79. Delete Node in a Linked List删除链表节点
Copyright © 2011-2022 走看看