전체 글 썸네일형 리스트형 Evernote 업데이트 후 실행시 에러코드 : 2732 해결방법 Evernote 4.0.x 버전을 사용중에 4.6.x 버전 업데이트를 하라고해서 했더니만 그 유명한 에러코드 : 2732. 가 떴다. 에버노트 코리아 페이스북을 보니 대부분 2732 에 관련된 오류를 문의하는 내용인데 뚜렷한 해결 방법이 보이지 않았다. 아래에 나온 내용은 이곳 저곳에서 해결방법이라고 올라와 있는 것을 따라해봤는데 나는 해당사항이 없었다. Here is the fix, I reversed the Evernote msi, seen the logs and fixed what's going on. I sum up my steps, I did Fix 1 and Fix 2 but maybe only one is necessary. Fix 1 -Go to folder : C:\Program File.. 더보기 [GeoTools] Load the EPSG Properties File GeoTools에서 좌표를 지정하거나 좌표변환을 하기 위해서는 EPSG 코드를 사용하게 되는데 기본 라이브러리에 포함되지 않은 EPSG 코드가 있을경우 org.opengis.referencing.NoSuchAuthorityCodeException 가 발생한다. 아래와 같은 방법으로 사용자 정의 프로퍼티 파일을 읽어 추가시켜줄 수 있다. import java.io.File; import java.io.IOException; import java.net.URL; import org.geotools.factory.Hints; import org.geotools.metadata.iso.citation.Citations; import org.geotools.referencing.CRS; import org.geo.. 더보기 [AngularJS] What's AngularJS What's AngularJSHTML is great for declaring static documents, but it falters when we try to use it for declaring dynamic views in web-applications. AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop. AlternativesOther frameworks deal with HTML’s shortcomings by either abstracting away HTML, CSS, .. 더보기 [eclipse] Garbage Collector WIndow -> Preferences -> General -> Show heap status 체크 더보기 [springframework] ContentNegotiatingViewResolver의 역할과 설정하기 Spring을 이용한 RESTful 방식의 서비스를 구현하려다 보니 RESPONSE 데이터 타입에 대한 고민을 하게 되었다. REST API를 서비스하는 대부분의 사이트(트위터, 페이스북, 포스퀘어 등)의 대부분이 JSON 타입을 기본으로 지원한다.대부분의 Tutorial, Example 을 보더라도 JSON 형식으로 처리를 하게 끔 되어있다.아무래도 JSON이 심플하고, 처리 속도도 빠르기 때문에 대세기 때문에 그런듯 하다. 바로 여기서 의문점이 들었다.다른 타입으로 결과를 만들어서 주고 싶다면 어떻게 해야할까?!xml, rss, pdf, doc는?! 실제 Twitter REST API 1.1의 샘플을 살펴보니 다음 예와 같이 URI에 따라서 여러가지 형태의 응답결과를 받을 수 있었다. https://.. 더보기 [JSON] JSON-lib Java Library Introduction JSON-lib (http://json-lib.sourceforge.net/)는 자바에서 beans, maps, collections, array 그리고 XML을 JSON 으로 변환하기 위해 사용하는 자바 라이브러리이다. Javadocjdk1.3 : http://json-lib.sourceforge.net/apidocs/index.htmljdk1.5 : http://json-lib.sourceforge.net/apidocs/jdk15/index.html Download 다음의 경로에서 다운로드 한다.http://sourceforge.net/projects/json-lib/files/json-lib/ Dependencies JSON-lib는 아래의 패키지에 의존성을 가지고 있다.ja.. 더보기 [springframework] org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException Spring Framework 설정하고 런타임 서버를 올리는 과정에서 발생한 오류이다. SEVERE: StandardWrapper. Throwableorg.springframework.beans.factory.xml.XmlBeanDefinitionStoreException : Line 13 in XML document from ServletContext resource [/WEB-INF/dispatcher-servlet.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 13; columnNumber: 63; cvc-complex-type.2.4.c: 일치하는 와일드 카드 문자가 엄격하게 적용되지만 'context.. 더보기 [java] Convert bytes, hex, hex string, string String inputString = "Hello World!!"; System.out.println("input String :" + inputString); //string -> byte array byte[] inputBytes = inputString.getBytes(); String hexString = ""; for (byte b : inputBytes) { hexString += Integer.toString((b & 0xF0) >> 4, 16); hexString += Integer.toString(b & 0x0F, 16); } System.out.println("hex String :" + hexString); //hex string -> byte array byte[] bytes = n.. 더보기 [java] java.security.InvalidKeyException: Illegal key size or default parameters JCA(Java Cryptography Architecture)를 사용하여 암호화/복호화를 구현하려고 한다. 다음 조건과 같은 개발 환경으로 진행하였다.JDK Version : JAVA SE 1.7.xCrypto Algorithm : AES 256bit 그런데 아래와 같은 오류가 발생하였다. java.security.InvalidKeyException: Illegal key size or default parametersat javax.crypto.Cipher.checkCryptoPerm(Cipher.java:1011)at javax.crypto.Cipher.implInit(Cipher.java:786)at javax.crypto.Cipher.chooseProvider(Cipher.java:849)at .. 더보기 [junit] junit.framework.AssertionFailedError: No tests found in com.mydomain.test junit 사용중 다음과 같은 오류가 발생. junit.framework.AssertionFailedError: No tests found in com.mydomain.TestJunitat junit.framework.Assert.fail(Assert.java:47)at junit.framework.TestSuite$1.runTest(TestSuite.java:97)at junit.framework.TestCase.runBare(TestCase.java:134)at junit.framework.TestResult$1.protect(TestResult.java:110)at junit.framework.TestResult.runProtected(TestResult.java:128)at junit.framew.. 더보기 티스토리 지도첨부 리뷰 티스토리에 다음 지도 첨부 기능이 추가되었다는 소식을 들었다. 포스팅시 지도를 첨부하려면 여행지 정보첨부를 통해 특정 위치의 동적인 지도를 넣는것만 가능했다. 사용자가 지도에 도형이나 마커를 추가해서 출력하거나 재사용하는건 지도 시스템 구축시 많은 요구사항이 있는 것이기 때문에 어떤식으로 구성되었나 궁금하기도 했고 지도 첨부해서 포스팅하면 추첨을 통해 티스토리 달력을 준다니!!!! '갖고싶다 티스토리 달력' 기능을 살펴보면 다음과 같다.위치 검색사용자가 직접 위치 표시현재위치 (시도/시군구/읍면동) 주소 보기지도 종류 선택 (크기)기본형미니형와이드형본문너비형사용자지정형(넓이, 높이)텍스트형(현재위치 : 큰지도로 보기, 큰지도로 길찾기)지도 꾸미기핀추가도형추가지도 보기일반지도하이브리드 스카이뷰줌인/줌아웃 .. 더보기 Web Stress Tool JMeterURL : http://jakarta.apache.org/jmeter/ Stress toolURL : http://www.servletsuite.com/servlets/stress.htm OpenSTA (Open System Testing Architecture)URL : http://www.opensta.org/Developer Homehttp://opensta.sourceforge.net/ ASP.NET Performance Monitoring ToolsURL : http://www.microsoft.com/en-us/download/details.aspx?id=30851설치 및 사용방법 : http://support.microsoft.com/kb/313559/ko HP LoadRunner.. 더보기 이전 1 2 3 4 5 6 7 8 ··· 60 다음