'개발 Tip > C#' 카테고리의 다른 글
c# 웹 페이지 euc-kr html 받아서 저장하기 (0) | 2013.02.27 |
---|---|
C# - 리소스에 포함된 데이터를 읽고 쓰자! (4) | 2013.02.27 |
c# 웹 페이지 euc-kr html 받아서 저장하기 (0) | 2013.02.27 |
---|---|
C# - 리소스에 포함된 데이터를 읽고 쓰자! (4) | 2013.02.27 |
The below attachment is HTTP Server Source code that supports CGI.
Detail Description:
HTTPSVR is an MFC sample that demonstrates the use of MFC and its Windows Sockets (WinSock) classes in implementing a simple World Wide Web HTTP Server. HTTPSVR turns any computer connected to a network into a publishing platform viewable from any of a number of web browsers available on the market today, such as Microsoft's Internet Explorer.
HTTPSVR also minimally supports the Common Gateway Interface (CGI). You can create forms and execute CGI-compatible server-side applications using the standard hypertext markup language (HTML) tags.
To increase performance, HTTPSVR checks a file's last modified date and compares it to the date sent by the browser in the HTTP If-Modified-Since field. Most browsers will send this field if they already have a copy of the file in their cache. If the file has not been modified since the date of the cached copy, it will send the browser a Not Modified status code instead of downloading the entire file again.
출처 : http://strcpy.com/69
게임 엔진에 대한 주관적 견해?! (0) | 2010.07.14 |
---|---|
블리자드 게임디자인 프로세서 (0) | 2010.07.14 |
E3쇼 2010 동영상 정보들 (0) | 2010.06.18 |
Building Big Social Games (0) | 2010.06.05 |
Kog 발표 게임개발에 남은 기회들 (0) | 2010.06.02 |