编程
Learn SQL (using MySQL) in One Day and Learn It Well: SQL for Beginners with Hands-on Project Goodreads
作者: Jamie Chan / LCF Publishing
Learn SQL (using MySQL) Fast and Learn It Well. Master SQL Programming with a unique Hands-On Project
The information era is upon us and the ability to organize and make sense of data has become an invaluable skill.

Have you been hearing about data, databases and SQL and wondering what it's all about? Or perhaps you have just gotten a new job and need to learn SQL fast.

This book is for you. You no longer have to feel lost and overwhelmed by all the fragmented tutorials online, nor do you have to waste your time and money learning SQL from lengthy books and expensive online courses.

What this book offers...


Concepts in this book are presented in a "to-the-point" and concise style to cater to the busy individual. With this book, you can learn SQL in just one day and start coding immediately.



Complex topics are broken down into simple steps with
to ensure that you can easily master SQL
. In addition, the output for all examples are provided immediately so you do not have to wait till you have access to your computer to test the examples.



The complete process from database creation, table creation, data input, manipulation and retrieval etc is covered. The flow of the book is carefully planned to ensure that you can easily follow along.

How is this book different...
The best way to learn SQL is by doing. This book provides examples for all concepts taught so that you can try out the different SQL commands yourself.

In addition, you'll be guided through a complete project at the end of the book that requires the application of all the concepts taught previously. Working through the project will not only give you an immense sense of achievement, it'll also help you retain the knowledge and master the language.

Ready to embark on your SQL learning journey? This book is for you. Click the BUY button and download it now.

What you'll learn:
- What is a database and DBMS?
- What is SQL?
- What software do you need to code SQL programs?
- How to create databases and tables in SQL?
- What are the common data types in SQL?
- How to input data into the database
- How to select data from SQL tables
- How to use aggregate functions
- How to write JOIN and UNION statements
- What is a SQL view?
- How to write SQL triggers
- How to write stored procedures and functions
- How to make decisions with IF and CASE statements
- How to control the flow of program with WHILE, REPEAT and LOOP statements
- What are cursors and how to use them?
.. and more...

Finally, you'll be guided through a hands-on project that requires the application of all the topics covered.

