c±à³Ì ͨѶÐÒéhttp
Îʸö±È½ÏÈõµÄÎÊÌâ¡£ ÓÃc¿ª·¢£¬·þÎñÆ÷ºÍ¿Í»§¶ËµÄ³ÌÐò£¬Í¨Ñ¶ÐÒéÓÃhttp¡£ ²»ÖªµÀÔõôÈëÊÖÁË£¬ÊDz»ÊÇsocket±à³Ì£¿»¹ÊÇÓ¦¸Ã¿´ÄÄЩ·½ÃæµÄ¼¼Êõ
ÓÐÏֳɵÄhttp¿â ÄÃÀ´Óà ×Ô¼ºÐ´socketÂé·³ËÀÁË ÍøÉÏÕÒµã´úÂ룡 ×Ô¼ºÐ´ÄÜ·³ËÀ£¡ÒýÓà ÓÐÏֳɵÄhttp¿â ÄÃÀ´Óà ×Ô¼ºÐ´socketÂé·³ËÀÁË Ð»Ð»ÁË ÏÖÔÚÓÐÄÄЩhttp¿â£¬±È½Ï³£Óõģ¿ ¶¥Ò»Ï£¡ C/C++ code: #include<iostream> #include<map> #include<stdlib.h> #include<signal.h> #include<errno.h> #include<unistd.h> #include<string.h> #include<sys/resource.h> #include<sys/stat.h> #include<sys/types.h> #include<fcntl.h> #include<netinet/in.h> #include<arpa/inet.h> #include<sys/socket.h> #define PORT 80 #define BUFSIZE 8196 #define LISTENQ 64 // using namespace std; struct client_t{ int fd; int state; unsigned int pois; string ip; string read_buf; string write_buf; //http request string method_req; string url; string http_v; string host; client_t(){ fd=0; state=0;//¶Áд״̬£¬0-¶Á£¬1-д pois=0; ip.clear(); read_buf.reserve(BUFSIZE); write_buf.reserve(BUFSIZE); method_req.clear();
Ïà¹ØÎÊ´ð£º
µØµãÔÚÉîÛÚÄÏɽ ¡¡¡¡×öCÈí¼þ¡£ÊÔÓÃ2K£¬²»ÖªµÀתÕý¸ø¹«Ë¾Ì¸¶àÉÙºÏÊʰ¡£¿ ¡¡¡¡ÁíÍ⣬±¾ÈËС±¾£¬Ó¢ÓïÁù¼¶£¬ÊÔÓÃÈý¸öÔ±íÏÖµÃÒ²ËãÖÐÉÏˮƽ¡£µ«ÊÇÏÖÔÚ»¹²»ÄÜ×öÏîÄ¿¡£ÁíÍâ±ÏҵѧУûÓÐÃûÆø¡£ ¡¡¡¡×ªÕý¸ø¹«Ë¾Ì¸¶àÉ ......
±àд³ÌÐòdetab, ½«ÊäÈëÖеÄÖÆ±í·ûÌæ»»³ÉÊʵ±ÊýÄ¿µÄ¿Õ¸ñ£¬Ê¹¿Õ¸ñ³äÂúµ½ÏÂÒ»¸öÖÆ±í·ûÖÕÖ¹µÄµØ·½¡£¼ÙÉèÖÆ±í·ûÖÕֹλµÄλÖÃÊǹ̶¨µÄ£¬±ÈÈçÿ¸ônÁоͻá³öÏÖÒ»¸öÖÆ±í·ûÖÕֹλ¡£ £££££££££££££££££££ ......
ÎÊһϣº #include <stdio.h> int main() { char x, y, z; int i; int a[16]; for(i=0; i<=16; i++) { a[i] = 0; ......
×î½üͻȻÏë×Ô¼ºÀ´ÊµÏÖÒ»¸öÎå×ÓÆå³ÌÐò,µ«²»ÖªµÀÔõô¿ªÊ¼,×Ô¼ºÒ²Ã»Ñ§»Í¼Ðκ¯Êý,ÄÜÔÚ¿ØÖÆÌ¨ÏÂÖ±½ÓдÂð>>>????? ¿ØÖÆÌ¨£¿±ÈͼÐνçÃæ¸üÂé·³¡£ http://search.download.csdn.net/search/%E4%BA%94%E5%AD%90% ......
¸ÃÊéµÚËÄÕµÚÎåÌ⣺ Write a program that requests the user's first name and then the user's last name. Have it print the entered names on one line and the number of letters in each name on t ......