//   m_csockwfp = ;
//   m_csockrfp = ;

//   FILE* pProxyRfp;
//   FILE* pProxyWfp;
//
//   FILE* pClientRfp;
//   FILE* pClientWfp;
//
//   pProxyRfp = fdopen(sockfd,"r");
//   pProxyWfp = fdopen(sockfd,"w");
//
//   pClientRfp = fdopen(m_pSocket->GetSocket(),"r");
//   pClientWfp = fdopen(m_pSocket->GetSocket(),"w");
//
//   fclose(pProxyWfp);
//   fclose(pProxyRfp);
//
//   fclose(pClientWfp);
//   fclose(pClientRfp);


int sockfd = fileno(stdio);

http://www.checker.freeproxy.ru/checker/index.php



https 테스트 싸이트
https://www.google.com/adsense/login/ko/?gsessionid=xXRVnEjvJXiYrH1MgOHAyQ


proxy source
http://www.linux.org/apps/all/Daemons/Proxy.html

screen -S session_name
screen -r session_name

========  .screenrc     =================
log off
hardstatus alwayslastline "%{-b ck} %?%-w%?%{+b}%n%f %t%{-b} %?%+w%? %= %l %D %d/%m/%Y %0c "
hardstatus on
escape a


startup_message off
crlf off
========  .screenrc     =================

select function
 v ] }

fold
 z f

open fold
 z o

 
function fold
 v ] } z f

screen 간의 복사및 붙여 넣기

copy
       C-a [
       C-a C-[
       C-a esc     (copy)        Enter copy/scrollback mode.

paste
       C-a ]       (paste .)     Write the contents of the paste buffer to the stdin queue of the current window.

..........................
       copy

       Enter copy/scrollback mode. This allows you to copy text from the current window and its history into the paste buffer. In this mode a vi-like
‘full screen
       editor’ is active:
       Movement keys:
         h, j, k, l move the cursor line by line or column by column.
         0, ^ and $ move to the leftmost column, to the first or last non-whitespace character on the line.
         H, M and L move the cursor to the leftmost column of the top, center or bottom line of the window.
         + and - positions one line up and down.
         G moves to the specified absolute line (default: end of buffer).
         | moves to the specified absolute column.
         w, b, e move the cursor word by word.
         B, E move the cursor WORD by WORD (as in vi).
         C-u and C-d scroll the display up/down by the specified amount of lines while preserving the cursor position. (Default: half screen-full).
         C-b and C-f scroll the display up/down a full screen.
         g moves to the beginning of the buffer.
         % jumps to the specified percentage of the buffer.



만약 붙여넣기시 리턴값이 제대로 처리되지 못한다면
http://sunsite.ualberta.ca/Documentation/Gnu/screen-3.9.4/html_chapter/screen_12.html

Command: crlf [state]
(none)
This affects the copying of text regions with the C-a [ command. If it is set to `on', lines will be separated by the two character sequence `CR'/`LF'. Otherwise only `LF' is used. crlf is off by default. When no parameter is given, the state is toggled.

리눅스에서는 .screenrc 파일에 crlf off
crlf off 가 기본이라고 하는데 나는 왜 ㅡ_ㅡ;;



MIME (Multipurpose Internet Mail Extensions)

pop3 mine protocol ( .eml)

rfc 2045
rfc 2047


참조:
http://www.iwiz.pe.kr/bbs/zboard.php?id=java&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=38


Content-ID: 생성 규칙 : url schema 를 따름
http://www.faqs.org/rfcs/rfc2111.html
 RFC1738 [URL] reserves the "mid" and "cid" schemes for Message-ID and
   Content-ID respectively.  This memorandum defines the syntax for
   those URLs.  Because they use the same syntactic elements they are
   presented together.


mime type list
http://www.iana.org/assignments/media-types/

네이버 지식인 답변 ( mine type 대한 글 )
http://kin.naver.com/detail/detail.php?d1id=1&dir_id=10101&eid=324kHK0UNuWtHzjw/uqGjPdDaBaLTY+e&qb=Q29udGVudC1UeXBl&pid=fTYWKwoi5UhssbxhAc0sss--300207&sid=SWvtM8XLa0kAAGxYdiE







 

+ Recent posts