Java程序设计语言.(美国)阿诺德.清晰版 http://download.csdn.net/detail/shenzhq1980/9076093

JAVA2核心技术第1卷.基础知识7th.part1 http://download.csdn.net/detail/shenzhq1980/9083549

JAVA2核心技术第1卷.基础知识7th.part2 http://download.csdn.net/detail/shenzhq1980/9083551
JAVA2核心技术第1卷.基础知识7th.part3 http://download.csdn.net/detail/shenzhq1980/9083561
JAVA2核心技术第1卷.基础知识7th.part4 http://download.csdn.net/detail/shenzhq1980/9083567

JAVA.2核心技术.卷II:高级特性7th.part1 http://download.csdn.net/detail/shenzhq1980/9083573
JAVA.2核心技术.卷II:高级特性7th.part2http://download.csdn.net/detail/shenzhq1980/9083577
JAVA.2核心技术.卷II:高级特性7th.part3http://download.csdn.net/detail/shenzhq1980/9083581
JAVA.2核心技术.卷II:高级特性7th.part4 http://download.csdn.net/detail/shenzhq1980/9083621
JAVA.2核心技术.卷II:高级特性7th.part5 http://download.csdn.net/detail/shenzhq1980/9083625

Java语言程序设计-基础篇(原书第8版).part1 http://download.csdn.net/detail/shenzhq1980/9083597
Java语言程序设计-基础篇(原书第8版).part2 http://download.csdn.net/detail/shenzhq1980/9083601
Java语言程序设计-基础篇(原书第8版).part3 http://download.csdn.net/detail/shenzhq1980/9083613
Java语言程序设计-基础篇(原书第8版).part4http://download.csdn.net/detail/shenzhq1980/9083635

Java语言程序设计-进阶篇(原书第8版)part1 http://download.csdn.net/detail/shenzhq1980/9083645
Java语言程序设计-进阶篇(原书第8版)part2 http://download.csdn.net/detail/shenzhq1980/9083651
Java语言程序设计-进阶篇(原书第8版).part3 http://download.csdn.net/detail/shenzhq1980/9083687

Java核心技术 卷II 高级特性 第9版【全】.part1 http://download.csdn.net/detail/shenzhq1980/9120643

Java核心技术 卷II 高级特性 第9版【全】.part2 http://download.csdn.net/detail/shenzhq1980/9122747

Java核心技术 卷I 基础知识 中文版第9版【全】.part1 http://download.csdn.net/detail/shenzhq1980/9106741
Java核心技术 卷I 基础知识 中文版第9版【全】.part2 http://download.csdn.net/detail/shenzhq1980/9109645

JAVA项目开发案例全程实录 http://download.csdn.net/detail/shenzhq1980/9145701
Java实效编程百例 http://download.csdn.net/detail/shenzhq1980/9145663

Java与模式(清晰书签版) http://download.csdn.net/detail/shenzhq1980/9145313
Java程序员的基本修养李刚编著 http://download.csdn.net/detail/shenzhq1980/9142871

Java 突破程序员基本功的16课 http://download.csdn.net/detail/shenzhq1980/9142785Effective.Enterprise.Java http://download.csdn.net/detail/shenzhq1980/9142763

你必须知道的261个Java语言问题 梁建全 http://download.csdn.net/detail/shenzhq1980/9142737

程序员书单_java学习基础编程篇的更多相关文章

  1. 程序员书单_java web编程篇

    李兴华JavaWeb开发实战经典 http://download.csdn.net/detail/shenzhq1980/9137653 Servlet与JSP核心编程 第2版_1 http://do ...

  2. 程序员书单_java专项进阶篇

    JDBC API数据库编程实作教材 http://download.csdn.net/detail/shenzhq1980/9145715 Java事务设计模式 http://download.csd ...

  3. happyxiaofan的程序员书单

    转自   happyxiaofan 读书的看法 从15年7月至今,研究生期间读了不少书,读书让我学到了很多,也是提升技术能力的一个重要手段.可能很多人嫌读书太花时间,曾经的我一度也是这么认为的,觉得一 ...

  4. .net程序员书单

    C# 基础 <CLR via C#> <c# 高级编程> 框架学习 <WPF编程宝典 > (英文名:<Pro WPF 4.5 in C#. Windows P ...

  5. 双11Java程序员书单推荐

    Java <Java核心技术卷I> <Java核心技术卷II> <Java编程思想> <Java并发编程实战> <Effective Java&g ...

  6. 程序员书单_HTML篇

    JavaScript权威指南(第六版) http://download.csdn.net/detail/shenzhq1980/9137733 改善JavaScript程序的188个建议 http:/ ...

  7. 程序员书单_UML篇

    UML基础与Rose建模教程 http://download.csdn.net/detail/shenzhq1980/9076199 UML和模式应用1 Applying UML and Patter ...

  8. 程序员书单_sshi框架篇

    Struts2权威指南完整版 http://download.csdn.net/detail/shenzhq1980/9103955 精通struts.基于MVC的.java.web设计与开发http ...

  9. 程序员书单_HeadFirst系列

    Head First Jquery(中文版),完整扫描版 http://download.csdn.net/detail/shenzhq1980/9103615 Head First Python(完 ...

随机推荐

  1. UI学习笔记---第九天UITableView表视图

    UITableView表视图 一.表视图的使用场景 表视图UITableView是iOS中最重要的视图,随处可见,通常用来管理一组具有相同数据结构的数据 表视图继承自UIScrollView,所以可以 ...

  2. 开机流程与主引导分区(MBR)——鸟哥私房菜

    在前篇随笔中,已经谈到了CMOS与BIOS,CMOS是记录各项硬件参数(包括系统时间.设备的I/O地址.CPU的电压和频率等)且嵌入到主板上面的存储器,BIOS是一个写入到主板上的韧体(韧体是写入到硬 ...

  3. leetcode 115 Distinct Subsequences ----- java

    Given a string S and a string T, count the number of distinct subsequences of T in S. A subsequence ...

  4. leetcode 119 Pascal's Triangle II ----- java

    Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3,Return [1,3, ...

  5. HDU 2085 核反应堆 --- 简单递推

    HDU 2085 核反应堆 /* HDU 2085 核反应堆 --- 简单递推 */ #include <cstdio> ; long long a[N], b[N]; //a表示高能质点 ...

  6. poj1984 带权并查集

    题意:有多个点,在平面上位于坐标点上,给出一些关系,表示某个点在某个点的正东/西/南/北方向多少距离,然后给出一系列询问,表示在第几个关系给出后询问某两点的曼哈顿距离,或者未知则输出-1. 只要在元素 ...

  7. E:nth-child(n)实现奇偶匹配

    <style> li:nth-child(2n){color:#f00;} /* 偶数 */ li:nth-child(2n+1){color:#000;} /* 奇数 */ </s ...

  8. Python-描述符

    Python中包含了许多内建的语言特性,它们使得代码简洁且易于理解.这些特性包括列表/集合/字典推导式,属性(property).以及装饰器(decorator).对于大部分特性来说,这些“中级”的语 ...

  9. mysql启动与关闭(手动与自动)

    手动管理mysql的启动与关闭 [root@mysql ~]# service mysql start --手动启动mysqlStarting MySQL. SUCCESS![root@mysql ~ ...

  10. Don’t Assume – Per Session Buffers

    MySQL has a number of global buffers, i.e. your SGA. There are also a number of per session/thread b ...