Click the BUY button and download the book now to start learning SQL. Learn it fast and learn it well.
2022年8月22日 已读
又看掉一本一天系列,也许这样学习更适合我?因为我也不是要做程序员,只是想学些基础概念和语法而已,能够使用别人做好的工具就行。话说 SQL 的语法有点怪,跟我以前学过的语言有点格格不入。
database programming 数据库 编程
Beginning AngularJS 豆瓣
作者: Andrew Grant Apress 2014
2016年8月30日 已读
非常好的入门书,作者写作的风格我很喜欢,因为每次我在问“为什么”的时候,作者就在下面做了解答,很照顾初学者。
Programming 编程 计算机
The Definitive Guide to Django 豆瓣
作者: Adrian Holovaty / Jacob Kaplan-Moss Apress 2007
Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development Done Right, Adrian Holovaty, one of Django's creators, and Django lead developer Jacob Kaplan-Moss show you how they use this framework to create award-winning web sites. Over the course of three parts, they guide you through the creation of a web application reminiscent of chicagocrime.org.
The first part of the book introduces Django fundamentals like installation and configuration. You'll learn about creating the components that power a Django-driven web site. The second part delves into the more sophisticated features of Django, like outputting non-HTML content (such as RSS feeds and PDFs), plus caching and user management. The third part serves as a detailed reference to Django's many configuration options and commands. The book even includes seven appendixes for looking up configurations options and commands. In all, this book provides the ultimate tutorial and reference to the popular Django framework.
http://www.djangobook.com/
Sams Teach Yourself Django in 24 Hours 豆瓣
作者: Brad Dayley Sams 2008 - 2
In just 24 lessons of one hour or less, you will be able to build full-featured production websites using Django, the powerful web development framework based on Python.
Designed for experienced website developers who have at least some familiarity with the Python programming language, this book uses a straightforward, step-by-step approach. Each lesson builds on the previous ones, enabling you to learn the essentials of implementing the Django framework on a website from the ground up.
Step-by-step instructions carefully walk you through the most common Django tasks.
Q&As, quizzes, and exercises at the end of each lesson help you test your knowledge.
Notes and tips point out shortcuts and solutions.
Learn how to…
Install and configure the Django web development framework
Cleanly separate data, logic, and view layers
Implement site interfaces with build templates and views
Utilize templates and views to store, access, and retrieve data
Use the Django forms library
Define custom tags and filters to minimize coding
Secure sites with registration, authorization, logins, and permissions
Manage sessions and cookies
Implement middleware for request and response handling
Create sitemaps to inform search engines of your content
Internationalize your site
Optimize performance with caching
Deploy Django in multiple configurations
Maintain sites with Django's administrator interface
Introduction 1
Part I: Creating the Website Framework
Hour 1: Understanding Django 7
Hour 2: Creating Your First Website 19
Hour 3: Adding Models and Objects to Your Website 37
Hour 4: Creating the Initial Views 63
Part II: Implementing the Website Interface
Hour 5: Using Data from the Database in Views 81
Hour 6: Configuring Web Page Views 103
Hour 7: Implementing Django Templates to Create Custom Views 117
Hour 8: Using Built-in Template Tags to Enhance Views 139
Hour 9: Using Built-in Template Filters to Enhance Views 155
Hour 10: Adding Forms to Views 185
Hour 11: Using Views to Add and Update Data in the Database 209
Hour 12: Utilizing Generic Views 231
Hour 13: Advanced View Configurations 269
Part III: Implementing a Full-Featured Website
Hour 14: Managing Site Users 295
Hour 15: Adding Website Security 313
Hour 16: Managing Sessions and Cookies 333
Hour 17: Customizing Models in the Admin Interface 347
Hour 18: Customizing the Admin Interface 365
Part IV: Implementing Advanced Website Components
Hour 19: Implementing Middleware 383
Hour 20: Internationalization and Localization 407
Hour 21: Creating Sitemaps 423
Hour 22: Implementing Multiple Websites 437
Hour 23: Configuring Caching 451
Hour 24: Deploying Django 465
Appendixes
Appendix A: Django Resources 477
Appendix B: Django Form Field Objects 481
Appendix C: Formatting Dates and Times 491
Index 493
Hacking Vim 7.2 豆瓣
作者: Kim Schulz Packt Publishing 2010 - 4
Product Description
Ready-to-use hacks with solutions for common situations encountered by users of the Vim editor
* Create, install, and use Vim scripts to extend Vim's functionality
* Personalize your work-area to fit your workflow
* Optimize your Vim editor to be faster and more responsive
* Packed with tips and tricks based on the author's practical experience
In Detail
Vim is one of the most powerful open-source editors used by programmers and system administrators around the world. While Vim itself is inherently a powerful editor, personalizing it to suit your needs can be a daunting task. However, it is possible to do so with the help of this book.
This book contains examples that cover everything from personalizing Vim according to the your work cycle to optimizations that will boost the your productivity. The main focus of this book is to make your life, as a Vim user, easier.
Each chapter deals with a different aspect, and provides recipes for easy-to-use hacks to customize and simplify your Vim experience. After an introduction covering the derivation of Vim and its relatives from the vi editor, the author explains basic changes that you can make to the appearance of the Vim editor. Further chapters cover improved navigation through files and buffers in Vim; speeding up your work with templates, auto-completion, folding, sessions, and registers; and formatting text and code, including using external formatting scripts. The final comprehensive chapter covers everything about using Vim scripts and scripting to extend functionality.
This book is written for Vim 7.2, the latest stable version. This latest version of Vim includes many new features like spell-checking, code completion, document tabs, current line and column highlighting, undo branches, and much more.
Getting the most out of the Vim editor
What you will learn from this book
* Gain a deep understanding of Vim to master the editor
* Personalize Vim to suit your needs
* Navigate through files faster while editing multiple files
* Boost your productivity by using templates, auto-completion, folding, sessions, and registers
* Improve the formatting of your text and code by mastering simple tricks
* Extend Vim with script
* Retain your Vim configuration across computers by storing an online copy
Approach
This book is a tutorial packed with ready-to-use hacks that give solutions for common problems faced by Vim users in their everyday life. Every chapter covers a set of recipes, each of which follows a systematic approach with a self-contained description of the task it covers, how to use it, and what you gain by using it. The minimum version of Vim required for each hack is clearly indicated.
Who this book is written for
If you are a Vim user who wants to get more out of this legendary text editor, this book is for you. It focuses on making life easier for intermediate to experienced Vim users.
The Essential Guide to Flash CS4 with ActionScript 豆瓣
作者: Paul Milbourne / Michael Oliver friends of ED 2009 - 2
For any professional designer or developer working in the world of web technologies or multimedia, Flash is the must-have application, and knowing how to use it effectively is vital. Add in ActionScript 3.0, and Flash becomes an even more powerful tool for the development of high-performance web applications. The Essential Guide to Flash CS4 with ActionScript introduces and explores the possibilities available to you by using Flash CS4. You will learn the basics of Flash's working environment and, using a step-by-step approach, work through the features of Flash and ActionScript needed to quickly achieve results. From navigating the interface to using graphic tools to write scripts and troubleshoot, you'll master deploying highly interactive applications with rich audio, video, and animation. Written for the beginning-to-intermediate Flash user, this book uses complete examples that highlight best practices that you can apply to your daily work as a developer or designer in today's rich media world.
jQuery 豆瓣
作者: Earle Castledine / Craig Sharkie SitePoint 2010 - 2
jQuery: Novice to Ninja is a compilation of best-practice jQuery solutions to meet the most challenging JavaScript problems. In this question-and-answer book on jQuery, you'll find a cookbook of ready-to-go solutions to help breathe life into your web page. Topics covered include: - Scrolling, Resizing and Animating Webpage elements - Backgrounds, Slideshows, and Crossfaders - Menus, Tabs, and Panels - Buttons, Fields, and Controls - Lists, Trees, and Tables - Frames, Windows, and Dialogs - Adding interactivity with Ajax - Using the jQuery User Interface Themeroller - Writing your own jQuery plug-ins All code used to create each solution is available for download and guaranteed to be simple, efficient and cross-browser compatible.
Making Use of Ruby 豆瓣
作者: Mahadevan, Suresh Wiley 2002 - 7
Ruby is an interpreted language, capable of saving programmers considerable time during program development since no compilation and linking are necessary. It is ideal for writing text-processing applications, server-side scripts, application prototypes, mathematics, and for many everyday programming tasks. Reviews Ruby's clever syntax and demonstrates why that makes it a perfect choice for beginning programmers, and also shows how its multipurpose capabilities make it a sound choice for experienced developers Explores Ruby's uses for prototyping, text processing, and other tasks
Beginning Rails 豆瓣
作者: Jeffrey Allan Hardy / Cloves Carneiro Jr. Apress 2007 - 7
Beginning Rails is the practical starting point for anyone wanting to learn how to build dynamic web applications using the Rails framework for Ruby. You'll learn how all of the components of Rails fit together and how you can leverage them to create sophisticated web applications with less code and more joy. This book is particularly well suited to those with little or no experience with web application development, or who have some experience but are new to Rails. Beginning Rails assumes basic familiarity with web terms and technologies, but doesn't require you to be an expert. Topics include: * A gentle introduction to the Ruby programming language * Installing Ruby and Rails on a Mac, Linux, or Windows system * The philosophy behind Rails and why it matters * The Model-View-Controller architecture * The basics of relational databases and SQL * Setting up a MySQL database and creating a schema with migrations * Experimenting with your live application in the Rails console * Creating rich relationships between your models * Using controllers and templates properly * Leveraging helpers to keep your templates clean and logic free * Adding Ajax and visual effects to enrich your user interfaces * JavaScript with Prototype and script.aculo.us * How to send and receive mail from your application * Using and creating your own plug-ins * Ensuring your code against Murphy's Law through writing tests * Using Capistrano to deploy your application Rather than delving into the arcane details of Rails, the focus is on the aspects of the framework that will become your pick, shovel, and axe. Part history lesson, part introduction to object-oriented programming, and part dissertation on open source software, Beginning Rails doesn't just explain how to do something in Rails, it explains why. Every programmer fondly remembers the book that helped them get started. The goal of Beginning Rails is to become that book for you, today. Table of Contents * Introducing the Rails Framework * Getting Started * Getting Something Running * Working with a Database: Active Record * Advanced Active Record: Enhancing Your Models * Action Pack:Working with the View and the Controller * Improving Interaction with Ajax * Sending and Receiving Mail * Testing Your Application * Extending Rails with Plugins * Deploying Your Rails Applications
编译原理 豆瓣
作者: Alfred V.Aho / Jeffrey D.Ullman 译者: 李建中 机械工业出版社 2003 - 8
《编译原理》作者Alfred V.Aho、Ravi Sethi和Jeffrey D.Ullman是世界著名的计算机 科学家,他们在计算机科学理论、数据库等很多领域都做出了杰出贡献。《编译原理》 是编译领域无可替代的经典著作,被广大计算机专业人士誉为“龙书”。《编译原理》一 直被世界各地的著名高等院校和科研机构(如贝尔实验室、哥伦比亚大学、普 林斯顿大学和斯坦福大学等)广泛用作本科生和研究生编译原理与技术课程的 教材,《编译原理》对我国计算机教育界也具有重大影响。 书中深入讨论了编译器设计的重要主题,包括词法分析、语法分析、语法制 导分析、类型检查、运行环境、中间代码生成、代码生成、代码优化等,并在 最后两章中讨论了实现编译器的一些编程问题和几个编译器实例,而且每章都 提供了大量的练习和参考文献。
开源软件文集 豆瓣
Open Sources: Voices from the Open Source Revolution
作者: Chris DiBona / Sam Ockman 译者: 洪峰 中国电力出版社 1999
开源软件是当今计算机工业界最具活力的领域,例如Linux这个公开了源代码的UNIX 操作系统在服务器市场上已经与许多大公司的产品分庭抗礼,而且日趋上风。Tim O'Reilly 先生曾说过一句名言:“开源软件是计算机工业最宝贵的财富”。   这部著作收录了全球各位著名的开源软件运动的先锋(Brian Behlendorf,Larry Wall, Linus Torvalds,Tim O'Reill