>> Delete No. 51085 article
No. [질문] 이거좀 봐주세요 C 소스 html 서버밀기.....

등록 2002-06-19 09:45:00 By localhost     조회 1
이름 하얀눈    

  #include <stdio.h>
 main()
{
  int i;
 printf("Content-type: multipart/x-mixed-replace;boundary=TestBoundary");
for(i = 1; i <= 10; i++)
{
 printf("--TestBoundary");
printf("Content-type: text/plain");
printf("count: %d", i);
sleep(1);
}
printf("--TestBoundary--");
 }
 이것은 1초마다 숫자가 출력되는 것인데요.. 이것이 한꺼번에 10초지나서
 출력되어 버려요.. 원인이 뭔지 고수님 좀 알려주세요.....
[관리자] 패스워드를 입력 하십시오. 답장이 존재하면 함께 삭제됩니다.[ 목록 | 이전 ]
패스워드:    

Copyleft 1999-2026 by JSBoard Open Project
Theme Designed by IDOO All right reserved