일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- SQL 튜닝
- 논리 연산자
- spring 게시판 삭제
- SQL
- 예약어
- SpringSecurity 로그아웃
- 반복문
- 오버로딩
- 식별자
- StringBuffer
- 연산자
- java
- 비교 연산자
- 이클립스 설치
- 상속
- @PreAuthorize("isAuthenticated()")
- 친절한 SQL 튜닝
- 친절한 SQL
- 자바의정석
- 객체지향
- 산술 연산자
- 배열
- 객체
- 인텔리제이 Web 애플리케이션
- 함수
- 오버라이딩
- 스프링시큐리티 로그아웃
- SpringSecurity 로그인
- join
- SQL튜닝
Archives
- Today
- Total
목록글작성 (1)
gi_dor

Mapper INSERT INTO notice NOTC_TP, TITLE, CONTENT, START_DTTM, END_DTTM) VALUES (#{notcTp}, #{title}, #{content}, #{startDttm}, #{endDttm}) DTO private Integer notcNo; private String notcTp; private String notcTpNm; private String title; private String content; private Integer viewCnt; private Date startDttm; private Date endDttm; private Date regDttm; private Integer regrId; private Date updDtt..
First/Spring
2023. 7. 23. 15:33