CommunityEventsWebcastsNewsletters
新书即将出版全部书目订购信息
ProgrammingDataAnalysisOpen SourceiPadiPhoneFacebookApple
数据教育 2.0政府 2.0移动互联网编程出版Web 2.0
Safari HomeSubscribeFree TrialBooksVideos
Strata ChinaVelocity中国Ignite北京O'Reilly Conferences
EnrollYour CareerWhy OSTCourses & CertificatesContactStudent Sign In
 
好好学习,天天向上
 
JAVA实例技术手册(第二版,影印版)
JAVA实例技术手册(第二版,影印版)
David Flanagan
出版时间:2003年11月
页数:588

介绍
本书完全由实际的Java程序实例构成,内容涉及Java 1.3,包含了164个完整、实用的实例:超过17900行的代码注释涵盖了20种不同的Java API,包括servlet、JSP、XML、Swing和Java 2D。最畅销的《Java in a Nutshell》的作者亲自编写了本书所有的实例代码,读者可以从中学习Java语言,也可以对这些代码进行修改为自己所用。如果你喜欢按照实例去学习,那么本书正是你的最佳选择!
本书是《Java in a Nutshell》、《Java Foundation Classes in a Nutshell》和《Java Enterprise in a Nutshell》的姐妹篇。尽管这三本书属于速查手册,但其中仍然对各种Java主题提供了速成指南。而本书则是弥补这些书所遗漏的一些内容,为Java新手提供了一系列的实例代码,当然,这些代码对于那些经验丰富的编程老手来说也同样适用。本书并没有限制读者的发挥,或仅仅对Java的语法或方法调用进行详细的解释,而是展示了一些具有完美注释的优秀代码实例,从而帮助读者最大程度地认识Java。本书的每一章都包含了编程练习,有助于读者巩固所学到的知识。
本书涵盖的主题包括:
* 用来阐述基本Java功能和关键API的实例,包括I/O、线程、网络、安全、映像和串行化。
* 使用图形用户界面和Java图形特性的程序,重点介绍的是Swing、Java 2D、打印、数据传输、JavaBeans和applet API。
* 用来解释关键性企业级API的实例,包括远程方法调用、数据库连接、servlet、JSP和XML。
本书最后附带了一个实例索引,使读者能够方便地找到编程概念或Java类,也能够方便地找到用于阐述某个概念或使用了某个类的实例。
目录
  1. Preface
  2. Part I: Core Java APIs
  3. Chapter 1 Java Basics
  4. Hello World
  5. FizzBuzz
  6. The Fibonacci Series
  7. Using Command-Line Arguments
  8. Echo in Reverse
  9. FizzBuzz Switched
  10. Computing Factorials
  11. Recursive Factorials

产品信息
书名:JAVA实例技术手册(第二版,影印版)
作者:David Flanagan
国内出版社:清华大学出版社
出版时间:2003年11月
页数:588
书号:7-302-06751-1
原版书出版商:O'Reilly Media

关于作者
David Flanagan
 
David Flanagan:一位计算机程序员,绝大部分时间花在编程语言上。他还在O'Reilly公司出版了JavaScript: The Definitive Guide and Java in a Nutshell一书。David拥有麻省理工学院的计算机科学和工程学位,他和妻子及孩子在美国太平洋西北地区的一些城市生活,包括西雅图、华盛顿及英属哥伦比亚的范库弗峰市。


David Flanagan是一个醉心于Java写作的计算机程序员,他的大部分时间都致力于编写Java相关图书。他在O'Reilly出版的其他畅销书还包括《Java in a Nutshell》、《Java Foundation Classes in a Nutshell》、《Java Enterprise in a Nutshell》、《JavaScript: The Definitive Guide》以及《JavaScript Pocket Reference》。David在麻省理工学院获得了计算机科学与工程学位。他生活在地处西雅图和温哥华之间的美国太平洋西北海岸。
David Flanagan is a consulting computer programmer who spends much of his time writing books. His other O'Reilly books include JavaScript Pocket Reference, Java in a Nutshell, and Java Examples in a Nutshell. David has a degree in computer science and engineering from the Massachusetts Institute of Technology. He lives with his wife and children in the U.S. Pacific Northwest between the cities of Seattle, Washington,and Vancouver, British Columbia.
David Flanagan is a computer programmer who spends most of his time writing about
programming languages. His other books with O’Reilly include JavaScript: The Definitive
Guide and Java in a Nutshell. David has a degree in computer science and
engineering from the Massachusetts Institute of Technology. He lives with his wife and
children in the U.S. Pacific Northwest between the cities of Seattle, Washington, and
Vancouver, British Columbia.
 
查看David Flanagan更多信息
 

封面介绍
The animal of this book is an alligator. There are only two species of alligator: the American alligator (Alligator
mississippiensis), found in the southeastern coastal plain of the United States, and the smaller Chinese alligator (Alligator sinensis), found in the lower valley of the
Yangtze River. Both alligators are related to the more widely distributed crocodile.
The alligator is a much-studied animal, and so a great deal is known about its life
cycle. Female alligators lay 30 to 80 eggs at a time. The mother allows the sun to
incubate the eggs, but stays nearby. After about 60 days the eggs hatch, and the
young call out for their mother. The mother then carries or leads them to the water,
where they live with her for a year.
Alligators eat a varied diet of insects, fish, shellfish, frogs, water birds, and small
mammals. Alligator attacks on humans are rare. Although normally slow-moving ani-mals,
alligators can charge quickly for short distances when they or their young are
in danger.
Alligators have been hunted extensively for their skin. The American alligator was
placed on the endangered species list in 1969, then declared to be out of danger in
1987. The Chinese alligator remains on the endangered list.