自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (107)
  • 收藏
  • 关注

原创 计算机语录

优秀的程序员会表现出创造力,学习速度很快,而且很快就可以写出可用的代码。 主流以”实效“主导。 编程要求相当的注意力和专注。 计算机编程是一项实践性很强的技术。而且我也同意这个观点:“任何技术都必须都通过模仿和实践来掌握。”因此,想要编写漂亮代码的程序员应该阅读一些漂亮的程序以及在编程时模仿所学到的技术。 学习新技术和新算法很

2014-07-11 10:26:09 445

Programming Clojure

Programming Clojure 中文 第二版;适合入门

2016-04-22

计算的本质 - 深入剖析程序和计算机

计算的本质 - 深入剖析程序和计算机, 关于计算理论

2016-04-21

Hacking Wireless

Hacking Wireless 第三版 英文版

2016-04-20

Hadoop - The Definitive Guide

Hadoop - The Definitive Guide 第四版 英文版

2016-04-20

从 Paxos 到 Zookeeper - 分布式一致性原理与实践

从 Paxos 到 Zookeeper - 分布式一致性原理与实践

2016-04-05

Thinking in Java

Thinking in Java 英文版 第四版

2016-04-05

Effective Python

Effective Python 英文版

2016-01-20

Fluent Python

Learn how to write idiomatic, effective Python code by leveraging its best features. Python's simplicity quickly lets you become productive with it, but this often means you aren’t using everything the language has to offer. By taking you through Python’s key language features and libraries, this practical book shows you how to make your code shorter, faster, and more readable all at the same time—what experts consider Pythonic., Many programmers who learn Python basics fall into the trap of reinventing the wheel because of past experience in other languages, and try to bend the language to patterns that don't really apply to it. Author Luciano Ramalho, a Python Software Foundation member and Python programmer for 15 years, helps you drop your accent from another language so you can code Python fluently., •Learn practical applications of generators for database processing, •Rethink some design patterns in a Python context, •Examine attribute descriptors and when to use them: the key to ORMs, •Explore Pythonic objects: protocols versus interfaces, abstract base classes and multiple inheritance

2016-01-20

算法导论-第三版

算法导论 Introduction to Algorithm 英文版 第三版

2015-12-22

Big Data - PRINCIPLES AND BEST PRACTICES OF SCALABLE REAL-TIME DATA SYSTEMS

Big Data - PRINCIPLES AND BEST PRACTICES OF SCALABLE REAL-TIME DATA SYSTEMS 英文版

2015-11-30

Understanding-the-Top-5-Redis-Performance-Metrics

Understanding-the-Top-5-Redis-Performance-Metrics

2015-11-24

jQuery- Novice to Ninja

jQuery: Novice to Ninja will show you how to unleash the amazing power of jQuery. In this easy-to-follow guide, you'll master all the major tricks and techniques that jQuery offers-within hours.

2015-10-29

ZooKeeper Wait-free coordination for Internet-scale systems

ZooKeeper Wait-free coordination for Internet-scale systems

2015-10-29

A Survey on Compression Algorithms in Hadoop

A Survey on Compression Algorithms in Hadoop

2015-10-29

Introducing HTML5 Game Development

Making video games is hard work that requires technical skills, a lot of planning, and - most critically - a commitment to completing the project

2015-10-20

The Linux Programming Interface

The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface - the interface employed by nearly every application that runs on a Linux or UNIX system

2015-10-19

Head First Networking

Head First Networking's unique, visually rich format provides a task-based approach to computer networking that makes it easy to get your brain engaged.

2015-10-15

Programming Your Home - Automate with Arduino, Android, and Your Computer

Open locked doors using your smartphone. Assemble a bird feeder that posts Twitter tweets to tell you when the birds are feeding or when bird seed runs low. Have your home speak to you when you receive email, notify you when visitors arrive, and more.

2015-10-15

Scala in Depth

Scala in Depth is a unique new book designed to help you integrate Scala effectively into your development process

2015-10-15

CSS Pocket Reference

CSS Pocket Reference 第四版,英文版 When you're working with CSS and need a quick answer, CSS Pocket Reference delivers. This handy, concise book provides all of the essential information you need to implement CSS on the fly. Ideal for intermediate to advanced web designers and developers

2015-10-14

kafka - The Definitive Guide

Kafka - The Definitive Guide Real-Time Data and Stream Processing at Scale Neha Narkhede, Gwen Shapira, and Todd Palino 英文完整版

2017-09-14

Java in a Nutshell

