首页计算机书籍计算机语言《Java Cookbook 3rd Edition》Ian F. Darwin
yewei

文档

313

关注

0

好评

0
PDF

《Java Cookbook 3rd Edition》Ian F. Darwin

阅读 902 下载 0 大小 14.11M 总页数 896 页 2022-11-22 分享
价格:¥ 10.00
下载文档
/ 896
全屏查看
《Java Cookbook 3rd Edition》Ian F. Darwin
还有 896 页未读 ,您可以 继续阅读 或 下载文档
1、本文档共计 896 页,下载后文档不带www.pdfdz.com水印,支持完整阅读内容。
2、古籍基本都为PDF扫描版,所以文档不支持编辑功能,即不支持文档内文字的复制粘贴。
3、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
4、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
5、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。
Java Cookbook,Third Editionby Ian E.DarwinCopyright 2014 RejmiNet Group,Inc..All rights reserved.Printed in the United States of America.Published by O'Reilly Media,Inc.,1005 Gravenstein Highway North,Sebastopol,CA 95472.O'Reilly books y be purchased for educational,business,or sales promotional use.Online editions arealso available for most titles(://my.safaribooksonline).For more infortion,contact our corporate/institutional sales department:800-998-9938 or corporate@oreilly.Editors:Mike Loukides and Meghan BlanchetteIndexer:Lucie HaskinsProduction Editor:Melanie YarbroughCover Designer:Randy ComerCopyeditor:Kim CoferInterior Designer:David FutatoProofreader:Jaine Kwitynlllustrator:Rebecca Dereste 2014:Third EditionRevision History for the Third Edition:2014-06-20:First releaseSee ://oreilly/catalog/errata.csp?in=9781449337049 for release details.Nutshell Handbook,the Nutshell Handbooklogo,andthe O'Reillylogo are registered traderks ofO'ReillyMedia,Inc.Java Cookbook,the cover ige of a domestic chicken,and related trade dress are traderksof O'Reilly Media,Inc.Many of the designations used by nufacturers and sellers to distinguish their products are claimed astraderks.Where those designations appear in thiook,andO'Reilly Media,Inc.was aware ofatraderkclaim,the designations have been printed in caps or initial caps.While every precaution has been taken in the preparation of this book,the publisher and author assume noresponsibility for errors or omissions,or for dages resulting from the use of the infortion containedherein.ISB:978-1-449-33704-9[LSI]Table of ContentsPreface.……1.Getting Started:Compiling,Running,and Debugging.................1.1.Compiling and Running Java:JDK21.2.Editing and Compiling with a Syntax-Highlighting Editor31.3.Compiling,Running,and Testing with an IDE41.4.Using CLASSPATH Effectively141.5.Downloading and Using the Code Examples171.6.Autoting Compilation with Apache Ant221.7.Autoting Dependencies,Compilation,Testing,and Deployment withApache Maven251.8.Autoting Dependencies,Compilation,Testing,and Deployment withGradle291.9.Dealing with Deprecation Warnings311.10.Conditional Debugging Without #ifdef331.11.Maintaining Program Correctness with Assertions351.12.Debugging with JDB361.13.Avoiding the Need for Debuggers with Unit Testing381.14.Maintaining Your Code with Continuous Integration411.15.Getting Readable Tracebacks451.16.Finding More Java Source Code:Programs,Frameworks,Libraries462.Interacting with the Environment..................512.1.Getting Environment Variables512.2.Getting Infortion from System Properties522.3.Learning About the Current JDK Release542.4.Dealing with Operating System-Dependent Variations552.5.Using Extensions or Other Packaged APIs58
返回顶部