http://dev.naver.com/projects/guitar 테스트 자동화 도구 GUITAR The Platform 2011 2011.12.23 13:41 NHN 검색QA팀 손민혁 끊임없이 테스트 자동화 도구가 나오는 이유는, 그 필요성은 절대적이지만 그 어느 것도 요구를 충분히 만족시키지 못하고 있기 때문입니다. QA 부서에 있으면서 주변의 테스…
-
-
튜토리얼: 스칼라(Scala), akka 로 scalable 하고, fault-tolerant 한 네트워크 채팅 서버와 클라이언트 만들기
튜토리얼: 스칼라(Scala), akka 로 scalable 하고, fault-tolerant 한 네트워크 채팅 서버와 클라이언트 만들기 SW개발 http://doc.akka.io/docs/akka/1.3.1/scala/tutorial-chat-ser..
-
Intellij에서 Scala + akka 설정
Intellij 13 버전 기준 1. Scala 설치 2. SBT 설치 3. Intellij에서 Scala를 사용하기 위해서는 플러그인으로 Scala와 sbt 둘 다 모두 설치한다. – 설치 후 ‘Setting’에서 위에 설치한 Scala와 SBT를 설정한다. 4. sbt를 통해 라이브러리를 만들기 위해서는 프로젝트에서…
-
INI Reader / Writer Class for MFC and ANSI C++ ( Windows Linux )
http://www.codeproject.com/Articles/12914/INI-Reader-Writer-Class-for-MFC-and-ANSI-C-Windows
-
Using the WebBrowser Control from C/C++
Using the WebBrowser Control from C/C++ This section describes some of the common implementations of the WebBrowser control, including: Adding Internet browsing functionality to your applicatio…
-
std::string 다루기.. ( 찾기, 공백제거 등등)
문자열 string #include “StdAfx.h” #include “StringTest.h” #include <algorithm> //transform 사용 #include <functional> //bind1st using std::string; // 이렇게 지정해준다. StringTe…
-
MFC / C++로 특정 사이트 가져와서 분석 하기 소스
#include <stdio.h> #include <windows.h> #include <wininet.h> #include <string> #include <comdef.h> #include <mshtml.h> #import <mshtml.tlb> no_auto_exclude #p…