블로그
- [baseProj #1] eGovFrame 샘플프로젝트 초기 셋팅 방법 신규 프로젝트에 상기 Source.zip 파일 적용 방법 4.1 eclipse 4.1 실행 후 File -> New -> eGovFrame Web Project 선택 Project name : Source Target Runtime : Apache Tomcat v9.0 Dynamic Web ~ : 3.1 Group Id : com.bluecom => 다음
- [JSON]parse() : browser receive data from Web Server with Object Example - Parsing JSONImagine we received this text from a web server: '{ "name":"John", "age":30, "city obj = JSON.parse('{ "name":"John", "age":30, "city":"New York"}');Make sure the text is written in JSON