출처 : How to convert Java object to / from JSON (Jackson) - Mkyong 스프링3(Spring3) - @ResponseBody + jackson을 이용하여 심플하게 구현하기 Chapter16. 스프링 MVC로 REST API 사용하기 · Spring Study Group Spring에서 JSON과 연동방법 - 와이케이의 마구잡이 - GitHub Pages [ERROR:] cvc-complex-type.2.1: Element 'mvc ... - kkan's - Tistory pom.xml 내용 추가 org.codehaus.jackson jackson-mapper-asl 1.9.13 org.codehaus.jackson jackson-core-asl 1.9.13 ..
출처 : 스프링3(Spring3) - @ResponseBody + jackson을 이용하여 심플하게 구현하기 Chapter16. 스프링 MVC로 REST API 사용하기 · Spring Study Group Spring에서 JSON과 연동방법 - 와이케이의 마구잡이 - GitHub Pages [ERROR:] cvc-complex-type.2.1: Element 'mvc ... - kkan's - Tistory pom.xml 내용 추가 org.springframework spring-web ${org.springframework-version} com.fasterxml.jackson.core jackson-core 2.6.3 com.fasterxml.jackson.core jackson-databind 2..
출처 : [nodejs] 윈도우에서 node.js 설치 및 실행하기 - 워크식스 블로그 PATH에 추가 C:\server\node-v6.11.2-win-x64 Hello world C:\> node > (To exit, press ^C again or type .exit) > console.log('hello world!') hello world! undefined 웹서비스 // 모듈을 추출합니다. var http = require('http'); // 웹 서버를 만들고 실행합니다. http.createServer(function (request, response) { response.writeHead(200, { 'Content-Type': 'text/html' }); response.end('Hell..
Swift - 외부라이브러리 사용 출처 : DLRadioButton Seorenn SIGSEGV: Swift 프로젝트에서 Objective-C 코드를 함께 사용하기 외부라이브러리 파일 추가 파일 추가 옵션 선택 브릿지 헤더 파일 생성 브릿지 헤더 파일 설정 자동으로 설정되지만 설정이 되지 않았을 경우 아래와 같이 설정 필요 Button Type 변경 Button Type 변경 전 Button Type 변경 후 Button 라디오버튼의 경우 그룹으로 묶기 Button 라디오버튼 하나의 이벤트 생성 Button 라디오버튼 이벤트 구현 @IBAction func optionClicked(_ sender: DLRadioButton) { print(sender.currentTitle!) if (sender == ..
출처 : Freehand drawing on iOS in Swift - Ilya Puchka override func touchesBegan(_ touches: Set, with event: UIEvent?) { if let touch = touches.first { messageLabel.text = "touchesBegan" tapCountLabel.text = String(touch.tapCount) touchCountLabel.text = String(touches.count) lastPoint = touch.location(in: drawImageView) } } override func touchesMoved(_ touches: Set, with event: UIEvent?) { if let ..
출처 : Swift 에러 (Error) 처리, 예외 상황 다루기 (try, throws, defer 등) : 네이버 ... enum ParseError : Error { case OverSize case UnderSize case InvalidFormat(value : String) case InvalidData(value : String) } 예외발생 func parseTime(timeString : NSString) throws -> Time { var retTime = Time(hour : 0, min : 0, sec : 0) guard timeString.length == 8 else { if timeString.length > 8 { throw ParseError.OverSize } else {..
AIReport - 공백 밴드 만들기 출처 : AI Report Manual //-----band_memo_space RepeatBand Start----- //-----소속 쉬트 : SHEET=Sheet2 FRAME=Frame0 //-----밴드 이름 : band_memo_space //-----밴드 종류 : 반복 밴드 //-----bIsPrint : 감추기 속성 설정 여부 true면 출력, false면 스크립트를 생성하지 않음 private void getScriptFromband_memo_space(boolean bIsPrint) throws Exception{ //지역 변수 선언 및 초기화 int nBandHeight=26; //밴드 출력 높이 boolean bIsFirst=true; int sp..
- Total
- Today
- Yesterday
- JavaScript
- ble
- Java
- 동경
- android
- koba2010
- Delphi
- 일본여행
- 서울오토살롱
- flex
- NDK
- Xcode
- MySQL
- oracle
- 튜닝쇼 2008
- Spring MVC
- Spring
- 송주경
- SAS
- BPI-M4
- 전예희
- ffmpeg
- Mac
- ubuntu
- 레이싱모델 익스트림 포토 페스티벌
- 지스타2007
- sas2009
- Delphi Tip
- Linux
- KOBA
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |