CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - c web server
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - c web server - List
[
Other
]
CSharp
DL : 0
本书是关于C#网络开发的教材,主要包括三个方面内容,首先简要介绍了有关C#网络开发的基础知识;接着讲解基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发;最后是高级应用,包括Win32网络组件开发、Web数据库基础、Win32异步套接字数据库开发、XML Web Services开发以及一个完整的分布式网络应用程序开发实例。 本书适合于C#开发人员进行网络开发,对Visual C++ .NET和Visual Basic.NET开发人员也很有参考意义。-This book is on the C# Network development of teaching materials, mainly includes three aspects, first of all briefly introduce the relevant C# Network development based on knowledge then on the basis of server development, the basis of client development, FTP development, SMTP development, POP3 Development and remote control development Finally, advanced applications, including the development of Win32 network components, Web database, Win32 Asynchronous Socket database development, XML Web Services development as well as a complete distributed network application development examples. This book is suitable for C# Developer network development, on the Visual C++. NET and Visual Basic. NET developers is also very useful.
Date
: 2025-12-20
Size
: 7.35mb
User
:
Admrial
[
Other
]
CppNetworkProgramVol_1
DL : 0
本书讲述的内容是:如何用C++和中间件来解决网络应用程序开发中相关的重要课题。首先回顾主流OS平台本身具有的核心OS机制,并阐释如何在ACE中运用C++和模式,将这些机制封装到类库(class library)wrapper facade之中,从而提高应用程序的可移植性和健壮性。本书用到的主要例子是一个网络日志服务程序,其功能是:通过TCP/IP,将日志记录从客户程序传输到一个日志服务器。-About the contents of this book is: How do C++ And middleware to address the development of web applications related to an important subject. Recalling the first mainstream OS platform itself is the core OS mechanism, and explain how the use of ACE in C++ And models of these mechanisms to the library package (class library) wrapper facade, and so as to enhance the application can be transplanted and robustness. The book s main example used is a Web log service procedures, and its function is to: The TCP/IP, the log records from the client transferred to a log server.
Date
: 2025-12-20
Size
: 2.29mb
User
:
cupea
[
Other
]
CppNetworkProgramVol_2
DL : 0
本书讲述的内容是:如何用C++和中间件来解决网络应用程序开发中相关的重要课题。首先回顾主流OS平台本身具有的核心OS机制,并阐释如何在ACE中运用C++和模式,将这些机制封装到类库(class library)wrapper facade之中,从而提高应用程序的可移植性和健壮性。本书用到的主要例子是一个网络日志服务程序,其功能是:通过TCP/IP,将日志记录从客户程序传输到一个日志服务器。-About the contents of this book is: How do C++ And middleware to address the development of web applications related to an important subject. Recalling the first mainstream OS platform itself is the core OS mechanism, and explain how the use of ACE in C++ And models of these mechanisms to the library package (class library) wrapper facade, and so as to enhance the application can be transplanted and robustness. The book s main example used is a Web log service procedures, and its function is to: The TCP/IP, the log records from the client transferred to a log server.
Date
: 2025-12-20
Size
: 2.15mb
User
:
cupea
[
Other
]
Pattern-Oriented-Software-Architecture-Volume-2.ra
DL : 0
POSA2, 介绍网络服务器常用的pattern,经典的c++架构,国内已经有翻译版。-POSA2, introduced the web server commonly used pattern, classic c++ Structure, the domestic version has been translated.
Date
: 2025-12-20
Size
: 3.33mb
User
:
weiy
[
Other
]
microsoft-mobile-development-handbook
DL : 0
Features essential coverage of key mobile-development topics -Covers application development for .NET Compact Framework 2.0, in addition to SQL Server 2005 Everywhere Edition and Microsoft Windows Mobile ® 5.0, running on devices such as Pocket PCs and Windows Mobile Smartphones -Delivers practical guidance based on the authors extensive, real-world experience -Includes code samples in C#, with additional code samples in Visual Basic on the Web -Features essential coverage of key mobile-development topics -Covers application development for .NET Compact Framework 2.0, in addition to SQL Server 2005 Everywhere Edition and Microsoft Windows Mobile ® 5.0, running on devices such as Pocket PCs and Windows Mobile Smartphones -Delivers practical guidance based on the authors extensive, real-world experience -Includes code samples in C#, with additional code samples in Visual Basic on the Web
Date
: 2025-12-20
Size
: 19.44mb
User
:
chane
[
Other
]
ADO_help_CHM
DL : 0
ADO帮助文档(CHM格式)ADO 支持用于建立基于客户端/服务器和 Web 的应用程序的主要功能。其主要优点是易于使用、高速度、低内存支出和占用磁盘空间较少。ADO 同时具有远程数据服务 (RDS) 功能,通过 RDS 可以在一次往返过程中实现将数据从服务器移动到客户端应用程序或 Web 页、在客户端对数据进行处理然后将更新结果返回服务器的操作。-ADO help documentation (CHM Format) ADO support for the establishment-based client/server and Web applications main functions. Its main advantage is ease of use, high speed, low memory costs and take up less disk space. ADO also has Remote Data Service (RDS) functionality, through the RDS can be achieved in one round trip during the move data from the server to the client application or Web page, the client data processing and then returns the server will update the results of operations
Date
: 2025-12-20
Size
: 785kb
User
:
delphigood
[
Other
]
Oreilly.Using.SQLite.Aug.2010
DL : 0
Developers, take note: databases aren t just for the IS group any more. You can build database-backed applications for the desktop, Web, embedded systems, or operating systems without linking to heavy-duty client-server databases such as Oracle and MySQL. This book shows how you to use SQLite, a small and lightweight database that you can build right into your application during development. Applications that handle data have an enormous advantage today, and with SQLite, you ll discover how to develop a database-backed application that remains manageable in size and complexity. This book guides you every step of the way. You ll get a crash course in data modeling, become familiar with SQLite s dialect of the SQL database language, and learn how you to work with SQLite using either a scripting language or a C-based language, such as C# or Objective C. Now, even relatively small and nimble applications can be a part of the data revolution. Using SQLite shows you how.
Date
: 2025-12-20
Size
: 5.42mb
User
:
Yang Yu
[
Other
]
ACTIVE-SERVER-PAGES-BLACK-BOOK
DL : 0
Not all Web developers have the programming skills needed to write ISAPI applications, and because ISAPI requires the compilation of programs, there are extra steps in producing an ISAPI-based site that slow development down. Novice and intermediate programmers found the need to learn an industrial- strength language, such as C++, and compile even the simplest of their page logic into .dll fi les a real barrier.
Date
: 2025-12-20
Size
: 1.61mb
User
:
Irfan Akram
[
Other
]
Python
DL : 0
本书是Python开发者的完全指南——针对 Python 2.5全面升级 ·学习专业的Python风格、最佳实践和好的编程习惯; ·加强对Python对象、内存模型和Python面向对象特性的深入理解; ·构建更有效的Web、CGI、互联网、网络和其他客户端/服务器架构应用程序及软件; ·学习如何使用Python中的Tkinter和其他工具来开发自己的GUI应用程序及软件; ·通过用C等语言编写扩展来提升Python应用程序的性能,或者通过使用多线程增强I/0相关的应用程序的能力; ·学习Python中有关数据库的API,以及如何在Python中使用各种不同的数据库系统,包括MySQL、Postgres和 SQLite。 -This book is the Python developer s Guide for complete-- Python 2.5 upgrade Learning professional Python style, best practices and good programming habits · strengthen in-depth understanding of the Python object, memory model and Python object-oriented characteristics To establish Web, CGI, Internet, network is more effective and other client/server architecture applications and software Learning GUI application and how to develop their own software using Python Tkinter and other tools Performance, by using C language extension to enhance the Python application, or through the use of multiple threads to enhance the ability of I/0 related applications Learning about the database in Python API, and how to use Python in a variety of different database systems, including MySQL, Postgres and SQLite.
Date
: 2025-12-20
Size
: 6.69mb
User
:
王洪杰
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.