Novell.Press.Linux.Kernel.Development
linux内核开发的经典书籍之一
The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information fro ...
C in A Nutshell
Learning a language--any language--involves a process wherein you learn to rely less and less on instruction and more increasingly on the aspects of the language you ve mastered. Whether you re learning French, Java, or C, at some point you ll set aside the tutorial and attempt to co ...
With this example-driven book, you get a quick, practical, and thorough introduction to Java s API for XML Web Services (JAX-WS) and the Java API for RESTful Web Services (JAX-RS). Java Web Services: Up and Running takes a clear, no-nonsense approach to these technologies by providing you with a mix ...
Java Extreme Programming Cookbook offers more than just a collection of cut-and-paste code. Each recipe also includes explanations of how and why the approach works, so you can adapt the techniques to similar situations. One of the biggest challenges facing developers today is sorting through the wi ...
Eclipse is the leading Integrated Development Environment
(IDE) for Java, with a rich ecosystem of plug-ins and an open
source framework that supports other languages and projects.
You’ll fnd this reference card useful for getting started with
Eclipse and exploring the breadth of its features.
...
The NetBeans IDE has seen adoption snowballing over the past
years, particularly with the introduction of a completely new,
rewritten, slick Java editor. You’ll fnd this reference card helpful
if you want to get as much out of the Java editor as its authors
intended when creating it. It lists ...
A very simple ftp server s source code for demonstration.
* It supports PASV/PORT modes and following operations:
* ls,pwd,cwd,get,put,dele.
* I have tested it using following ftp clients:
* 1. Windows XP s command line ftp client,
* 2. IE 6.0,
* 3. Redhat 9.0 s ftp client,
* 4. CuteFTP 8,
* I ll ...
Exploring C++ uses a series of self–directed lessons to divide C++ into bite–sized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior kn ...