搜索结果
找到约 8,706 项符合
how-to 的查询结果
Java书籍 本手册包含conf/server.xml文件中所有配置指示符(directives)的参考信息
本手册包含conf/server.xml文件中所有配置指示符(directives)的参考信息,这些指示符决定了Tomcat 5的行为。本手册并不描述应该使用哪个配置指示符来完成特定的任务,请参考对应的HOW-TO文件。
Java书籍 本手册包含conf/server.xml文件中所有配置指示符(directives)的参考信息
本手册包含conf/server.xml文件中所有配置指示符(directives)的参考信息,这些指示符决定了Tomcat 5的行为。本手册并不描述应该使用哪个配置指示符来完成特定的任务,请参考对应的HOW-TO文件。
技术管理 Writing Your First ASP Application ( Quick Start ) (Page 1 of 8 ) There are many tutorials out th
Writing Your First ASP Application ( Quick Start )
(Page 1 of 8 )
There are many tutorials out there that show you how to program in ASP. Some of them are good, and some are bad. Some of them are downright terrible. In any case, you ve read a bit about ASP and now you are ready to build your first ...
Java编程 Thinking in Java 是学习JAVA的经典教材
Thinking in Java 是学习JAVA的经典教材,它不仅仅讲述了WHAT is java,How to use java,还告诉了我们WHY the java is。这是该教材的源代码
DSP编程 DSP/BIOS Driver Developer Kit 1.11 The DSP/BIOS Driver Developer Kit (DDK) provides a selection of
DSP/BIOS Driver Developer Kit 1.11
The DSP/BIOS Driver Developer Kit (DDK) provides a selection of pre-tested DSP/BIOS device drivers, and documentation on how to write a driver to the DSP/BIOS driver model, known as IOM. The DDK includes C source code for all drivers. The DDK 1.11 has been validate ...
文件格式 The C language is like a carving knife: simple, sharp, and extremely useful in skilled hands. Like
The C language is like a carving knife: simple, sharp, and extremely useful in
skilled hands. Like any sharp tool, C can injure people who don’t know how to handle it.
This paper shows some of the ways C can injure the unwary, and how to avoid injury.
软件工程 Software Testing, Second Edition provides practical insight into the world of software testing and q
Software Testing, Second Edition provides practical insight into the world of software testing and quality assurance. Learn how to find problems in any computer program, how to plan an effective test approach and how to tell when software is ready for release. Updated from the previous edition in 20 ...
电子书籍 C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the con
C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, patterns, and usage rules that form their structure. This book is a practical guide to designing object-oriented frameworks and shows developers how to apply frameworks to concurrent networked ...
VC书籍 Software Engineering and Computer Games By Rudy Rucker Software Engineering and Computer Games w
Software Engineering and Computer Games
By Rudy Rucker
Software Engineering and Computer Games was written with four broad goals:
To teach a lively style of object-oriented software engineering.
To show how to bring a complete program to the level of a commercial release.
To provide a "game eng ...
Symbian This C++ code example provides a method for transferring objects or chunks of data from one device
This C++ code example provides a method for transferring objects or chunks of
data from one device to another via the Bluetooth OBEX protocol. These chunks
are typically files or other blocks of binary data. This example demonstrates
how to run OBEX on top of the Bluetooth RFCOMM protocol, but OB ...