Some technical manuals on CSDN provide download _ Common tools

Source: Internet
Author: User
Tags php language php programming posix web services visual studio

CSS style sheet Chinese manual
This handbook is for readers who already have some experience in web design and production. The goal is to provide quick indexing and advanced help for complete and clear style sheet content. So for the Web page production and the basic knowledge of the style sheet, simply introduced, do not repeat.
The manual provides a complete set of CSS2.0 attributes (properties), Rules (At-rules), Pseudo class (pseudo-classes), pseudo elements (pseudo-elements), declarations (Declarations), units (Units), Introduction to the selector (selectors). Its content encompasses the CSS2.0 standards of the consortium, as well as the private content of Internet Explorer and Netscape. For various well-known reasons, this manual is based on the fact that browsers are--internet Explorer.
For almost all of the supported attributes, pseudo classes, units, and so on, in addition to the basic syntax demonstrations, the manual is a sample of the actual run of the demo can be viewed against the source code.
Please refer to the page about this book for the upgrade information and copyright notice of this manual.
For some of the more complex related content, such as dynamic properties, Filters (Filters), Behavior (behaviors), see my other related books.
All of the HTML objects (object,element), HTML attributes (Attributes), and attributes (properties) in this book refer to my books.
http://download.csdn.net/down/159438

XML Manual 4th Edition
Combined with a large number of application examples, this paper introduces the development history, basic idea, basic problem, the influence of XML on network communication and computer and computer communication, and expounds the different application fields of XML, including three-tier application, E-commerce, integration, content management, portal, publishing, database, content collection, The role of patterns and design, voice, semantic Web, Web services, and XML in the application infrastructure.
http://download.csdn.net/down/130365

JSP2.0 Technical Handbook
JSP2.0 Technical Handbook, only 1-7 chapters. Speak more well, base.
http://download.csdn.net/down/150020

Java EE full Reference manual
Mainly from the following aspects to introduce Java EE Framework Java key technology Java design Model
http://download.csdn.net/down/160833

Prototype 1.4 Developer Handbook (Chinese pdf)
In case you haven't used a famous prototype.js, let me tell you that Prototype.js is a JavaScript class library written by Sam Stephenson. This wonderfully conceived and standard class library can help you easily build rich client pages with highly interactive web2.0 features. If you have recently tried to use it, you probably learned that the document is not a strong point for the author. Like many developers who used this class library before, I had to dive into reading Prototype.js's source code and experimenting with its functionality. I think it's a good thing to share what I've learned after I've finished learning it.
http://download.csdn.net/down/160493

Java Technology Manual, third edition (PDG)
This book is the Java Programmer's Quick reference manual * When programming can be placed beside the keyboard for inspection. The first part of this book is a quick one for the J Ava programming language and the core application interface (an) of the Java platform. Concise Brief introduction. The second part is a quick reference that gives each of these core APIs and a concise and detailed description of H. This book covers the contents of Java 1.0 1.1 1.2 1.3.
http://download.csdn.net/down/159431

SQL Technology Manual (PDF)
SQL (Structured Query Language) is a standardized query language for maintaining and querying database information. Historically, SQL is preferred for database management systems running on minicomputer and mainframe computers. Today, however, SQL is increasingly used to support the PC system of distributed databases and to enable users of the local area network to access the same data at the same time. Although SQL has a different private language (dialect), it is the closest language available to the standard query language.
http://download.csdn.net/down/159737

Delphi Programming Manual 3.0
The E-book contains waking practical, Classic on the Delphi system, interface, database, control, file, network, coal, and other programming materials, a total of more than 4 million words, whether it is just getting started, or programming master, for reference information rare. The format is. exe, open to see.
http://download.csdn.net/down/160038

PHP Developer's Manual (PDF)
This book is divided into two parts, a total of 13 chapters, the first part includes 第1-3 chapter, a brief introduction to the language, including basic PHP, generate HTML and database access, and so on. Readers who have just started programming with PHP will be able to read this section to better understand the functionality of the PHP implementation and how to go about it, while readers with some experience in PHP programming can learn a lot about topics in the PHP field that were previously not known. The second part of the programmer is easy to understand the way to group all the PHP functions and language elements, detailed description of PHP function syntax, use and use methods, while introducing PHP's compilation options and configuration options, for PHP developers to provide a complete reference. This section includes core PHP languages, PHP Language Extensions, Protocol extensions, Internet-related extensions, document-related extensions, system extensions, database extensions, utility function extensions, PHP compilation options, and PHP configuration options.
http://download.csdn.net/down/160198

asp.net Chinese handbook (CHM)

