编程
Python编程快速上手 Douban
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
8.9 (9 ratings) author: Al Sweigart translator: 王海鹏 publishing house: 人民邮电出版社 2016 - 7
如今,人们面临的大多数任务都可以通过编写计算机软件来完成。Python是一种解释型、面向对象、动态数据类型的高级程序设计语言。通过Python编程,我们能够解决现实生活中的很多任务。
本书是一本面向实践的Python编程实用指南。本书的目的,不仅是介绍Python语言的基础知识,而且还通过项目实践教会读者如何应用这些知识和技能。本书的首部分介绍了基本Python编程概念,第二部分介绍了一些不同的任务,通过编写Python程序,可以让计算机自动完成它们。第二部分的每一章都有一些项目程序,供读者学习。每章的末尾还提供了一些习题和深入的实践项目,帮助读者巩固所学的知识。附录部分提供了所有习题的解答。
本书适合任何想要通过Python学习编程的读者,尤其适合缺乏编程基础的初学者。通过阅读本书,读者将能利用强大的编程语言和工具,并且会体会到Python编程的快乐。
May 18, 2019 read
这本书最大的优点是实用性。python作为脚本语言,语法很简单,看很多材料都能了解得差不多。但实际上更需要知道的是它的大量强大实用的库,可以很方便地用来做很多事情。这本书就是聚焦于一般人工作中会遇到的繁琐任务,有针对性地介绍用python及其模块完成任务的方法。书中还有一些隐藏的幽默,比如当我看到程序中用的email是snowden@nsa.gov时,就会会心一笑。唯一缺点是翻译质量不太高,有一些错误需要自行猜测。
入门 python 编程 Web及编程 计算机
Head First HTML与CSS(第2版) Douban
Head First HTML and CSS
9.0 (23 ratings) author: Elisabeth Robson / Eric Freeman translator: 徐阳 / 丁小峰 publishing house: 中国电力出版社 2013 - 9
是不是已经厌倦了那些深奥的HTML书?你可能在抱怨,只有成为专家之后才能读懂那些书。那么,找一本新修订的《Head First HTML与CSS(第2版)》吧,来真正学习HTML。你可能希望学会HTML和CSS来创建你想要的Web页面,从而能与朋友、家人、粉丝和狂热的顾客更有效地交流。你还希望使用最新的HTML5标准,能够保证随时间维护和扩展你的Web页面,使它们在所有浏览器和移动设备中都能正常工作。
Nov. 18, 2018 read
这本书的特点是图多、笑话多,看起来很很快,也比较轻松。技术书这样写,确实让读者感觉亲近了很多。我以前没学过CSS,感觉它像乱码,现在终于能看明白了。
网页制作 前端 CSS HTML Web
Spring实战(第4版) Douban
Spring in Action,Fourth Edition
8.5 (8 ratings) author: Craig Walls 沃尔斯 translator: 张卫滨 publishing house: 人民邮电出版社 2016 - 4
《Spring实战(第4版)》是经典的、畅销的Spring学习和实践指南。
第4版针对Spring 4进行了全面更新。全书分为四部分。第1部分介绍Spring框架的核心知识。第二部分在此基础上介绍了如何使用Spring构建Web应用程序。第三部分告别前端,介绍了如何在应用程序的后端使用Spring。第四部分描述了如何使用Spring与其他的应用和服务进行集成。
《Spring实战(第4版)》适用于已具有一定Java 编程基础的读者,以及在Java 平台下进行各类软件开发的开发人员、测试人员,尤其适用于企业级Java 开发人员。本书既可以被刚开始学习Spring 的读者当作学习指南,也可以被那些想深入了解Spring 某方面功能的专业用户作为参考用书。
July 25, 2018 read
我还是觉得看书比看文档效率高。这本书覆盖了Spring框架最重要和本质的部分,介绍了这个框架的设计思想,还举了很多有趣的例子,很适合大概了解。
技术 spring 程序设计 入门 Programming
Oracle PL/SQL实例精解 Douban
Oracle PL/SQL by Example, 4th Edition
author: [美] Gary Rosenzweig translator: 龚波 publishing house: 机械工业出版社 2009 - 6
《OraclePL/SQL实例精解(原书第4版)》是一本逐步分解的,详尽的PL/SQL编程教程,使用真实场景的试验、范例和练习来介绍读者所需的PL/SQL编程技能,涵盖Oracle 11g的最新特性。作者的写作手法源自于在哥伦比亚大学教授PL/SQL编程技术的经验,深度探索PL/SQL编程技术,融合自己的最佳实践。使用《OraclePL/SQL实例精解(原书第4版)》,读者可以快速掌握PL/SQL编程基本知识,并建立工程化的概念,是市面上难得的PL/SQL教程。《OraclePL/SQL实例精解(原书第4版)》是一本集中式的解决方案范例教程,使用真实场景的试验。大量范例。练习来介绍所需的所有Oracle PL/SQL技能。这个版本完全面向Oracle 11g,覆盖Oracle PL/SQL编程的所有基础知识,包括PL/SQL语法。程序控制结构,包,以及Oracle 11g重要改进的触发器。你可以通过《OraclePL/SQL实例精解(原书第4版)》独立学习每个关键任务,以及最重要的PL/SQL编程技术。通过实践性的学习手段,可以分享作者的解决方案,这些解决方案提供深度探索视角和已证实的最佳实践。每章后面的项目会综合应用所学的技术,通过实践活动加深对知识的理解和掌握程度。《OraclePL/SQL实例精解(原书第4版)》的写作手法充分体现了作者在哥伦比亚大学向专业人士教授PL/SQL编程的经验和技巧。通过这种逐步分解的讲解方式,数据库开发者和DBA的新手可以更快地获职工程实践经验;高级的PL/SQL程序员可以把《OraclePL/SQL实例精解(原书第4版)》作为实践性解决方案的参考资源。
Feb. 18, 2017 read
对用惯Oracle的人来说肯定都很简单了。跟别的编程语言也很像。但我之前一直用DB2,所以需要靠这本书过渡一下。书讲的很清楚,例子很多。
PL/SQL 技术书籍 数据库 编程 计算机
C++ FAQs Douban
author: Marshall P. Cline / Greg Lomow publishing house: Addison-Wesley Professional 1998
In a concise and direct question-and-answer format, C++ FAQs, Second Edition brings you the most efficient solutions to more than four hundred of the practical programming challenges you face every day. Moderators of the on-line C++ FAQ at comp.lang.c++, Marshall Cline, Greg Lomow, and Mike Girou are familiar with C++ programmers' most pressing concerns. In this book, the authors concentrate on those issues most critical to the professional programmer's work, and they present more explanatory material and examples than is possible on-line. This book focuses on the effective use of C++, helping programmers avoid combining seemingly legal C++ constructs in incompatible ways. This second edition is completely up-to-date with the final ANSI/ISO C++ Standard. It covers some of the smaller syntax changes, such as "mutable"; more significant changes, such as RTTI and namespaces; and such major innovations as the C++ Standard Library, including the STL. In addition, this book discusses technologies such as Java, CORBA, COM/COM+, and ActiveX--and the relationship all of these have with C++.These new features and technologies are iconed to help you quickly find what is new and different in this edition. Each question-and-answer section contains an overview of the problem and solution, fuller explanations of concepts, directions for proper use of language features, guidelines for best practices and practices to avoid, and plenty of working, stand-alone examples. This edition is thoroughly cross-referenced and indexed for quick access. Get a value-added service! Try out all the examples from this book at www.codesaw.com. CodeSaw is a free online learning tool that allows you to experiment with live code from your book right in your browser. 0201309831B11102003
C Programming FAQs Douban
author: Steve Summit publishing house: Addison Wesley 1995 - 11
Summit furnishes you with answers to some of the most frequently asked questions in C. Extensively revised from his popular FAQ list on the Internet, more than 400 questions are answered to illustrate key points and to provide practical guidelines for programmers. C Programming FAQs is a welcomed reference for all C programmers, providing accurate answers, insightful explanations, and clarification of fine points along with numerous code examples. Highlights *How-to-manual covering the C language in a practical, nuts-and-bolts way *Concise answers to more than 400 most frequently asked questions with definitively correct answers *Description of real problems that crop up when writing actual programs *Clarification of widely misunderstood issues: subtle portability problems, proper language usage, system-specific issues.