-
lzg
说明: 一个关于汇编语言输出ASCII码字符的小程序,但从中可体会到汇编的入门(an output of the assembler language ASCII characters in the small program, but a compilation of the crux of the entry)
- 2005-11-06 16:23:35下载
- 积分:1
-
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟...
熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。
基本要求:
1 正确解析Http请求,实现简单的GET请求回应。
2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。
3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。
4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork())
-Http familiar with the agreement of the request and response format, write a simple Http server.
Basic requirements:
Http parsing a proper request, to achieve a simple GET request to respond.
2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist.
3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response.
4 pairs of http request processing must be used to achieve multi-process
- 2023-04-01 20:15:03下载
- 积分:1
-
通过输入IP地址,得到本地或者远程的计算机名等信息、
通过输入IP地址,得到本地或者远程的计算机名等信息、-By entering the IP address, by local or remote computer name and other information,
- 2023-05-20 22:50:03下载
- 积分:1
-
addressbook-management
IT CONTAIN TABLE WITH FOLLOWING FIEDLS
create table addbook(contactid integer primary key autoincrement,contactname text,companyname text,address text,city text, state text,postalcode text,country text,phone text,email text,photo blob
- 2011-10-01 20:53:54下载
- 积分:1
-
新官方苹果cms和对接微信源码
新官方苹果cms和对接微信源码New official Apple CMS and docking micro-source code(New official Apple CMS and docking micro-source code)
- 2020-06-15 22:40:02下载
- 积分:1
-
bootstrapTable
一些bootstrap的一些简单例子,用于树形结构和网格生成(Some simple examples of bootstrap are used for tree structure and mesh generation)
- 2017-07-13 11:20:06下载
- 积分:1
-
一个简单的UDP数据接收发送程序
一个简单的UDP数据接收发送程序-a simple send UDP data reception procedures
- 2022-02-06 14:57:13下载
- 积分:1
-
程序由C语言编写,功能为实现点分十进制和二进制IP地址的转换,并判断IP类型...
程序由C语言编写,功能为实现点分十进制和二进制IP地址的转换,并判断IP类型-Procedures by the C language, functions to achieve the dotted-decimal and binary IP address translation, and to determine the type of IP
- 2022-08-18 22:19:15下载
- 积分:1
-
open3389源程序
打开3389端口的一个小程序,c++编写,亲测可用,欢迎测试。(Open a small program on port 3389, written in C++, pro-test available, welcome to test.)
- 2020-06-16 09:20:01下载
- 积分:1
-
bmp_To_yuv
将bmp图像转换成了yuv格式,vc6.0下测试成功,图像是倒立的,具体问题请邮件交流liutao6982@163.com(Bmp images will be converted into yuv format, vc6.0 to test the success of the image is inverted, the specific questions, please e-mail communicate liutao6982@163.com)
- 2009-03-14 19:40:36下载
- 积分:1