Introduction to the first article
The first chapter is Microsoft. NET strategy and asp.net introduction
Chapter Two. NET installation and Operation environment
The second Web Form
Chapter One Introduction to Web form (i.)
Chapter One Introduction to Web form (Part One)
Chapter II Server-side controls (top)
Chapter II Server-side controls (bottom)
Chapter Three Custom controls
Fourth Chapter HTML controls
The third article ADO. NET Database programming
The first chapter is ADO. NET Introduction
Chapter II Access to the database
Chapter III ADO. NET Data connection method
Fourth Chapter ADO. NET Database basic operations
Fifth chapter the use of datasets
Sixth Chapter Data Binding
Fourth application
Chapter One what is an application
Chapter II Configuration Config.web
Chapter III Preparation of Global.asax
Fourth Chapter application and session
Fifth chapter security access control
Sixth Chapter Member System examples
Fifth Web Service
Chapter One Introduction to WEB service
Chapter two a simple Web service case
Chapter III Data Exchange
Fourth chapter access to site objects
Performance optimization for the sixth article
Seventh Advanced Application
Chapter I. XML and its application
Chapter three structure and its application
Chapter III Use of MSMQ
http://download.csdn.net/down/160319

APACHE2.0 Chinese Handbook (CHM format)
UNIX threads on a UNIX-enabled system that supports POSIX threads, now Apache can operate in mixed, multi-threaded mode, improving the scalability of many, but not all, configurations. The new compilation system rewrites the original compilation system and is now based on autoconf and Libtool, making Apache's configuration system more similar to other software packages. Multi-protocol support Apache now has the underlying constructs that can support multi-protocol. Mod_echo is an example. Better support for non-UNIX platforms Apache 2.0 has better speed and stability on non-UNIX platforms such as BEOS,OS/2 and Windows. With the introduction of platform-specific multi-processing modules (MPMS) and Apache portable Runtime (APR), Apache directives on these platforms are implemented by their native API directives. Avoids the bugs and poor performance that used to be caused by using the POSIX emulation layer. The API for the module in the new Apache API 2.0 has changed significantly. The problem with module sequencing/module prioritization in many 1.3 is no longer there. 2.0 automatically handles many of these problems, and the module sequencing is now carried out in a per-hook way with more flexibility. In addition, new calls are added to improve the performance of the module without having to modify the Apache Server Core. IPV6 support for all systems that can provide IPV6 support from the Apache Portable Runtime Library, Apache obtains a IPV6 listening socket by default. In addition, the Listen, Namevirtualhost, and VirtualHost directives support IPV6 numeric address strings (for example: "Listen [fe80::1]:8080"). The module, which filters Apache, can now be written as a filter and processed when the content flows through it to the server or from the server. For example, you can use the includes filter in Mod_include to resolve the output of a CGI script to a server-side containing instruction. Mod_ext_filter allows an external program to act as a filter, just as a CGI program does the processor. Multilingual error Returns the error message returned to the browser is now multilingual with SSI documents. Administrators can use this feature for customization to achieve a consistent perception. Simplified configurations Many confusing configuration items have been simplified. Often confusing port and bindaddress configuration items have been canceled; only listen directives for binding IP addresses; services specified in ServerName directivesThe name and port are used only for redirection and recognition of the virtual host. Local Windows NT Unicode supports the Apache 2.0 file name on Windows NT using UTF-8 encoding. This operation is directly converted to the underlying Unicode file system, which provides multi-language support for all installations based on Windows NT, including Windows 2000 and XP. This support does not currently cover windows, or me systems, because they still use machine-local code pages for file system operations. Regular Expression Library Update Apache 2.0 contains a regular expression library (PCRE) that is compatible with Perl. All regular expressions now use the more powerful Perl 5 syntax.  
http://download.csdn.net/down/159688

Visual c++6.0 run-time Library Reference Manual
<p> This book is one of the Microsoft Visual Studio 98 Chinese books authorized by Microsoft Press in the United States, detailing the iostream flow and runtime of Visual C + + 6.0, with a typical example illustrating its usage, about visual c+ + 6.0 Important Reference books for application development. The book is divided into two parts: the first part is iostream class reference, including Iostream programming and iostream class library in alphabetical order reference two chapters; the second part is the Run-time library reference, including runtime routine classification, global variables and standard types, global constants, Debug version C Run-time Library and run class library alphabetical reference five chapters. The book is reasonable in structure, concise and fluent in text and easy to check. It is engaged in Visual C + + 6.0 application and development of technical personnel must be a reference book, but also the relevant professional college students self-study, teaching reference books. The format of this book is WDL. Please open it with a Hua Kang reader. For the convenience of all the following
http://download.csdn.net/down/160018

More manuals to download:
Http://download.csdn.net/search/%E6%89%8B%E5%86%8C

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.