본문 바로가기

분류 전체보기95

230310_AJAX 회원가입 아이디 비밀번호 이름 주민번호 전화번호 취미 영화관람 자전거 책보기 산책 가입인사말 로그인폼 아이디 비밀번호 점수입력 아이디 반 번호 이름 국어 영어 수학 점수출력 아이디반번호이름 국어영어수학총점 평균학점반석차전체석차 ${list.id}${list.ban}${list.num}${list.name} ${list.kor}${list.eng}${list.mat}${list.tot} ${list.hak}${list.bangrade}${list.totgrade} 급여입력 아이디 이름 부서 인사부 재정부 감찰부 홍보부 가족수 입사일 현재날짜 직위 사원 대리 과장 부장 이사 급여출력 아이디이름부서명 가족수당본봉직위수당 총급여비고 ${list.id}${list.name}${list.busea} ❌ ✅ 급여수정.. 2023. 3. 10.
230309_AJAX 상품코드 상품명 수량 단가 package com.ezen.kim13_001.market; public class MarketDTO { int spcode; String spname; int su,danga,price; public MarketDTO() { } public MarketDTO(int spcode, String spname, int su, int danga, int price) { super(); this.spcode = spcode; this.spname = spname; this.su = su; this.danga = danga; this.price = price; } public int getSpcode() { return spcode; } public void setSpcode(int .. 2023. 3. 9.
230308_AJAX 입력 이름 나이 근무년수 출력 이름나이근무년수 근무수당 ${list.name}${list.age}${list.workyear} 아이디 패스워드 이름 전화번호 이름 국어 영어 수학 package com.ezen.kim12_001.work; public class WorkDTO { String name; int age,workyear,worksudang; public WorkDTO() { } public WorkDTO(String name, int age, int workyear, int worksudang) { super(); this.name = name; this.age = age; this.workyear = workyear; this.worksudang = worksudang; } public St.. 2023. 3. 8.
230307_Tiles decode = if 문과 유사 성적입력 번호 국어 영어 수학 성별 남자 여자 인적사항입력 번호 이름 연락처 주소 출력 번호이름총점 연락처성별 ${list.num}${list.schooldto.name}${list.tot} ${list.schooldto.phone}${list.gender} 사원입력 이름 호봉 1 2 3 4 5 가족수 1 2 3 4 5 직위 이사 부장 과장 대리 사원 사원입력 이름 입사날짜 기준날짜 출력 이름직급호봉가족수 직급수당호봉수당가족수당 합계 ${list[i].name}${list[i].grade}${list[i].hobong}${list[i].family} 출력 이름입사일기준일기본급 ${list.name} ${list.ipsaday} ${list.baseday} 주민입력 이름 주.. 2023. 3. 7.
230306_Tiles 성적입력 번호 이름 국어 영어 수학 성적출력 번호이름국어 영어수학총점 ${list[i].bun}${list[i].name}${list[i].kor} ${list[i].eng}${list[i].mat}${list[i].tot} 마이입력 번호 전화번호 주소 마이출력 번호전화번호주소 ${list[i].bun}${list[i].phone}${list[i].address} 전체출력 번호이름국어 영어수학총점 전화번호주소 ${list[i].bun}${list[i].name}${list[i].kor} ${list[i].eng}${list[i].mat}${list[i].tot} ${list[i].mydto.phone}${list[i].mydto.address} 부분출력 번호이름 총점주소 ${list[i].bun}${li.. 2023. 3. 6.
230303_Tiles 도서명 저자명 출판일자 가격 내용 표지 출력 도서번호도서명저자명출판일자가격표지 비고판매 ${list.num} ${list.bname} ${list.writer} ❌ ✅ 판매완료 출력 도서명내용표지 ${list2.bname} ${list2.bigo} 수정 도서명 저자명 출판일자 가격 내용 ${list3.bigo} 표지 검색 검색조건 도서명 저자명 내용 검색내용 회원가입 아이디 비밀번호 로그인 아이디 비밀번호 출고현황 도서번호판매횟수총판매금액 도서명저자명가격표지 ${list.num} ${list.count} ${list.bname} ${list.writer} package com.ezen.kim9_001; public class BookDTO { int num; String bname,writer,day,b.. 2023. 3. 3.