24小时热门版块排行榜    

CyRhmU.jpeg
查看: 470  |  回复: 1
当前主题已经存档。

VIP

银虫 (职业作家)

[交流] 最新发现值得珍藏的好书[转帖]

[watermark]

1、Webmaster in a Nutshell, 3rd Edition
Webmaster in a Nutshell is a concise and portable quick reference guide that distills an immense amount of information on several languages and technologies into one compact book. It puts a fast-paced introduction, detailed reference section, and quick reference guide to each technology all within easy reach and is packed full of the genuinely useful information a webmaster needs daily, whatever the technology. This one-stop resource for HTML, CSS, XML, CGI, JavaScript, HTTP, PHP, and Apache, is the book youll turn to again
http://www.itebook.net/opensoft.asp?soft_id=1&url=1

2、Oracle Security
This book covers the field of Oracle security from simple to complex. It describes basic RDBMS security features (e.g., passwords, profiles, roles, privileges, synonyms) and includes many practical strategies for securing an Oracle system, developing auditing and backup plans, and using the Oracle Enterprise Manager and Oracle Security Server. Also touches on advanced security features, such as encryption, Trusted Oracle, and Internet and Web protection.
http://www.itebook.net/opensoft.asp?soft_id=2&url=1

3、PL/SQL Developers Introduction
This book is an easy-to-understand guide to building Oracle8i (Oracles "Internet database" Web applications using a variety of tools -- PL/SQL, HTML, XML, WebDB, and Oracle Application Server (OAS). It also covers the packages in the PL/SQL toolkit and demonstrates several fully realized Web applications. This book provides the jump-start you need to extend relational concepts to Web content and to make the transition from traditional programming to the development of useful Web applications for Oracle8i. Also covers Web development for Oracle8 and Oracle7.
http://www.itebook.net/opensoft.asp?soft_id=3&url=1

4、High Performance Data Mining
Contains four refereed papers covering important classes of data mining algorithms: classification, clustering, association rule discovery, and learning Bayesian networks. Srivastava et al present a detailed analysis of the parallelization strategy of tree induction algorithms. Xu et al present a parallel clustering algorithm for distributed memory machines. A new scalable algorithm for association rule discovery and a survey of other strategies is covered by Cheung et al. The final paper, written by Xiang et al, describes an algorithm for parallel learning of Bayesian networks. The papers aim to take a practical approach to large scale mining applications and increase useable knowledge concerning high performance computing technology. Lacks a subject index.Book News, Inc.(R), Portland, OR  
http://www.itebook.net/opensoft.asp?soft_id=4&url=1

5、Easy Microsoft Office 2003
Easy Microsoft Office 2003 takes the work out of learning this new software application by using short, easy-to-follow lessons that show you how to accomplish basic tasks quickly and efficiently! It is the perfect book for beginners who want to learn the Office 2003 applications through a visual, full-color approach. More than 100 hands-on lessons are designed to teach the easiest, fastest, or most direct way to accomplish common Office tasks. The book is suited for new Office users, as well as those upgrading from an earlier version.
http://www.itebook.net/opensoft.asp?soft_id=5&url=1

6、C++ Plus Data Structures .pdf
Written as a second-semester text which focuses on abstract data types from three perspectives: specification, application, and implementation. Within this focus, the author stresses computer science theory and software engineering principles using chapter exercises, case studies, and programming assignments. Book News, Inc.(R), Portland, OR  
http://www.itebook.net/opensoft.asp?soft_id=6&url=1

7、Java 2: The Complete Reference, Fifth Edition
This fifth edition of a guide to the Java language covers the latest features of Java 2, v1.4, including the new I/O API, regular expression, chained exceptions, the assert keyword, and upgrades to Javas networking classes and the Collections Framework. The book starts with an in-depth tutorial of... Read more
http://www.itebook.net/opensoft.asp?soft_id=7&url=1

8、Advanced Java 2 Platform: How to Program
In this resource, members of the Deitel & Associates, Inc. corporate training and content-creation organization discuss topics needed to build Java-based enterprise systems. They present clear examples of advanced and often overlooked topics, and adhere to Java idiom, following sophisticated coding styles and practices. Chapters begin with objectives and are followed by quotations that offer either philosophy, humor or interesting insights; an outline; the program material; summaries to reinforce key concepts; and tips, recommended practices and cautions. Features are presented in the context of complete, working Java programs. The accompanying CD-ROM contains program code.Book News, Inc.(R), Portland, OR  
http://www.itebook.net/opensoft.asp?soft_id=8&url=1

9、The ANSI C Programming Language
http://www.itebook.net/opensoft.asp?soft_id=9&url=1

10、Implementation with IPv6 and IP Security
The ever-improving tools available to network engineers have helped hide the details of the TCP/IP protocol suite to some degree, but real gurus know that you have to understand the protocols at a low level to really see whats going on. TCP/IP: Architecture, Protocols, and Implementation with IPv6 and IP Security shows how, under the TCP/IP protocols, digital signals are assembled into packets and routed among network nodes.
To communicate this information, the author uses lots of block diagrams and bit listings. He also patiently walks through transactions, explaining how nodes communicate back and forth to establish connections. The miscellaneous elements of the TCP/IP stack--including Bootstrap Protocol (BOOTP), Dynamic Host Configuration Protocol (DHCP), the Domain Name System (DNS), the mail protocols, and various others--get plenty of attention too (something thats welcome, as theyre not well covered in most TCP/IP books).
http://www.itebook.net/opensoft.asp?soft_id=13&url=1
11、DirectX 3D Graphics Programming Bible
Complete coverage of DirectX 3D graphics programming. Topics include understanding how DirectX interfaces with PC graphics devices and Windows, mastering 2D and 3D animation basics, harnessing Direct3D retained mode programming to create true 3D animations, manipulating frames, meshes, textures,...  
http://www.itebook.net/opensoft.asp?soft_id=14&url=1

12、Applied Microsoft .NET Framework Programming
Applied Microsoft .NET Framework Programming is a tutorial. Its meant for programmers who already know an object-oriented language and want to apply their knowledge in the standardized environment provided by the Microsoft .NET Framework. The book, written by Jeffrey Richter, a programmer and the .NET columnist at Microsofts magazine for its developer community, takes a more or less language-agnostic approach to the run-time environment (though many illustrative examples are in C#). It aims to untangle the Common Language Runtime (CLR) and some of the Framework Class Library (FCL), and generally succeeds, particularly at the former. Richter shares his knowledge of the key classes you can instantiate in the CLR, and the kinds of operations you can perform on and with them.
You can read this book, or individual chapters, from beginning to end. Youll probably find it more helpful, though, if you read individual sections as you encounter problems or develop an interest in specific aspects of the CLR (ideal for those middle-of-the-night "I wonder how it does..." questions). Richter typically lets his code do most of the talking, and hell often introduce a section with a prose summary of the CLR way of doing something (sometimes with a supplementary diagram) before unleashing a string of quick examples that illustrate variations on the theme. In an unusual and helpful tutorial move, he makes heavy use of the ILDASM utility to show what goes on at compile time. --David Wall

Topics covered: How the Microsoft .NET Framework--in other words, the Common Language Runtime (CLR) and parts of the Framework Class Library (FCL)--runs Microsoft .NET applications, and how to write software for the framework. Shared assemblies, characteristics of CLR types (including their properties, methods, fields, and events), and object orientation all get ample coverage. Theres particularly detailed information on text manipulation (including internationalization and localization), arrays, custom interfaces, and the managed environment (garbage collection) in the CLR environment.

http://www.itebook.net/opensoft.asp?soft_id=15&url=1
12、Black Art of Java Game Programming
A book/CD-ROM package on the mysteries of sound, animation, color, networking, advanced graphics, and multiplayer gaming. Provides techniques for maximizing Javas networking and GUI facilities, and building a high score server for games. Includes a game gallery section in which creators describe...  
http://www.itebook.net/opensoft.asp?soft_id=16&url=1

13、Teach Yourself TCP-IP in 24 Hours, Third Edition
As the Internet continues to expand its reach, more and more users, administrators, and programmers need to learn about TCP/IP the core standard behind the Internet, and the dominant protocol for networks throughout the world.

Sams Teach Yourself TCP/IP in 24 Hours provides a clear and concise...
http://www.itebook.net/opensoft.asp?soft_id=17&url=1

14、Windows Graphics Programming
This guide for experienced Windows programmers describes what is going on beneath the API layer. Coverage includes: uncovering the Windows system architecture and graphics system internal data structure, detecting GDI resource leaks and other troubleshooting techniques, device context, coordinate...  
http://www.itebook.net/opensoft.asp?soft_id=21&url=1

15、The Microsoft DirectX 9 Programmable...
The Microsoft DirectX 9 Programmable Graphics Pipeline

出版社:Microsoft Press

作者:Kris Gray

发布日期:30 July, 2003  
http://www.itebook.net/opensoft.asp?soft_id=24&url=1
16、Operating System Concepts 5th
ReleaseData:March, 2002
Operating systems are large and complex, and yet must function with near-absolute reliability--thats why theyre a class unto themselves in the field of software development. Since its first release 20 years ago, "the dinosaur book"--Operating System Concepts by Abraham Silberschatz, Peter Baer Galvin, and Greg Gagne--has been a valuable reference for designers and implementers of operating systems. The newly released sixth edition of this book maintains the volumes authority with new sections on thread management, distributed processes, and the Java Virtual Machine (JVM). Theres also information on the workings of the latest crop of operating systems, including Microsoft Windows 2000, Linux, FreeBSD, and compact operating systems for handheld devices.

This book is concerned with the design of operating systems, which is to say it enumerates the problems that pop up in the creation of efficient systems and explores alternative ways of dealing with them, detailing the advantages and shortcomings of each. For example, in their chapter on scheduling CPU activity, the authors explain several algorithms (first-come, first-served, and round-robin scheduling, among others) for allocating the capacity of single and multiple processors among jobs. They highlight the relative advantages of each, and explain how several real-life operating systems solve the problem. They then present the reader with exercises (this book is essentially a university textbook) that inspire thought and discussion. --David Wall

Topics covered: The problems faced by designers of system software for electronic computers, and strategies that have been developed over the past 20 years to address (and, in some cases, solve) them. Problems of CPU scheduling, memory allocation, paging, processes and threads, storage management, distributed processes and storage mechanisms, and security are all discussed thoroughly and with many authoritative references.  
http://www.itebook.net/opensoft.asp?soft_id=25&url=1

17、3D Studio MAX 4 Bible
http://www.itebook.net/opensoft.asp?soft_id=26&url=1

18、Refactoring: Improving the Design of Existing Code
在本书中,作者Martin Fowler充分展示了何处可能需要重构,以及如何将不好的设计改造为良好的设计。 本书除了讨论重构的各种技巧之外,还提供了超过70个可行重构的详细目录,给出了重构的工作原理,并以step by step的形式给出了应用每一种重构的指南。这些示例都是用Java语言写成的,但其中的思想却可以运用到任何面对象的编程语言中。  
http://www.itebook.net/opensoft.asp?soft_id=27&url=1

19、Teach Yourself Office 2003 in 24 Hours
In just 24 lessons of one hour or less, you will be able to understand, utilize, and leverage Microsoft Office 2003 so you can get your work done. Using a straightforward, step-by-step approach, each lesson builds on the previous ones, enabling you to learn the essentials of Microsoft office 2003 and all its components from the ground up.  
http://www.itebook.net/opensoft.asp?soft_id=28&url=1
20、Computer Architecture 3ed
Presents computer architecture and design as something quantitative that can be studied in the context of real running systems rather than in an abstract format. Shows the practicing engineer how technology changes over time and offers the empirical constants needed for design. Previous edition c1996.
http://www.itebook.net/opensoft.asp?soft_id=30&url=1

21、算法设计 (3本合订版)
包含三本书:
实用算法的分析与程序设计
图论的算法与程序设计
组合数学的算法与程序设计
http://www.itebook.net/opensoft.asp?soft_id=31&url=1

22、Extreme Programming Applied - Playing to Win
Authors offer advice on implementing XP in your organization, illustrating key points with stories from pioneers who have successfully introduced XP. Helps readers begin using the principles behind this revolutionary concept. Softcover.
http://www.itebook.net/opensoft.asp?soft_id=32&url=1

23、Extreme Programming Explored
Author: William C. Wake
Publisher: Addison-Wesley Pub Co
Page: 144 pages
Edition: 1st edition (July 18, 2001)
Veteran programmer Wake expands answers he has found to questions he had while taking the first Extreme Programming Immersion course, to help others interested in learning the new process for developing software.  
http://www.itebook.net/opensoft.asp?soft_id=33&url=1
24、A Brief History of Time
http://bbs.itebook.net/attachment.php?aid=5807

25、JDBC API Tutorial And Reference 3nd(2003)
http://bbs.itebook.net/attachment.php?aid=5808

26、Building.Embedded.Linux.Systems
http://bbs.itebook.net/attachment.php?aid=5809

27、C++ Footprint.and.Performance.Optimization
http://bbs.itebook.net/attachment.php?aid=5810

28、Inside the C++ Object Model
http://bbs.itebook.net/attachment.php?aid=5811

29、Computer Networking A Top-Down Approach Featuring the Internet
http://bbs.itebook.net/attachment.php?aid=5812
http://bbs.itebook.net/attachment.php?aid=5813
http://bbs.itebook.net/attachment.php?aid=5814
http://bbs.itebook.net/attachment.php?aid=5815
http://bbs.itebook.net/attachment.php?aid=5816

30、微软研发——致胜策略
英文原书名: Debugging the Development Process
作者: 史蒂夫.马魁尔
译者: 苏斐然

作者详细描述了他在美国领导项目的各种实际的策略方法,教您如何开发高质量的软件,而且绝不延误。本书中,作者以直率、真诚的笔调 ,与您畅谈在微软中经历过的种种成功与失败,他将告诉您 :如何增进团队的工作效率,而且让每个人都乐在其中?为什么您曾想把超级程序员赶走?如何避免落入行政程序的天罗地网?有哪些小小的改变,可以获取极大的效益?不必加班就能如期完成软件的秘诀?如何让所有的工作都价值翻倍?
如何让团队保持续的创造力?如何提高程序员的整体技术水平?本书是为每一位从事研发工作的朋友而写,相信您在读过本书之后,一定急于推荐给您的主管、同事和您的朋友。
http://www.itebook.net/opensoft.asp?soft_id=34&url=1

31、微软团队——成功秘诀
英文原书名: Dynamics of Software Development
作者: 吉姆.麦卡锡
译者: 苏斐然

本书叙述了吉姆.麦卡锡带领微软Visual C++开发团队的故事,告诉读者如何构建一个优秀的软件开发团队,如何在一段时间内成功地开发一个软件,而且此后不断地完成新版,并一直受到市场的肯定。他将自己思考的结晶和种种惨痛的教训归纳出54条言简意赅的法则,从产品设计、程序开发到成功的营销,无所不包,在微软,本书是每一位项目经理的必读圣经  
http://www.itebook.net/opensoft.asp?soft_id=35&url=1

32、微软项目——求生法则
英文原书名: Software project Survival Guide
作者: 史蒂夫.麦克康纳尔
译者: 余孟学

本书是特为每个关注项目开发成败的人,特别是寻些没有经过正式软件项目管理训练的人而写的一本书。作者利用在研究与工作中获得的经验告 诉您项目开发过程中的规划、设计、管理、质量控制、测试与完工所需的策略与观念,并利用大量技巧建立一套精简可靠的框架来成功地管理项目。不论是新手还是老练的项目管理者教将从中获益匪浅。本书将是每个项目人员案头不可或缺的指导书。本书作者曾著有两本颇受好评的微软经典著作,通过他的亲身经历,现身说法,使您获得“原汁原味”的微软经验与法则,助您攀着巨人肩膀步入巨入行列!
http://www.itebook.net/opensoft.asp?soft_id=36&url=1

33、Programming Windows , Fifth Edition
虽然是1998年出版的,可是这本经典书还是非常值得一看.
This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs).
http://www.itebook.net/opensoft.asp?soft_id=37&url=1

34、Java 手机程式设计入门
第一章 Java 2 Micro Edition概论?
第二章 Java程式设计简介?
第三章 撰写您的第一个手机程式?
第四章 在实体机器上执行MIDlet?
第五章 J2ME Wireless Toolkit?
第六章 Motorola A6288手机程序开发?
第七章 JBuilder MobileSet?
第八章 MIDP for Palm
第九章 MIDlet的事件处理?
第十章 MIDP图形使用者介面程式设计?
第十一章 MIDP图形处理?
第十二章 MIDP资料库程序设计?
第十三章 MIDP网路程序设计?
 http://www.itebook.net/opensoft.asp?soft_id=38&url=1
35、Developing Java Beans.rar
By Robert Englander

Publisher : O'Reilly
Pub Date : June 1997
ISBN : 1-56592-289-1
Pages : 314
Developing Java Beans is a complete introduction to Java's component architecture. It describes how to write Beans, which are software components that can be used in visual programming environments. This book discusses event adapters, serialization, introspection, property editors, and customizers, and shows how to use Beans within ActiveX controls.

http://bbs.itebook.net/attachment.php?aid=5997

36、Incident Response-A Strategic Guide to Handling System and Network Security Breaches.rar
By Dr. Eugene E. Schultz, Russell Shumway

Publisher : New Riders Publishing
Pub Date : November 14, 2001
ISBN : 1-57870-256-9
Pages : 400
The increasing complexity and diversity of systems, applications, and networks has made them more difficult to defend. As companies continue to experience losses due to security breaches, security professionals must take a new approach in protecting their assets. By using monitoring and detection measures with prompt intervention, you can reduce the magnitude of incidents. This book gives you the information you need to develop an effective incident response strategy.
http://bbs.itebook.net/attachment.php?aid=5998

37、Trusted Computing Platforms- TCPA Technology in Context.rar
By Boris Balacheff, Liqun Chen, Siani Pearson, David Plaquin, Graeme Proudler

Publisher : Prentice Hall PTR
Pub Date : July 22, 2002
ISBN : 0-13-009220-7
Pages : 352
As businesses stake their very existence on the Internet, PCs, PDAs, and other key computing platforms, the trustworthiness of these platforms has become a vital concern. In response, the Trusted Computing Platform Alliance (TCPA) has delivered a complete specification for building trusted computing platforms atop trusted hardware. In Trusted Computing Platforms, leaders of the initiative illuminate TCPA for every systems developer and decision-maker. They place TCPA in context, outlining its goals, techniques, and powerful implications for the future.
http://bbs.itebook.net/attachment.php?aid=5999

38、Webmaster in a Nutshell, 3rd Edition
Publisher : O'Reilly
Pub Date : December 2002
ISBN : 0-596-00357-9
Pages : 576
Webmaster in a Nutshell is a concise and portable quick reference guide that distills an immense amount of information on several languages and technologies into one compact book. It puts a fast-paced introduction, detailed reference section, and quick reference guide to each technology all within easy reach and is packed full of the genuinely useful information a webmaster needs daily, whatever the technology. This one-stop resource for HTML, CSS, XML, CGI, JavaScript, HTTP, PHP, and Apache, is the book you'll turn to again and again.
http://bbs.itebook.net/attachment.php?aid=6000

39、Building J2EE? Applications with the Rational Unified Process
Publisher : Addison Wesley
Pub Date : August 20, 2002
ISBN : 0-201-79166-8
Pages : 288

Two of the most significant technological development trends of the past few years have been the Java 2 Platform, Enterprise Edition (J2EE), a platform specifically geared to the needs of enterprise systems, and the Rational Unified Process (RUP), a comprehensive development methodology.
http://bbs.itebook.net/attachment.php?aid=6001
http://bbs.itebook.net/attachment.php?aid=6002

40、IS-IS Network Design Solutions
By Abe Martey, Scott Sturgess

Publisher : Cisco Press
Pub Date : February 07, 2002
ISBN : 1-57870-220-8
Pages : 400

The definitive IS-IS reference and design guide.
http://bbs.itebook.net/attachment.php?aid=6003
http://bbs.itebook.net/attachment.php?aid=6004

41、Practical Guide to Software Quality Management, Second Edition
by John W. Horch ISBN:1580535275
Artech House ? 2003 (286 pages)
This book offers an entry-level, broad overview of software quality management and provides the reader with practical advice needed to implement, evaluate, and improve a total quality software system.
http://bbs.itebook.net/attachment.php?aid=6005
http://bbs.itebook.net/attachment.php?aid=6006
42、钱能C++程序设计教程
http://www.itebook.net/opensoft.asp?soft_id=39&url=1

43、The C++ Standard Library
http://www.itebook.net/opensoft.asp?soft_id=40&url=1

44、Effective STL
本书由世界顶尖级的C++权威Scott Meyers编著,阐述了如何有效地使用STL(Standard Template Library, 标准模板库)进行编程。书中讲述了如何将STL组件组合在一起,从而利用库的设计。这些内容会帮助你针对简单的问题开发出简单、直接的解决方案,并且针对复杂的问题开发出精致的解决方案。书中还描述了常见的STL使用错误,并告诉你如何避免这些错误。  
http://www.itebook.net/opensoft.asp?soft_id=41&url=1
[/watermark]

回复此楼

» 猜你喜欢

[img]http://emuch.net/bbs/attachments/ONkU_AAAA6040.gif[/img]
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

senron

学学,这个好,
2楼2003-12-24 21:09:15
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 VIP 的主题更新
普通表情 高级回复(可上传附件)
信息提示
请填处理意见