CS-Notes/notes/面经/csdn-腾讯后台开发面试经验.md.txt
2018-02-22 14:47:22 +08:00

14 lines
872 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

面试准备主要准备的知识包括C/C++、TCP/IP、HTTP、操作系统、数据结构和算法、熟悉Linux操作、熟悉Linux网络编程、数据库
主要是MySql,Redis,Memcached
C/C++必看书籍C++ Primer、深度探索C++对象模型、STL源码剖析、还有其它一些经典书籍比如effective系列侯捷翻译的其它经典
TCP/IP必看书籍TCP/IP详解 卷1协议 图解TCP/IP
HTTP必看书籍图解HTTPHTTP权威指南这本书我就看了一点
操作系统必看书籍:现代操作系统
数据结构和算法必看书籍数据结构与算法分析C++描述
Linux知识必看书籍鸟哥的Linux私房菜基础
Linux编程必看书籍APUEUNP。
数据库必看书籍MySql入门很简单高性能MySql
链接http://blog.csdn.net/linux_ever/article/details/53575251