덕소 한강공원에서
'개소리 왈왈 > 사진과 수다' 카테고리의 다른 글
| 10년 만의 고향 (2) | 2014.06.21 |
|---|---|
| 벌집 (0) | 2014.04.21 |
| 동대문 디자인 플라자... (0) | 2014.04.21 |
| never naver! (0) | 2014.04.06 |
| 370번 타요버스! (0) | 2014.04.04 |
| 10년 만의 고향 (2) | 2014.06.21 |
|---|---|
| 벌집 (0) | 2014.04.21 |
| 동대문 디자인 플라자... (0) | 2014.04.21 |
| never naver! (0) | 2014.04.06 |
| 370번 타요버스! (0) | 2014.04.04 |
아이언맨에서 해안을 바라보는 별장 느낌?
석고라던가 좀 채워진 녀석일줄 알았는데 비어있는 프라스틱 사출물로 생각되는 벽 조형물
공간과 곡선의 조화.. 라고 해주면 칭찬이려나?
연속되는 디스플레이가 유행인 듯?
| 벌집 (0) | 2014.04.21 |
|---|---|
| 코스모스 (0) | 2014.04.21 |
| never naver! (0) | 2014.04.06 |
| 370번 타요버스! (0) | 2014.04.04 |
| 서울역 - 여가의 기술 2번째 방문 (0) | 2014.03.28 |
| 세월호 관련 ... (0) | 2014.06.03 |
|---|---|
| 마음이 허한걸까.. 배가 고픈걸까 (4) | 2014.04.24 |
| 무선 조정 비행기는 망했어요 근데 웬 천안함? ㅋㅋㅋㅋ (2) | 2014.04.03 |
| 아 시발 주민등록번호 무슨 필요있어? (0) | 2014.03.11 |
| 신용카드 개인정보 유출.. 결국 내 시간이네? (0) | 2014.01.21 |
| Jazelle DBX (Direct Bytecode eXecution) allows some ARM processors to execute Java bytecode in hardware as a third execution state alongside the existing ARM and Thumb modes. Jazelle functionality was specified in the ARMv5TEJ architecture and the first processor with Jazelle technology was the ARM926EJ-S. Jazelle is denoted by a 'J' appended to the CPU name, except for post-v5 cores where it is required (albeit only in trivial form) for architecture conformance. Jazelle RCT (Runtime Compilation Target) is a different technology and is based on ThumbEE mode and supports ahead-of-time (AOT) and just-in-time (JIT) compilation with Java and other execution environments. Instead, the Thumb Execution Environment (ThumbEE) is now preferred. Support for this is mandatory in ARMv7-A processors (such as the Cortex-A8 and Cortex-A9), and optional in ARMv7-R processors. ThumbEE targets compiled environments, perhaps using JIT technologies. It is not at all specific to Java, and is fully documented; much broader adoption is anticipated than Jazelle was able to achieve. [링크 : http://en.wikipedia.org/wiki/Jazelle ] |
| Freescale Multimedia framwork (0) | 2014.09.17 |
|---|---|
| freescale i.mx283 / i.mx515 (0) | 2014.08.19 |
| SSI - Synchronous Serial Interface (0) | 2013.12.18 |
| ubuntu gcc-arm 패키지 목록 (0) | 2013.08.31 |
| jtag tap - Test Access Port (0) | 2013.07.05 |
[링크 : http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller] |
| 코딩 룰 & 정적분석 툴 (0) | 2015.05.19 |
|---|---|
| 정적분석 / 동적분석 (0) | 2015.02.18 |
| 디자인 패턴 - singleton (0) | 2014.04.02 |
| 매번 느끼는 서글프지만 인정하고 싶지 않은 것 (0) | 2012.02.08 |
| 간트차트 (0) | 2012.01.31 |
| 우분트 포트란 패키지 (4) | 2014.06.13 |
|---|---|
| 우분투 설치된 패키지 목록 얻기 (0) | 2014.05.24 |
| Ubuntu 14.04 LTS 공개가 코앞에!! (0) | 2014.04.16 |
| 범블비 - bumblebee (Nvidia Optimus) (0) | 2013.09.19 |
| 우분투 apt-get이 많이 느려진거 같은데.. (0) | 2013.07.10 |
| tomcat war deploy (0) | 2014.04.23 |
|---|---|
| javax.servlet.http cannot be resolved?!?! (0) | 2014.04.23 |
| maven (0) | 2014.04.18 |
| jsp EL/JSTL 사용법 (0) | 2014.04.13 |
| jsp / el과 jstl (0) | 2014.04.13 |
Maven's ObjectivesMaven's primary goal is to allow a developer to comprehend the complete state of a development effort in the shortest period of time. In order to attain this goal there are several areas of concern that Maven attempts to deal with:
[링크 : http://maven.apache.org/] |
| 간단하게 생각하세요. maven 의 주임무는 라이브러리(dependency) 목록의 관리가 되겠습니다. (pom.xml) 여기서 pom.xml은 협업개발자들이 모두 공유하기때문에 신경쓸일없습니다. 자기 업무에 필요한 라이브러리(dependency)를 추가했을경우 커밋만해주면 끝. pom.xml 에 설정한대로 필요한 모든 라이브러리를 관리해준다.(등록/삭제) maven 으로 웹프로젝트시 폴더구조가 특이하죠? src/main/java => 이곳에 모든 자바소스, 패키지들이 들어갑니다. src/main/resource => 이곳에 xml 설정파일들이 들어갑니다. src/main/webapps => 이곳에 jsp (프레젠테이션) 부분들이 모두 들어갑니다. [링크 : http://www.okjsp.net/bbs?seq=158969] |
| javax.servlet.http cannot be resolved?!?! (0) | 2014.04.23 |
|---|---|
| apache commons / beanutils , logging, digester (0) | 2014.04.18 |
| jsp EL/JSTL 사용법 (0) | 2014.04.13 |
| jsp / el과 jstl (0) | 2014.04.13 |
| jdbc는 DESCRIBE를 지원안해? (0) | 2014.04.11 |
| 수요일 면접 예정 전화 (0) | 2014.08.11 |
|---|---|
| 직장은 소식이 없고.. (0) | 2014.07.20 |
| ATC 2급 2전 1패 1승!! (2) | 2014.03.17 |
| 끄아아 내 6만원 ㅠㅠ 아니 12만원? (0) | 2014.03.03 |
| 솔데스크 C언어 통합 1일차 (0) | 2014.02.24 |
| std::endl (0) | 2015.06.24 |
|---|---|
| c++ 현변환 연산자(cast operator in c++) (0) | 2015.01.26 |
| cpp static 변수 및 메소드 (0) | 2014.03.18 |
| cpp scope 연산자 (0) | 2014.03.18 |
| cpp class에서 변수값을 미리 선언 못하는 이유 (0) | 2014.03.15 |