zoukankan      html  css  js  c++  java
  • 程序员值得看的书

    1. 《Code Complete (2nd Ed) by Steve McConnell》,中文版《代码大全(第二版)
    2. 《The Pragmatic Programmer》,中文版《程序员修炼之道
    3. 《Structure and Interpretation of Computer Programs》,中文版《计算机程序的构造和解释
    4. 《The C Programming Language》,中文版《C程序设计语言
    5. 《Refactoring: Improving the Design of Existing Code》,中文版《重构:改善既有代码的设计
    6. 《Introduction to algorithms》,中文版《算法导论
    7. 《The Mythical Man-Month》,中文版《人月神话
    8. 《Design Patterns》,中文版《设计模式
    9. 《The Art of Computer Programming(First Volume Hardcover)》,中文版《计算机程序设计艺术第 (第一卷)
    10. 《Compilers: Principles, Techniques, and Tools 》,中文版《编译原理
    11. 《Head-First Design Patterns》,中文版《Head First 设计模式
    12. 《Effective C++》,中文版《Effective C++:改善程序与设计的55个具体做法
    13. 《Clean Code》,中文版《代码整洁之道
    14. 《Effective Java》,中文版《Effective Java中文版(第2版)
    15. 有些书初级程序员不推荐阅读,不需要去了解实现过程。
  • 相关阅读:
    .net技巧推荐
    ASPNETPager常用属性
    带有like的存储过程
    Jquery选择器
    关于出现too many open files异常
    将ReadWriteLock应用于缓存设计
    读CopyOnWriteArrayList有感
    HttpClient容易忽视的细节——连接关闭
    windows下如何用java命令运行jar包?
    再谈重入锁ReentrantLock
  • 原文地址:https://www.cnblogs.com/elseMy/p/8601905.html
Copyright © 2011-2022 走看看