百度开发测试721面经
1.项目
2.sql语句 成绩倒数第二的学生,成绩整数第二的学生
student
id name score
select student.name from student order by score desc limit 1,1
3.内外连接
4.python+selenium标签选择
id /class tag_name /
5.tcp三次握手,A发送消息给B,B如何知道是A发的消息
6.网络七层模型及各层协议:
7.两数之和
8.LRU实现#百度测试开发工程师面经#
2.sql语句 成绩倒数第二的学生,成绩整数第二的学生
student
id name score
select student.name from student order by score desc limit 1,1
3.内外连接
4.python+selenium标签选择
id /class tag_name /
5.tcp三次握手,A发送消息给B,B如何知道是A发的消息
6.网络七层模型及各层协议:
7.两数之和
8.LRU实现#百度测试开发工程师面经#