自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(0)
  • 资源 (100)
  • 收藏
  • 关注

空空如也

jquery-easyui-1.4-patch.js

easyui datagrid 加载数据的时候总是加载2次,这是它的一个BUG。jquery-easyui-1.4-patch.js可以解决该问题。

2018-05-24

格式化JSON字符串的工具(CHM)

用于对JSON字符串进行格式化。很多时候我们得到的JSON都是在一行内,字符串很短还容易阅读,一旦很长就很难阅读。该工具帮助你格式化JSON字符串,方便阅读。

2014-09-23

guava-18 API CHM

Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, 等等. 这些高质量的 API 可以使你的Java代码更加优雅,更加简洁,让你工作更加轻松愉悦。

2014-09-23

Getting Started with Google Guava.pdf

Guava 中文是石榴的意思,该项目是 Google 的一个开源项目,包含许多 Google 核心的 Java 常用库。 目前主要包含: com.google.common.annotations com.google.common.base com.google.common.collect com.google.common.io com.google.common.net com.google.common.primitives com.google.common.util.concurrent

2014-06-19

Akka Concurrency.pdf

Akka 是一个用 Scala 编写的库,用于简化编写容错的、高可伸缩性的 Java 和 Scala 的 Actor 模型应用。 Actor模型并非什么新鲜事物,它由Carl Hewitt于上世纪70年代早期提出,目的是为了解决分布式编程中一系列的编程问题。其特点如下: 系统中的所有事物都可以扮演一个Actor Actor之间完全独立 在收到消息时Actor所采取的所有动作都是并行的,在一个方法中的动作没有明确的顺序 Actor由标识和当前行为描述 Actor可能被分成原始(primitive)和非原始(non primitive)类别 非原始Actor有 由一个邮件地址表示的标识 当前行为由一组知识(acquaintances)(实例变量或本地状态)和定义Actor在收到消息时将采取的动作组成 消息传递是非阻塞和异步的,其机制是邮件队列(mail-queue) 所有消息发送都是并行的

2014-06-19

guava-17 API.CHM

Guava 是一个 Google 的基于java1.6的类库集合的扩展项目,包括 collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, 等等. 这些高质量的 API 可以使你的JAVa代码更加优雅,更加简洁,让你工作更加轻松愉悦。

2014-06-19

Head First Servlets and JSP, 2nd Edition

Web applications are hot. How many GUI apps do you know that are used by millions of users worldwide? As a web app developer, you can free yourself from the grip of deployment problems all standalone apps have, and deliver your app to anyone with a browser. But you need servlets and JSPs. Because plain old static HTML pages are so, well, 1999. Learn to move from web site to web app.

2013-11-12

MySQL 5.6参考手册(英文版).pdf

MySQL 5.6 Reference Manual Abstract This is the MySQL™ Reference Manual. It documents MySQL 5.6 through 5.6.8. MySQL Cluster is currently not supported in MySQL 5.6. For information about MySQL Cluster, please see MySQL Cluster NDB 7.2. MySQL 5.6 features. This manual describes features that are not included in every edition of MySQL 5.6; such features may not be included in the edition of MySQL 5.6 licensed to you. If you have any questions about the features included in your edition of MySQL 5.6, refer to your MySQL 5.6 license agreement or contact your Oracle sales representative. Document generated on: 2012-10-06 (revision: 32494)

2013-10-24

MySQL 5.1参考手册(中文版)

这是MySQL参考手册的翻译版本,关于MySQL参考手册,请访问:dev.mysql.com。 原始参考手册为英文版,与英文版参考手册相比,本翻译版可能不是最新的。 This translation was done by MySQL partner GreatLinux, Beijing, People's Republic of China. GreatLinux Inc. 北京万里开源软件有限公司在全国范围提供MySQL产品相关的商务及 技术方面的咨询与支持服务。垂询请致电:8610-65694500,或发送邮件至:[email protected] 。 本手册编译于2006-7-27,目录及索引由官方HTML文档转换并加以修订,如有链接错误请发送邮件至: [email protected] 。获取最新CHM及PDF版本,请访问:hemon.ecjtu.net 。 张伟,华东交通大学。 摘要 这是MySQL参考手册 它涉及MySQL 5.1至5.1.2-alpha版本。 文档生成于: 2005-11-15

2013-10-24

Hadoop MapReduce Cookbook

