본문 바로가기

secondMemory

Spring for Android Document 안드로이드를 위한 스프링.처음에는 IoC나 AOP 같은 모듈을 탑제한 프레임워크인줄 알았는데 문서를 보니 안드로이드에서 서버와 통신하는데 필요한 라이브러리들을 집합시켜 놓은 것이었다..안드로이드 프레임워크가 잘 만들어져 있어서 그런가? DB관련 프레임워크나 스프링같은 프레임워크가 안드로이드용으로는 제대로 된 게 없네.http://static.springsource.org/spring-android/docs/1.0.1.RELEASE/reference/pdf/spring-android-reference.pdf
[계양구/임학동/맛집] 토방 춘천 닭갈비 가격도 저렴하고 맛도 괜찮다. 닭갈비 1인분을 5500원으로 먹을 수 있다. 대박. 입구 사진은 깜박하고 안 찍어서 다음지도에서 가져왔다. 다음엔 막국수도 먹어보리 ㅋ 기본적으로 금연공간. 가족과 함께 하기 좋다. 닭갈비 2인분 모습 야채랑 반찬들 완성된 모습+ㅁ+ 다 먹고 밥도 볶아먹었다 ㅋ [ 계양구 / 임학동 / 병방동 / 맛집 / 닭갈비 ] update. 2014-09-01 여기 지나가면서 봤는데 없어진 듯.....ㅠㅠ
[Vaadin] TestBench 3 Tutorials http://www.youtube.com/playlist?list=PL238374CA6B5C5F8F
[OSX,SWT] Error Display must be created on main thread due to Cocoa restrictions. 문제:***WARNING: Display must be created on main thread due to Cocoa restrictions. Exception in thread "main" org.eclipse.swt.SWTException: Invalid thread access at org.eclipse.swt.SWT.error(SWT.java:4361) at org.eclipse.swt.SWT.error(SWT.java:4276) at org.eclipse.swt.SWT.error(SWT.java:4247) at org.eclipse.swt.widgets.Display.error(Display.java:1068) at org.eclipse.swt.widgets.Display.createDispl..
PSD 포토샵 파일 Parser http://blog.alternativaplatform.com/en/2007/07/09/parser-psd-formata/ PSDParser parser = new PSDParser(new FileInputStream("image.psd")); PSDLayerAndMask layerAndMask = parser.getLayerAndMask(); List layers = layerAndMask.getLayers(); List images = layerAndMask.getImageLayers(); int i = 0; for (PSDLayerStructure layer : layers) { PSDLayerPixelData pixelData = images.get(i); BufferedImage image =..
[Vaadin] Add ons - Vaadin Bean Validation 주소 : https://vaadin.com/directory#addon/vaadin-bean-validation 샘플package com.vaadin.addon.beanvalidation.demo;import javax.validation.constraints.Digits; import javax.validation.constraints.Max; import javax.validation.constraints.Min; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; public class BeanToValidate { @NotNull @Size(min = 3, max = 16) private Str..
Apache 구동시 포트 겹침 문제 sudo netstat -anp | grep 443kill -9 ***
java.lang.VerifyError: class net.sf.cglib.core.DebuggingClassWriter Problem.Caused by: java.lang.VerifyError: class net.sf.cglib.core.DebuggingClassWriter overrides final method visit.(IILjava/lang/String;Ljava/lang/String;Ljava/lang/String;[Ljava/lang/String;)V Answer.CGLib의 버전과 ASM의 버전이 맞지 않아서 발생하는 문제.
[Vaadin] Vaadin Add-ons - Spring Stuff OverviewThis add-on contains classes that add some missing "glue" between Vaadin and Spring. In addition, these classes help address the "scope mismatch" between Vaadin application scope and Spring web application context scope that leads to memory leaks when a Vaadin application closes. https://vaadin.com/directory#addon/spring-stuff
Mule log4j.properties 설정 위치 $MULE_HOME/conf/log4j.properties 여기다가 만들면 된다. This directory is used for tracing the execution of the Mule container.Top-level logger for the Mule container is configured in "$MULE_HOME/conf/log4j.properties" or"$MULE_HOME/conf/log4j.xml".*** Xml format has higher priority and will be used if found or in presence of both xml and properties configs. ***Log4j xml docs: http://wiki.apache.org/loggi..
웹 서비스의 동적 발견과 호출 http://www.ibm.com/developerworks/kr/library/ws-udax.html
WSO2 - Governance Registry 4.1.1 Document Link http://docs.wso2.org/display/Governance411/Governance+Registry+Installation