250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 방식으로 텍스트
- (깃)git bash
- 크롤링
- db
- 게시판 만들기
- 지마켓
- 토픽추출
- 幼稚园杀手(유치원킬러)
- test
- word2vec
- jsp 파일 설정
- java
- tomoto
- mysql
- oracle
- 네이버뉴스
- RESFUL
- r
- spring MVC(모델2)방식
- 코사인 유사도
- Websocket
- 이력서
- Topics
- Python
- 과학백과사전
- 파이썬
- pytorch
- 자바
- lda
- Gmarket
Archives
- Today
- Total
목록004.01 (BoardMapper interface) (1)
무회blog
spring MVC(모델2)방식,JAVA, MySQL , RESFUL, 게시판 만들기 , 004.01 (BoardMapper interface), BoardMapper, 인터페이스
매퍼 인터페이스 설정 ,BoardMapper interface com.board.mapper BoardMapper.java package com.board.mapper; import java.util.List; import com.board.domain.BoardVO; public interface BoardMapper { //글작성 public void boardInsert(BoardVO vo)throws Exception; //글목록 public List boardList()throws Exception; //글보기 public BoardVO boardView(int bno)throws Exception; //조회수 증가 public void hitPlus(int bno)throws Exception..
IT/Spring
2020. 8. 24. 08:59