触宝面经
- 数据库隔离级别?
- 拿石头算法题
bool func(int num) { if (num < 4) { return true; } return (num%4 == 0) ? false : true; }
- 算法题: 无符号整数二进制2数量。
- ping
- 操作系统内存管理方式
https://www.jianshu.com/p/051c8c26b2cf
https://blog.csdn.net/qq_29677867/article/details/91038642
https://blog.csdn.net/rabbit_in_android/article/details/50531056
https://www.cnblogs.com/peterYong/p/6556619.html - 聚簇索引和非聚簇索引