<p><em>Java in a Nutshell</em> is a complete quick-reference guide to Java, the hot new programming language from Sun Microsystems. This comprehensive volume contains descriptions of all of the classes in the Java 1.0 API, with a definitive listing of all methods and variables. It also contains an accelerated introduction to Java for C and C++ programmers who want to learn the language <em>fast</em>.</p>, <p><em>Java in a Nutshell</em> introduces the Java programming language and contains many practical examples that show programmers how to write Java applications and applets. It is also an indispensable quick reference designed to wait faithfully by the side of every Java programmer's keyboard. It puts all the information Java programmers need right at their fingertips.</p>, <p>Contents include:</p>, <ul>, <li>An advanced introduction to Java. The first three chapters will teach C and C++ programmers everything they need to know to start programming with Java right away.</li>, <li>Practical, real-world examples that show programmers how to write applets; implement smooth animation; create graphical user interfaces; write client and server programs that communicate over the network; use threads; and more</li>, <li>A compact reference to the 211 classes, 1828 methods and 235 variables in the Java 1.0 API</li>, <li>Descriptions of each class</li>, <li>A Java keyword and concept glossary</li>, <li>Quick-reference tables of operators, primitives, escape characters, visibility modifiers, doc comment syntax, events, keysyms, fonts, colors, cursors, system properties, Unicode and Java-related HTML syntax</li>, <li>Documentation for the Java compiler, interpreter, and other tools in the Java Developer's Kit, <p>&nbsp;</p>, </li>, </ul>

2017-02-28

莱昂氏 Unix 源码分析

莱昂氏 Unix 源码分析 英文版 A COMMENTARY ON THE SIXTH EDITION UNIX OPERATING SYSTEM

2017-01-30

I Heart Logs Event Data, Stream Processing, and Data Integration

I Heart Logs Event Data, Stream Processing, and Data Integration

2017-01-05

高性能 MySQL 第三版 中文

高性能 MySQL 第三版 中文

2016-06-15

consensus bridging theory and practice

consensus bridging theory and practice

2016-06-14

Go In Action

Go In Action

2016-05-31

The Go Programming Language

The Go Programming Language - Alan A. A. Donovan Brain W. Kernighan

2016-05-31

Oracle - Essential Internals for DBA and Developers

Oracle - Essential Internals for DBA and Developers

2016-05-31

Introduction to JavaScript Object Notation

Introduction to JavaScript Object Notation - Early Release

2016-05-31

Programming in Go

Your Hands-On Guide to Go, the Revolutionary New Language Designed for Concurrency, Multicore Hardware, and Programmer Convenience Today,s most exciting new programming language, Go, is designed from the ground up to help you easily leverage all the power of today,s multicore hardware. With this guide, pioneering Go programmer Mark Summerfield shows how to write code that takes full advantage of Go,s breakthrough features and idioms. Both a tutorial and a language reference, Programming in Go brings together all the knowledge you need to evaluate Go, think in Go, and write high-performance software with Go. Summerfield presents multiple idiom comparisons showing exactly how Go improves upon older languages, calling special attention to Go,s key innovations. Along the way, he explains everything from the absolute basics through Go,s lock-free channel-based concurrency and its flexible and unusual duck-typing type-safe approach to object-orientation. Throughout, Summerfield,s approach is thoroughly practical. Each chapter offers multiple live code examples designed to encourage experimentation and help you quickly develop mastery. Wherever possible, complete programs and packages are presented to provide realistic use cases, as well as exercises. Coverage includes * Quickly getting and installing Go, and building and running Go programs * Exploring Go,s syntax, features, and extensive standard library * Programming Boolean values, expressions, and numeric types * Creating, comparing, indexing, slicing, and formatting strings * Understanding Go,s highly efficient built-in collection types: slices and maps * Using Go as a procedural programming language * Discovering Go,s unusual and flexible approach to object orientation * Mastering Go,s unique, simple, and natural approach to fine-grained concurrency * Reading and writing binary, text, JSON, and XML files * Importing and using standard library packages, custom packages, and third-party packages * Creating, documenting, unit testing, and benchmarking custom packages

2016-05-27

Practical Tips for Using MySQL as a Scalable Key-Value Store

Practical Tips for Using MySQL as a Scalable Key-Value Store

2016-05-24

MySQL High Availability

MySQL High Availability 英文 第二版

2016-05-19

The Garbage Collection Handbook

The Garbage Collection Handbook The Art of Automatic Memory Management

2016-05-19

Thrift - The Missing Guide

Thrift - The Missing Guide

2016-05-19

MySQL for the Internet of Things

MySQL for the Internet of Things - 物联网中MySQL的应用

2016-05-19

Using Redis As a Time Series Database: Why and How

Using Redis As a Time Series Database: Why and How

2016-05-19

A note on Distributed Computing

A note on Distributed Computing 分布式计算备忘录

2016-05-06

Storm 源码分析

Storm 源码分析 - 李明,王晓鹏

2016-05-06

.NET 设计规范:约定、惯用法与模式

.NET 设计规范:约定、惯用法与模式 中文 第二版;学习如何设计 API 的好书

2016-04-28

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除