본문 바로가기

분류 전체보기691

[JSP] JSP에서 Java Service호출하기 @ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Colored by Color Scripter cs @ 출처 https://javaspecialist.co.kr/board/599;jsessionid=382F4F8DA390659BE5B31E066EE4091F 자바전문가그룹내용 자료실 내용javaspecialist.co.kr 2024. 3. 13.
[Jquery] 모든 radio값 초기화 @ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 // $(document).ready(function(e){ $(document) .on('click','#click_resetSearchKey', function(e) { e.preventDefault(); $('#searchName').val(""); $('#searchMemberId').val(""); var radio_name = []; var radio = $("input[type=radio]"); //라디오 정보를 가져옵니다. $.each(radio, function (key, value) { // input radio의 name 값을 가져옵니다. radio_name... 2024. 3. 10.
[Javascript] 유효성체크 리턴받기 @ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 // $(document).ready(function(){ $(document) .on("change", "#searchCompanyId", function(e) { $("#pageIndex").val("1"); var tmpTypeCds = ""; $("input:checkbox[name='targetDivCodeList']").each(function() { if (this.checked) { tmpTypeCds += this.value + ","; } }); tmpTypeCds = tmpTypeCds.. 2024. 3. 7.
[DB] IBATIS selectKey @123public String testileInsertAct (DataMap dataMap) throws Exception {   return (String) (insert(" testDAO . testileInsertAct ", dataMap));}Colored by Color Scriptercs@123456789101112131415161718192021222324insert id="testDAO.testileInsertAct" parameterClass="dataMap">     selectKey keyProperty="fileSeq" resultClass="java.lang.String" type="pre">        SELECT NVL(MAX(파일일련번호),0)+1 AS SEQ FROM 파.. 2024. 3. 7.
[표준] 행정표준코드관리시스템 기관코드 및 법정동코드목록조회가능 https://www.code.go.kr/ Wait.. www.code.go.kr 2024. 2. 27.