工作7年了,基本上一年半换一份工作。说一下面试的时候都问些什么
Mysql
mysql 常见面试题
https://www.cnblogs.com/frankielf0921/p/5930743.html
mysql 的基本用法 having UNION DISTINCT find_in_set FROM_UNIXTIME
Innodb 和 MyIsam 的区别
https://blog.csdn.net/frycn/article/details/70158313
mysql事务隔离级别
https://www.cnblogs.com/xrq730/p/5087378.html
mysql 的索引优化(什么情况下索引失效)
https://www.cnblogs.com/zhaoyang-1989/p/4824876.html
null 用0 替换,<> != 使用and替换 ,索引不适合键值较少的列,前导模糊查询like 不适用索引,or 全部带有索引才会使用索引, 字符串需要‘23’才能使用索引
对索引值进行运算不会使用索引
php 的缓存技术
https://www.cnblogs.com/timothy-lai/p/5532166.html
linux 的基本命令
几个简单的基本的算法
https://blog.csdn.net/why444216978/article/details/80468236
面向对象的一些问题
https://www.cnblogs.com/xiong63/p/6063464.html
redis 和memcache 的区别
https://www.cnblogs.com/JavaBlackHole/p/7726195.html
linux 常用命令
https://www.cnblogs.com/yjd_hycf_space/p/7730690.html
preg_match 和 preg_match_all。正则表达式。
https://www.cnblogs.com/hellohell/p/5718319.html
php设计模式