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
- 스크롤 이벤트
- 아이오닉 스크롤 이벤트
- scroll
- mysql if
- Router
- ajax 사용 예시
- Ionic modal
- angular route
- route
- 호버
- egov spring ajax 사용 예시
- formgroup
- 스크롤 이벤트 감지
- angular button
- ApexChart
- TAILWIND
- 앵귤러 모달
- summary
- Oracle LISTAGG 사용 예시
- 검색
- 셀렉트박스 커스텀
- angular modal
- modal
- 앵귤러 애니메이션
- prisma
- angular animation
- 옵저버블
- flex-1
- Angular Router
- 모달
Archives
- Today
- Total
목록전자정부 컨트롤러 (1)
깜놀하는 해므찌로
Egov Spring Controller 파이차트 상세보기 컨트롤러 예시
/* 차트 클릭 시 상세보기 */ @SuppressWarnings("unchecked") @RequestMapping("/mgr/statistics/{proc}Point.do") public String eatPoint(@ModelAttribute("searchVO") Mgr0117VO searchVO, ModelMap model, @PathVariable String proc) throws Exception { /* 결과 값 저장 변수 */ ArrayList resultInfo = new ArrayList(); /* 날짜 값 셋팅 */ String year = DateUtils.getNowDate("yyyy"); searchVO.setSchEtc05(year + "." + searchVO.getSchE..
IT
2022. 7. 16. 11:07