软件与程序设计
-
ASP.NET 2.0 MVP 问答David Yack 著This unique book offers readers invaluable information from the cream of the crop-Microsoft MVPs-who are now sharing undocumented hacks for the first time Packed with superlative advice on ASP, Microsoft's popular technology for Web sites, this book will help readers become more productive developers, find solutions to problems they thought unsolvable, and develop better applications During their many years of working with ASP.NET, Microsoft MVPs have answered thousands of questions, putting them in the distinctive position of knowing exactly what readers need to know Many of the hacks will apply to multiple versions of ASP.NET, not just 2.0 but 1.0 and 1.1 as well This book is also available as part of the 5-book ASP.NET 2.0 Wrox Box (ISBN: 0-470-11757-5). This 5-book set includes: Professional ASP.NET 2.0 Special Edition (ISBN: 0-470-04178-1) ASP.NET 2.0 Website Programming: Problem - Design - Solution (ISBN: 0764584642 ) Professional ASP.NET 2.0 Security, Membership, and Role Management (ISBN: 0764596985) Professional ASP.NET 2.0 Server Control and Component Development (ISBN: 0471793507) ASP.NET 2.0 MVP Hacks and Tips (ISBN: 0764597663) CD-ROM with more than 1000 pages of bonus chapters from 15 other .NET 2.0 and SQL Server(TM) 2005 Wrox books DVD with 180-day trial version of Microsoft(r) Visual Studio(r) 2005 Professional Edition
-
Professional DotNetNuke 4.0 for ASP.NET 2.0 指南Shaun Walker 著Shaun Walker, founder and president of Perpetual Motion Interactive Systems Inc., a solutions company specializing in Microsoft enterprise technologies. Shaun has 15 years professional experience in architecting and implementing large scale IT solutions for private and public organizations. Shaun is responsible for the creation and management of DotNetNuke, an open source content management system written for the Microsoft ASP.NET platform. Based on his significant community contributions he was recently recognized as a Microsoft Most Valuable Professional (MVP) in 2004. In addition, he was recently added as a featured speaker to the MSDN Canada Speakers Bureau which allows him to evangelize DotNetNuke to User Groups across Canada. Shaun resides in British Columbia, Canada, with his wife and two children.
-
PHP5、Apache、MySQL网络开发入门Elizabeth Naramore 著This update to a Wrox bestseller dives in and guides the reader through the entire process of creating dynamic, data-driven sites using the open source "AMP" model: Apache Web server, the MySQL database system, and the PHP *ing language. The team of expert authors covers PHP *ing, database management, security, integration, and e-commerce functions and comes complete with a useful syntax reference. ·Showcases three fully functional Web site examples, with implementations for both Windows and Linux, that readers can incorporate into their own projects ·Updates include a new chapter on PHP5 features and functions, a new example Web site application, and updates to PHP5 throughout the text
-
PHP & MySQL为创建动态的数据库驱动的网站而展现的视觉蓝图Janet Valade 著"The expertise, thought, and effort that go into each book are obvious, and I sincerely appreciate your efforts. Keep up the wonderful work!":Tracey Moore (Memphis, TN)Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you will discover step-by-step screen shots that demonstrate over 140 key techniques using PHP amd MySQL, including:* Configuring Apache to process PHP code* Working with character strings* Creating, sorting, and comparing arrays* Defining and using functions* Finding and replacing substrings* Querying databases and retrieving data* Stopping and starting the MySQL server* Adding dynamic check boxes* Sending new Web pages to a browserExtra / Apply It* High-resolution screen shots demonstrate each task* Succinct explanations walk you through step-by-step* Two-page lessons break big topics into bite-sized modules* "Apply It" and "Extra" sidebars highlight useful tips
-
JavaScript 宝典Danny Goodman 等著Make your Web pages stand out above the noise with JavaScript and the expert instruction in this much-anticipated update to the bestselling JavaScript Bible. With renowned JavaScript expert Danny Goodman at your side, you’ll get a thorough grounding in JavaScript basics, see how it fits with current Web browsers, and find all the soup-to-nuts detail you’ll need. Whether you’re a veteran programmer or just starting out, this is the JavaScript book Web developers turn to again and again.
-
XML 数据库基础教程Gavin Powell 著Supported by all major database systems, XML provides an easy, standardized method of transferring data between databases and to and from the Web, independent of the software in use .Offers database programmers and data-driven Web developers detailed guidance on how to understand and work with XML as data. Numerous hands-on, step-by-step examples help readers learn to simplify database work using XML. Shows how to use XML to exchange data between multiple databases either internally or with external customers and partners Covers XML in popular databases including Oracle Database, SQL Server, and brief coverage of DB2 Database. Covers basic syntax for XML, the XML DOM, and XSL – with an emphasis on database use, and native XML databases .Additional topics covered include Native XML databases, XPath, XQuery, XLink, XPointer, DTDs, XML Schemas, among others .
-
C语言程序设计上机指导与练习向华本书是《C语言程序设计》一书的配套教材,内容以程序实例和上机练习为主,注重程序分析能力和程序编写能力的培养。全书共分九章,每章均包括“学习指导”和“上机实习”两大部分。各章的上机练习量充足,难易适中,实例程序和上机验证程序均体现了实用性和趣味性。
-
C#语言的数据结构和算法Michael McMillan 著C# programmers: no more translating data structures from C++ or Java to use in your programs! Mike McMillan provides a tutorial on how to use data structures and algorithms plus the first comprehensive reference for C# implementation of data structures and algorithms found in the .NET Framework library, as well as those developed by the programmer. The approach is very practical, using timing tests rather than Big O notation to analyze the efficiency of an approach. Coverage includes arrays and array lists, linked lists, hash tables, dictionaries, trees, graphs, and sorting and searching algorithms, as well as more advanced algorithms such as probabilistic algorithms and dynamic programming. This is the perfect resource for C# professionals and students alike. 作者简介:Michael McMillan is an Instructor of Computer Information Systems at Pulaski Technical College, as well as an adjunct instructor at the University of Arkansas at Little Rock and the University of Central Arkansas. Mike's previous books include Object-Oriented Programming With Visual Basic.NET, Data Structures and Algorithms Using Visual Basic.NET, and Perl From the Ground Up. He was a co-author of Programming and Problem-Solving With Visual Basic.NET. Mike has written over 25 trade journal articles on programming and has over 20 years of experience in programming for industry and education.
-
C++之旅(美)Bjarne Stroustrup(本贾尼 斯特劳斯特鲁普)本书一共19章,以C++20为标准,讲述了最新的现代C++所提供的编程特性。有其他语言编程经验的读者可以从本书中快速了解C++所具备的功能,从而获得对现代C++的更全面认知,以便更好地了解现代C++语言已经发展到的程度。资深程序员可以从本书作者的整体行文风格中感受到他在设计C++特性时的一些考量及侧重点,了解C++这门语言在历史上曾经历过的变迁,以及一部分特性为什么会是今天这个样子。所以,本书适合的读者:有其他语言编程经验,想要了解C++语言的读者;有传统C++编程经验,想要了解现代C++语言特性的读者;有较丰富编程经验且想了解C++之父在C++设计过程中的一些设计细节与思路的读者。
-
现代C++编程[美] 乔什·洛斯皮诺索本书是为中高级程序员设计的,它深入介绍了现代C 的核心。本书分为两大部分:部分介绍C 语言的核心,深入讲解从类型和函数到对象生命周期和表达式的所有内容;第二部分介绍C 标准库和Boost库,深入讲解所有可用的高质量、全功能的工具,涵盖了特殊的工具类、数据结构和算法,并介绍了如何操作文件系统和构建通过网络进行通信的高性能程序。本书包含500多个代码样本和近100个练习,可以让你打下坚实的C 基础,助你写出让自己引以为傲的可读性较高、短小精悍且高效的代码。