Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 비공개
  • OS tune | Projects | 기술 | 기술자료 | 참고를 위한 저장물 | mobile » Project N » CUBE | DB관련 | Hack | MDX등 | OSX | PDW » C/C++ | DIY & H/W | JAVA | Linux | MFC & WINDOWS | SVN | UNITY3D/COCOS2D | Webserver » cmake/make » javascript | WAS, Servet Containers | 일반 » jboss&tomcat | JEUS & WEBToB » android
  • [펌]Scala 시작하기

      http://ppassa.wordpress.com/2012/02/19/getting_started_scala/ Scala 시작하기 요즘 들어서 Scala를 공부하고 있다. 아직 많이 부족하지만, 지금까지 배운 것들 기록해두고, 또 혹시 조금이라도 도움이 되는 분들이 있을 지 몰라 공유해보고자 한다. 1. 들어가며 뭘 또 배워야 한단 말인가? 이…


    Continue reading → Post ID 367

    Posted on 2014-09-15 12:19 AM by andrew Comment
    참고를 위한 저장물
  • [펌]객체지향+함수형 프로그래밍 언어 Scala

    객체지향+함수형 프로그래밍 언어 Scala 스칼라(Scala)는 객체지향 언어이면서 동시에 함수 언어이다. 스칼라는 자바와 마찬가지로 자바가상머신(JVM) 위에서 실행되며 기존 자바 라이브러리를 그대로 사용할 수 있다. 반대로 자바로 작성된 프로그램에서 스칼라로 작성된 라이브러리를 사용할 수도 있다. 다른 JVML(JVM 언어)인 JRuby, Jython과…


    Continue reading → Post ID 364

    Posted on 2014-09-15 12:17 AM by andrew Comment
    참고를 위한 저장물
  • [펌]Trello 아키텍처

    Trello 아키텍처 CoffeeScript Trello의 클라이언트와 서버 모두 순수 자바스크립트 프로젝트로 시작되었고, 2011년 5월까지는 적어도 그렇게 유지되었는데 그 이후부터 CoffeeScript를 얼마나 좋아하는지 보기 위해서 CoffeeScript로 이중으로 개발해 포팅하기 시작했다. 그 후 우리는 CoffeeScript를 사랑함을 확인했고…


    Continue reading → Post ID 362

    Posted on 2014-09-15 12:16 AM by andrew Comment
    참고를 위한 저장물
  • top5 open 소스 프로젝트 관리 툴

    이 문서는 세계적으로 많이 사용되고 있는 5개의 오픈 소스 프로젝트 관리 도구를 간단하게 소개합니다. TOP5는 opensource.com의 Top 5 open source project management tools in 2014를 참조하여 작성되었습니다.  ProjectLibre ProjectLibre는 MS Project를 대체할 수 있는 프로젝트 관…


    Continue reading → Post ID 357

    Posted on 2014-09-02 5:30 PM by andrew Comment
    기술자료
  • MFC WebBrowser Control에서 script로 창 닫을때 메시지 창 안보이게..

      BEGIN_EVENTSINK_MAP(WebViewDlg, CDialogEx) // ON_EVENT(WebViewDlg, IDC_EXPLORER, 253, WebViewDlg::OnQuitExplorer, VTS_NONE) ON_EVENT(WebViewDlg, IDC_EXPLORER, 263, WebViewDlg::WindowClosingExpl…


    Continue reading → Post ID 355

    Posted on 2014-08-21 11:19 PM by andrew Comment
    C/C++ MFC & WINDOWS
  • API 브라우저 띄우기

    ShellExecute(NULL, “open”, “http://naver.com”, “”, “”, SW_SHOWNORMAL);  


    Continue reading → Post ID 353

    Posted on 2014-08-19 11:06 PM by andrew Comment
    C/C++ MFC & WINDOWS 참고를 위한 저장물
  • [JAVA] 자릿수 만큼 0으로 채우기..

    예를 들어.. 3자리수를 표현한다고 하면, 001,002,010 뭐 이런식으로 표현하고 싶을때가 있다. (일련번호등을 표시할때 ) 아래와 같이 하면 쉽게 표현할 수 있다. int serial = 3; String suffix = String.format(“%03d”, serial); System.out.println(suffix); 결…


    Continue reading → Post ID 351

    Posted on 2014-08-18 10:23 AM by andrew Comment
    JAVA 참고를 위한 저장물
  • 크롬에서 창 닫기

    크롬에서는 window.close(); 가 안먹힙니다..   아래 코드는 IE , 크롬..먹히는것 확인했습니다.   아마 다른 브라우저도 되지 않나싶습니다.   ? 1 window.open(”,’_self’).close();


    Continue reading → Post ID 349

    Posted on 2014-08-17 9:11 PM by andrew Comment
    JAVA javascript 참고를 위한 저장물
  • java에서 string 인코딩 확인방법

    String word = s; System.out.println(“utf-8(1) : ” + new String(word.getBytes(“utf-8”), “euc-kr”)); System.out.println(“utf-8(2) : ” + new String(word.ge…


    Continue reading → Post ID 347

    Posted on 2014-08-17 5:19 PM by andrew Comment
    JAVA 참고를 위한 저장물
  • Alter Table [ 컬럼 사이즈, 데이터 크기 조정 ]

    [DB2] 컴럼의 데이터 타입 또는 사이즈 조정 ALTERTABLE temp     ALTERCOLUMN col1 SET DATA TYPE VARCHAR(60); [ORACLE] alter table   table_namemodify   column_name  datatype; 이런식으로도 된다.. alter table   table_namemodify  …


    Continue reading → Post ID 345

    Posted on 2014-08-17 5:14 PM by andrew Comment
    DB관련

Posts navigation

Previous 1 … 18 19 20 … 32 Next


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