Hadoop MapReduce Cookbook。是一本关于大数据处理hadoop的数据。

2013-03-05

Perl语言入门(第四版)

Perl语言入门(第四版),从入门的级别介绍了perl这门语言的特性以及语法。

2013-03-05

Netty 3.2 用户手册

Netty 3.2 用户手册,描述了jboss的高效网络开发框架netty的说明以及范例。

2013-03-05

Learn Java for Android

Learn Java for Android,是关于android开发的入门级图书。

2013-03-05

Java Performance

Java Performance是JDK的开发者,阐述在java开发时,提升jvm运行效率的书籍。

2013-03-05

Java 7 Concurrency Cookbook

Java 7 Concurrency Cookbook,这本书描述了JDK7中对并发模块新增的功能支持。随着多核处理器的广泛应用,并发编程的话题被更多的人所关注。

2013-03-05

Hibernate逍遥游记

Hibernate逍遥游记是孙卫琴编纂的一本关于hibernate的数据。hibernate被广泛应用于java的orm框架,能够快速生成代码,提高生产效率。

2013-03-05

Erlang程序设计

Erlang程序设计描述的是erlang这门针对并发设计的语言。它被广泛应用于高并发程序的设计。

2013-03-05

Djangobook2 中文版,涵盖django 1.1

本书所讲的是Django:一个可以使Web开发工作愉快并且高效的Web开发框架。 使用Django,使你能够以最小的代价构建和维护高质量的Web应用。

2013-03-05

Cassandra High Performance Cookbook

Apache Cassandra is a fault-tolerant, distributed data store which offers linear scalability allowing it to be a storage platform for large high volume websites.

2013-03-05

Gson User Guide pdf(英文)

Gson是Google的开源json工具。效率高,速度快。

2012-05-29

high_performance_mysql_2nd_edition.pdf

We had several goals in mind for this book. Many of them were derived from thinking about that mythical perfect MySQL book that none of us had read but that we kept looking for on bookstore shelves. Others came from a lot of experience helping other users put MySQL to work in their environments. We wanted a book that wasn’t just a SQL primer. We wanted a book with a title that didn’t start or end in some arbitrary time frame (“...in Thirty Days,” “Seven Days To a Better...”) and didn’t talk down to the reader. Most of all, we wanted a book that would help you take your skills to the next level and build fast, reliable systems with MySQL—one that would answer questions like “How can I set up a cluster of MySQL servers capable of handling millions upon millions of queries and ensure that things keep running even if a couple of the servers die?” We decided to write a book that focused not just on the needs of the MySQL application developer but also on the rigorous demands of the MySQL administrator, who needs to keep the system up and running no matter what the programmers or users may throw at the server. Having said that, we assume that you are already relatively experienced with MySQL and, ideally, have read an introductory book on it. We also assume some experience with general system administration, networking, and Unix-like operating systems.

2011-04-15

HyperSQL_User_Guide.pdf

HSQLDB (HyperSQL DataBase) is a modern relational database manager that conforms closely to the SQL:2008 Standard and JDBC 4 specifications. It supports all core features and many of the optional features of SQL:2008. The first versions of HSQLDB were released in 2001. Version 2.0, first released in 2010, includes a complete rewrite of most parts of the database engine. This documentation covers the latest HyperSQL version 2.0. This documentation is regularly improved and undated. The latest, updated version can be found at http://hsqldb.org/doc/2.0/ If you notice any mistakes in this document, or if you have problems with the procedures themselves, please use the HSQLDB support facilities which are listed at http://hsqldb.org/support

2011-04-15

Python Programming Fundamentals.pdf

The intent of this text is to introduce you to computer programming using the Python programming language. Learning to program is a bit like learning to play piano, although quite a bit easier since we won’t have to program while keeping time according to a time signature. Programming is a creative process so we’ll be working on developing some creative skills. At the same time, there are certain patterns that can be used over and over again in this creative process. The goal of this text and the course you are taking is to get you familiar with these patterns and show you how they can be used in programs. After working through this text and studying and practicing you will be able to identify which of these patterns are needed to implement a program for a particular task and you will be able to apply these patterns to solve new and interesting problems.

2011-04-15

spring-webflow-reference.pdf

Spring Web Flow is the module of Spring for implementing flows. The Web Flow engine plugs into the Spring Web MVC platform and provides declarative flow definition language. This reference guide shows you how to use and extend Spring Web Flow.

2011-04-15

