Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- summary
- 스크롤 이벤트
- ApexChart
- 옵저버블
- angular button
- angular route
- 아이오닉 스크롤 이벤트
- Oracle LISTAGG 사용 예시
- 셀렉트박스 커스텀
- 앵귤러 모달
- angular modal
- Ionic modal
- TAILWIND
- Router
- 호버
- mysql if
- formgroup
- ajax 사용 예시
- 앵귤러 애니메이션
- 스크롤 이벤트 감지
- scroll
- modal
- flex-1
- Angular Router
- egov spring ajax 사용 예시
- 모달
- route
- prisma
- 검색
- angular animation
Archives
- Today
- Total
목록Egov Spring Controller Java ajax 글 수정 시 곧바로 view 보여주기 컨트롤러 예시 (1)
깜놀하는 해므찌로

@RequestMapping(value = folderPath + "{procType}Proc.do", method = RequestMethod.POST) public String proc(@ModelAttribute("searchVO") WriteListVO searchVO, Model model, SessionStatus status,@PathVariable String procType, HttpServletRequest request) throws Exception { /* 게시판 종류 구분 */ String sql = ""; if("".equals(searchVO.getSchEtc02()) || "free".equals(searchVO.getSchEtc02())){ sql = "Free"; // ..
IT
2022. 7. 14. 16:00