본문 바로가기

순수한소년274

[형상관리] 이클립스에서 SVN표시가 안될때 Preferances -> General -> Appearance -> Label Decorations 에서 SVN 2016. 11. 19.
[eGovFrame] Dynamic Web Module 3.1 requires Java 1.7 or newer How to solve “Dynamic Web Module 3.1 requires Java 1.7 or newer” in Eclipse Last Updated on 20 June, 2015 by App Shah 15 CommentsHave you noticed above type of error in your Eclipse? When you’re creating a project with Dynamic Web Module 3.1 support, you should be using Java 1.7 or newer. Please follow below steps to resolve it.Step1:Make sure your Java Project is configured probably to use Java.. 2016. 11. 19.
[eGovFrame] Cannot change version of project facet Dynamic Web Module to 2.5. org.eclipse.wst.common.project.facet.core.xml --------------------------------------------------------------------\WEB-INF\web.xml 2016. 11. 18.
[eGovframe 3.1.1] 에서 server 내릴 때, 에러 출처http://coders-kitchen.com/2014/01/29/tip-disable-log4j-2s-shutdown-handler/ 문제Exception in thread "log4j-shutdown" java.lang.NullPointerException 본문의 해결방안 2016. 11. 18.
[Javascript] 부모창에서 팝업으로 submit @ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 결제하기 /* 결제팝업창 */ function fn_payFirst() { var detailForm = document.detailForm; var url = "${pageContext.request.contextPath}/www/pay/payStep1.do"; var win = window.open("" ,"popForm1", "toolbar=no, width=420px, height=600px, directories=no, status=no, scrollorbars=no, resizable=no"); win.focus(); detailForm.action = url; detailForm.method = "post";.. 2016. 11. 16.