Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • 테스트 자동화 도구 GUITAR

    http://dev.naver.com/projects/guitar 테스트 자동화 도구 GUITAR The Platform 2011 2011.12.23 13:41   NHN 검색QA팀 손민혁 끊임없이 테스트 자동화 도구가 나오는 이유는, 그 필요성은 절대적이지만 그 어느 것도 요구를 충분히 만족시키지 못하고 있기 때문입니다. QA 부서에 있으면서 주변의 테스…


    Continue reading → Post ID 246

    Posted on 2014-07-23 6:28 AM by andrew Comment
    📂This entry was posted in 참고를 위한 저장물
  • 튜토리얼: 스칼라(Scala), akka 로 scalable 하고, fault-tolerant 한 네트워크 채팅 서버와 클라이언트 만들기

    튜토리얼: 스칼라(Scala), akka 로 scalable 하고, fault-tolerant 한 네트워크 채팅 서버와 클라이언트 만들기 SW개발  http://doc.akka.io/docs/akka/1.3.1/scala/tutorial-chat-ser..


    Continue reading → Post ID 244

    Posted on 2014-07-23 6:27 AM by andrew Comment
    📂This entry was posted in JAVA 일반 참고를 위한 저장물
  • Intellij에서 Scala + akka 설정

    Intellij 13 버전 기준   1. Scala 설치 2. SBT 설치 3. Intellij에서 Scala를 사용하기 위해서는 플러그인으로 Scala와 sbt 둘 다 모두 설치한다. – 설치 후 ‘Setting’에서 위에 설치한 Scala와 SBT를 설정한다. 4. sbt를 통해 라이브러리를 만들기 위해서는 프로젝트에서…


    Continue reading → Post ID 242

    Posted on 2014-07-23 6:26 AM by andrew Comment
    📂This entry was posted in JAVA 일반 참고를 위한 저장물
  • Crash Report and QA For Android

    https://github.com/urqa


    Continue reading → Post ID 240

    Posted on 2014-07-23 6:25 AM by andrew Comment
    📂This entry was posted in JAVA 참고를 위한 저장물
  • C++11

    http://en.wikipedia.org/wiki/C++11#Hash_tables


    Continue reading → Post ID 238

    Posted on 2014-07-23 6:24 AM by andrew Comment
    📂This entry was posted in C/C++ 참고를 위한 저장물
  • 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


    Continue reading → Post ID 236

    Posted on 2014-07-23 6:24 AM by andrew Comment
    📂This entry was posted in C/C++ 참고를 위한 저장물
  • 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…


    Continue reading → Post ID 234

    Posted on 2014-07-23 5:43 AM by andrew Comment
    📂This entry was posted in C/C++ MFC & WINDOWS 참고를 위한 저장물
  • 유니티3D관련 URL

    http://ncanis.tistory.com/category/C#/Unity3d 게임 엔진


    Continue reading → Post ID 232

    Posted on 2014-07-23 5:42 AM by andrew Comment
    📂This entry was posted in UNITY3D/COCOS2D 참고를 위한 저장물
  • std::string 다루기.. ( 찾기, 공백제거 등등)

    문자열 string #include “StdAfx.h” #include “StringTest.h” #include <algorithm> //transform 사용 #include <functional> //bind1st using std::string; // 이렇게 지정해준다. StringTe…


    Continue reading → Post ID 230

    Posted on 2014-07-23 5:41 AM by andrew Comment
    📂This entry was posted in C/C++ MFC & WINDOWS 참고를 위한 저장물
  • 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…


    Continue reading → Post ID 228

    Posted on 2014-07-23 5:40 AM by andrew Comment
    📂This entry was posted in C/C++ MFC & WINDOWS 참고를 위한 저장물

Posts navigation

Previous 1 … 27 28 29 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme