본문 바로가기
728x90
반응형

분류 전체보기712

[Javascript] 이미지 교체하기 function fn_menu_link_page(need) {alert("완료 되었습니다.");if (need == "VIDEOORG_00") {document.getElementById("videoorg").src = "${pageContext.request.contextPath}/images/layout/mypage/videotrue/VIDEOORG_01.png";}} 2016. 12. 9.
[Windows 2012 R2] 구성요소 사용 Windows 2012 R2 Internet Explorer사용함dism /online /Enable-Feature /FeatureName:Internet-Explorer-Optional-amd64 Windows 2012 R2 Internet Explorer사용안함dism /online /Disable-Feature /FeatureName:Internet-Explorer-Optional-amd64 2016. 12. 6.
[JSP] mouseOver와 이미지5개 SEARCH ${videoChanCd.codeNm}동영상 ${result.videoPlayTime} ${result.videoTitle} ${videoChanCd.codeNm}인기동영상 ${result.videoPlayTime} ${result.videoTitle} 2016. 12. 5.
[Java] request ParamUtil로 해결하기 package egovframework.com.cmm.util; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.apache.log4j.Logger; public class ParamUtil { protected static Logger log = Logger.getLogger(ParamUtil.class.getName()); public static Map requestToMap(HttpServletRequest request) { Map rtnMap = new HashMap(); Enumeration param.. 2016. 12. 5.
[Javascript] Java model.addAttribute를 Javascript로 불러오기 출처http://stackoverflow.com/questions/9361977/how-to-access-model-attribute-in-javascript I want to access a model attribute in Javascript. I use the following code:model.addAttribute("data", responseDTO);My DTO class:public class ResponseDTO { private List errors; private Boolean actionPassed; private String dataRequestName; // and setter getter for all fields } I tried accessing the DTO using:v.. 2016. 12. 1.
728x90
반응형