搜索资源列表
linuxnote
- Linux下开发的心得笔记 包括加锁的问题、内核编程的一些注意事项、内核程序风格的注意事项、为操作函数集等和一些源码。-Linux development experience Notes including lockable, kernel programming some attention, core procedures style matters to the attention of the operation function set, and some source code.
java
- 本人学习java的笔记,相当全面!对初学java的朋友和对程序开发有一定的基础的朋友都很适用,希望能帮助到大家-I java study notes, quite comprehensive! Beginner java on friends and on the development of the foundation must have a friend is very applicable to the U.S. to help! !
Java-JDK-5.0studynote
- 《Java JDK6学习笔记》是作者良葛格本人近几年来学习Java的心得笔记,结构按照作者的学习脉络依次展开,从什么是Java、如何配置Java开发环境、基本的Java语法到程序流程控制、管理类文件、异常处理、枚举类型、泛型、J2SE中标准的API等均进行了详细介绍。本书还安排了一个“文字编辑器”的专题制作。此外,Java SE6的新功能,对Java lang等套件的功能加强,以及JDBC4.0、Apache Derby纯Java数据库等新增功能,本书也都予以介绍。 《Java JDK6学习