[HTML] 고급 암호화 표준 - aes
·
OLD/Front End
아이디, 패스워드를 기입하고 db로 전송할 시 많이 쓰이는 java script 모듈에 대해서 간단하게 설명해 놓은 것 우선 간단히 정리하자면, 고급 암호화 표준으로서, 어떻게 암호화를 할지에 대한 표준이라고 생각하면 될 것 같다. 아래 위키피디아의 간단한 정의를 기록해 놓아야 겠다 고급 암호화 표준(Advanced Encryption Standard, AES)은 2001년 미국 표준 기술 연구소(NIST)에 의해 제정된 암호화 방식이다.[3] AES는 두 명의 벨기에 암호학자인 존 대먼과 빈센트 라이먼에 의해 개발된 Rijndael(레인달, [rɛindaːl][4][5]) 에 기반하며 AES 공모전에서 선정되었다. AES는 미국 정부가 채택한 이후 전 세계적으로 널리 사용되고 있다. 1977년 공표된 ..
[Spring Error] Could not delete/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/appname/WEB-INF/lib. May be locked by another process
·
Error code 모음/5. JAVA, Spring errors
해당 에러는 로그 파일이 많이 쌓여서 clean을 아무리해도 제대로 스프링/이클립스가 실행되지 않아 발생했었다. tomcat 에러인데, 톰켓을 clean, tomcat directory clean 을 해도 에러가 실행되지 않을 경우에 아래 링크를 참고하여 ./metadata/.plugins/org.eclipse.wst.server.core/tmp0 경로의 tmp0 폴더를 삭제해준 후, clean, tomcat directory clean을 다시 실행하면 될것 같다 자세한 사항은 아래 링크를 참고하여 추후에 다시 하도록 하자 참고링크 gabrielyj.tistory.com/174 [스프링/에러]Could not delete /.metadata/.plugins/org.eclipse.wst.server.cor..
[JAVA] 자바 인터페이스 Enumeration
·
언어/JAVA
Enumeration 인터페이스는 객체들의 집합(Vector)에서 각각의 객체들을 한순간에 하나씩 처리할 수 있는 메소드를 제공하는 켈렉션이다. 자세한 사항은 추후 아래 링크를 통해 다시 공부할 것. hyeonstorage.tistory.com/210 [JAVA] Enumeration 인터페이스 정리 Enumeration 인터페이스 정리 Enumeration 인터페이스는 객체들의 집합(Vector)에서 각각의 객체들을 한순간에 하나씩 처리할 수 있는 메소드를 제공하는 켈렉션이다. [JAVA] Vector 클래스 정리 인터페이스 hyeonstorage.tistory.com
[JAVA Error] The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path
·
Error code 모음/5. JAVA, Spring errors
아래 링크 참고해서 위 해당에러 해결할 것 simuing.tistory.com/168 이클립스 에러해결 The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path 이클립스 에러 Multiple annotations found at this line: - The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path ① 해결단계 ② 프로젝트 우클릭 →.. simuing.tistory.com
[JAVA Error] Project configuration is not up-to-date with pom.xml.
·
Error code 모음/5. JAVA, Spring errors
추후 아래 링크를 참고하여 같은 에러가 발생할 시, 해결하도록 하자 m.blog.naver.com/PostView.nhn?blogId=bestheroz&logNo=221321544367&proxyReferer=https:%2F%2Fwww.google.com%2F [해결방법]Project configuration is not up-to-date with pom.xml... 에러내용Description Resource Path Location Type Project configuration is not up-to... blog.naver.com
[JAVA Error] Java compiler level does not match the version of the installed Java project facet.
·
Error code 모음/5. JAVA, Spring errors
Java 컴파일러 수준이 설치된 Java 프로젝트 팩트의 버전과 일치하지 않는 것이 원인이 되었다. 아래 링크를 참고해서 추후 에러 해결할 것 whatdidyoudo.tistory.com/2 (개발일기 에러)Java compiler level does not match the version of the installed Java project facet. Java compiler level does not match the version of the installed Java project facet. 라는 에러를 해결하는 방법을 소개해드리려합니다. 뜻을 해석해보자면 Java 컴파일러 수준이 설치된 Java 프로젝트 팩트.. whatdidyoudo.tistory.com
[Spring] WEB-INF 안생겼을 때 만드는 법
·
OLD/Back End
아래 링크 참고하도록 하자 잘 설명이 되어 있다 mrgamza.tistory.com/14 Eclipse에서 WEB-INF에 web.xml이 없을때 생성방법 프로젝트 마우스 오른쪽 클릭 Java EE Tools > Generate Deployment Descriptor Stub 기본적인 web.xml 파일이 생성됨. mrgamza.tistory.com
[Spring Error] [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:Example' did not find a matching property.
·
Error code 모음/5. JAVA, Spring errors
Spring 에서 Tomcat실행했는데 아래와 같은 에러가 나타났다. [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:Example' did not find a matching property. 에러를 구글링해서 찾아보니 이유는 모르겠지만 구글링을 해서 알아낸 것을 바탕으로 한 결과 해결할 수는 있었다. 원인을 찾아보니, 이클립스 6.0.16부터 source라는 프로퍼티가 추가되었는데 WTP가 source라는 속성을 프로젝트의 context에 추가해서 발생하는 것이라고 한다. 크게 문제는 없다고 하는데...(자세한 이유와 영향은 잘 모르겠음...) 이 ..
[Spring] 외부 라이브 러리 추가하는 방법 (web app library 추가)
·
OLD/Back End
생각했던 것 보다 은근 쉽다 아래 링크가 정리가 잘 되어 있어서 잊어버릴 경우, 추후 아래 링크를 참고하여 라이브 러리를 추가해야 겠다. 참고 링크 m.blog.naver.com/PostView.nhn?blogId=akj61300&logNo=80193849246&proxyReferer=https:%2F%2Fwww.google.com%2F Spring - Hello Spring 프로젝트에 외부 라이브러리 추가 이번에는 Hello Spring 프로젝트에 Gson 라이브러리를 추가하겠습니다.먼저 라이브러리를 다운로드 받아... blog.naver.com
[Kendo UI - 유료버전] kendo UI 유료버전 초기 설치 및 적용 방법 in Spring
·
OLD/Front End
kendo ui 의 초기설정 방법은 kendo ui 에서 제공하는 아래 링크를 따라하면 쉽게 따라할 수 있다. docs.telerik.com/kendo-ui/jsp/introduction#sample-application-setup Overview | Progress Telerik UI for JSP | Kendo UI for jQuery This article demonstrates how to download and install Progress Telerik UI for JSP and run a sample application. To read more about the benefits of using Progress Telerik UI for JSP, please visit the product ..