Java Network Programming, Third Edition.chm

Thoroughly revised to cover all the 100+ significant updates to Java Developers Kit (JDK) 1.5, Java Network Programming is a complete introduction to developing network programs (both applets and applications) using Java, covering everything from networking fundamentals to remote method invocation (RMI). It includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, servlets, and the new I/O API. This is the essential resource for any serious Java developer.

2011-04-15

Java NIO (中文版).pdf

Java NIO 深入探讨了 1.4 版的 I/O 新特性,并告诉您如何使用这些特性来极大地提升您所写的 Java 代码的执行效率。这本小册子就程序员所面临的有代表性的 I/O 问题作了详尽阐述,并讲解了 如何才能充分利用新的 I/O 特性所提供的各种潜能。您将通过实例学会如何使用这些工具来解决现 实工作中常常遇到的 I/O 问题,并了解这些新特性如何对响应速率、可伸缩性和可靠性产生直接影 响。

2011-04-15

spring-framework-reference.3.0.x.pdf

Spring Framework is a Java platform that provides comprehensive infrastructure support for developing Java applications. Spring handles the infrastructure so you can focus on your application.

2011-04-15

Java How to Program, 7th edition.pdf

The authors and publisher of this book have used their best efforts in preparing this book. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. The authors and publisher make no warranty of any kind, expressed or implied, with regard to these programs or to the documentation contained in this book. The authors and publisher shall not be liable in any event for incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of these programs. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks and registered trademarks. Where those designations appear in this book, and Prentice Hall and the authors were aware of a trademark claim, the designations have been printed in initial caps or all caps. All product names mentioned remain trademarks or registered trademarks of their respective owners. All rights reserved. No part of this book may be reproduced, in any form or by any means, without permission in writing from the publisher. Printed in the United States of America

2011-03-29

jQuery 1.4 Reference Guide PDF(包含jQuery1.4.4.js)

jQuery 1.4 Reference Guide.pdf 详细的讲解了最新版jQuery的API使用方法。

2010-12-07

Quartz Job Scheduling Framework 中文版 V1.0.0.chm

Quartz。现在可用的定时框架有很多,但是最受推崇的莫过于Quartz。它允许多Job多Trigger,多线程。并且受到Spring框架的完美支持。

2010-10-28

Log4J_1.2.8_API.chm

Log4J_1.2.8_API Log4J,是J2EE应用最广为的日志组件。也可以单独的应用于Java程序。应用简单,功能强大。

2010-10-28

Addison.Wesley.Java.Concurrency.in.Practice.May.2006.chm

当今世界上最权威的多线程编程巨著,深入研究和学习Java多线程编程的经典

2010-10-28

ApacheCXF2.11API参考手册.chm

ApacheCXF2.11API参考手册

2009-02-25

Adobe Flex高级编程(Professional.Adobe.Flex.2.May.2007).chm

Adobe Flex高级编程(Professional.Adobe.Flex.2.May.2007).chm

2009-02-15

struts2权威指南(1-3章).pdf『高清晰---非扫描』

struts2权威指南(1-3章),这里我只得到了这本书的前3章样章,很抱歉,没有下面的了。如果哪个朋友有,请给我的csdn写纸条。谢谢!

2009-02-03

Ext2.2 文档.chm

Ext2.2作为最近流行起来的Ajax UI框架,以其功能强大,外观界面漂亮华丽而著称,参考文献较少。这里提供CHM 格式的API。供大家学习时使用。

2009-02-03

json-lib 使用说明(How to use json-lib)【官网教程】

json-lib 提供了强大的JSON支持,利用Ajax提交上来的JSON字符串进行解析,可以转化为POJO对象,可以从POJO转化为js可以识别的JSON对象。方便易用!

2009-01-19

Spring 2.0 中文用户指南.pdf(高清晰)

Spring 2.0 在 SSH(spring + struts + hibernate)的框架中,扮演者容器和beans的管理者的角色,还在事务管理上有着出色的表现。

2008-12-27

struts2 api.chm(apache官网API)

struts2 api.chm,来自struts2 官网的API。

2008-12-27

struts2_in_action.pdf(高清晰)

struts2是在WebWork的基础上发展来的,它摒弃了struts1和应用之间的深度耦合,采用action转发,可以支持JSF、JSP等多种View视图。它的流行已经是一种趋势。

2008-12-27

空空如也

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

TA关注的人

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