#keywords test4 {{{#!blog hyacinth 2015-02-13T01:50:19 자주 이러면 잠수함에서 감자 깎아야 하는 프로그래머 다음은 C#에서 비동기로 HTTP 요청를 보내는 코드의 일부다. 머리 노란 애들이 작성한 코드를 볼 때 유니코드 인코딩 부분은 가장 찾기 흔한 실수 중 하나다. {{{#!gcode string postData = contents; // Convert the string into a byte array. byte[] byteArray = Encoding.UTF8.GetBytes(postData); // Write to the request stream. postStream.Write(byteArray, 0, postData.Length); postStream.Close(); // Start the asynchronous operation to get the response request.BeginGetResponse(new AsyncCallback(GetResponseCallback), request); }}} AAAA }}} {{{#!blog hyacinth 2015-02-16T08:45:48 윈도우 현재 배경화면 그림 파일을 탐색기로 열어주는 스크립트 윈도우 배경화면을 한동안 같은 그림으로 쓰고 있었는데 문득 지겨워져서 그림 폴더에서 30초 간격으로 랜덤으로 바뀌게 설정해놓았다. 그러다보니 설정된 배경화면의 원본 이미지를 보고 싶을 때가 있었는데 그림 폴더에 그림이 수천 장 있었기 때문에 찾기 힘들었다. BBB }}} [[BlogChanges('Blog/.*',25)]] attachment:한글.png http://hyacinth.byus.net/img/14810190463626456285.jpg?width=500 MPlayer manual http://tivo-mplayer.sourceforge.net/docs/mplayer-man.html