튜토리얼: 스칼라(Scala), akka 로 scalable 하고, fault-tolerant 한 네트워크 채팅 서버와 클라이언트 만들기 SW개발 http://doc.akka.io/docs/akka/1.3.1/scala/tutorial-chat-ser..
- Category Archives 참고를 위한 저장물
-
-
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…
-
Handling HTML Element Events
http://msdn.microsoft.com/en-us/library/bb508508(v=vs.85).aspx Handling HTML Element Events 9 out of 10 rated this helpful – Rate this topic The HTMLElementEvents2 interface is an event sink int…