Programming424 [Go] Read Input Hello World 를 입력해서 출력하기.. 2013. 11. 5. [Go] 참고사이트 GO 참고사이트http://golang.org/http://go-tour-kr.appspot.com/#1 http://go-lang.cat-v.org/go-search 2013. 11. 5. [Spring] Getting Started Guides http://spring.io/guides#gs Getting Started GuidesDesigned to be completed in 15-30 minutes, these guides provide quick, hands-on instructions for building the "Hello World" of any development task with Spring. In most cases, the only prerequisites are a JDK and a text editor.Building a RESTful Web ServiceLearn how to create a RESTful web service with Spring.Scheduling TasksLearn how to schedule .. 2013. 10. 17. [Spring] Spring Docs http://spring.io/docs Here you'll find quick access to API and reference documentation for all Spring projects. If you're just getting to know Spring or tackling building something new, check out our task-focused Getting Started Guides and Tutorials. tackle미[tǽkl 『명사』 2, 3에서는 또 téikl] 듣기 영[tǽkl 『명사』 2, 3에서는 또 téikl] 듣기【Verb】I.accept as a challengeI'll tackle this difficult task발음 듣기Reference und.. 2013. 10. 17. [AHK] AutohotKey 0x01 미니키보드 만들기 AutohotKey 0x02 미니키보드 만들기 미니키보드 배열에는 F1, F2 ... 와 같은 펑션키가 없습니다.따라서 일반 키보드를 사용해서, 미니키보드와 동일하게 동작하도록 autohotkey 를 이용하겠습니다. 숫자 1을 => F1 으로 만들기숫자 2를 => F2 로 만들기 캡스락 + 1 을 누르면, F1이 동작하도록 만듦니다. 스크립트에 아래 구문을 추가합니다. capslock & 1::Send {F1} capslock & 2::Send {F2} capslock & 3::Send {F3} capslock & 4::Send {F4} capslock & 5::Send {F5} capslock & 6::Send {F6} capslock & 7::Send {F7} capslock & 8::Send {F8.. 2013. 9. 28. [python] 파이썬 설치하기 파이썬 설치하기 홈페이지 접속 (http://www.python.org/) 다운로드 여기서 맞는것을 골라서 설치. 커맨드 라인과, IDLE 두 가지 방식이 있습니다. IDLE 역시 파이썬 커맨드라인과 비슷한 기능을 제공하는 듯하지만 추가적으로 자동 완성 기능과 디버깅 기능 등의 편리한 기능을 제공하므로 파이썬 커맨드라인보다 IDLE 을 사용하는 것을 권장합니다. (출처:빠르게 활용하는 파이썬 3.2 프로그래밍) 파이썬을 설치하게 된 계기는 책을 보다가 의문이 생기는 코드가 있어서 였습니다. 제너레이터를 이용해 피보나치 수열을 구하는 부분인데요. 그래서, 책에 있는 것과 동일하게 코드를 실행해 보았습니다. 2013. 9. 14. 이전 1 ··· 47 48 49 50 51 52 53 ··· 71 다음