- 테이블 내 데이터 타입 조회 SELECT table_name, column_name, DATA_TYPE, COLUMN_TYPE , column_comment FROM information_schema.columns WHERE table_schema = '스키마명'; SELECT table_name, column_name, DATA_TYPE, COLUMN_TYPE , column_comment FROM information_schema.columns WHERE table_schema = '스키마명' and DATA_TYPE in ('tinyint', 'TINYINT'); - Procedure, Function 내의 문자조회 SELECT ROUTINE_SCHEMA, ROUTINE_NAME FROM inf..
JAVA @ApiOperation(value="엑셀 다운로드", notes="엑셀다운로드") @GetMapping("/excelDownload") public ResponseEntity selectItemListExcelDownload(HttpServletRequest request, ItemListReqDto itemListReqDto) { long beforeTime = System.currentTimeMillis(); log.info("엑셀 쿼리 조회 시작 : "+beforeTime); List itemList = new ArrayList(); itemList = service.selectItemListExcelDownload(itemListReqDto); long afterTime = System..
JAVASCRIPT snake_case to camelCase 변경 방법 let text = "test_test"; text = text.toLowerCase().trim().split(/[.\-_\s]/g).reduce((text, word) => text + word[0].toUpperCase() + word.slice(1)) console.log(text) // testTest 끗ㅈㄷㄱ!@#
DOCKER COMPOSE jmeter-grafana-influxdb 부하테스트 방법 아래 폴더 압출 풀기 cmd 창 열고 해당 위치로 감 docker-compose -f docker-compose.yml up 해당 코드 치면 됨 잘 올라가면 http://localhost:3000/ (grafana) 로 들어가서 확인하기 jmeter-grafana-influxdb-master\properties 1. default_test_plan.jmx 파일 수정 - jmeter로 해당 plan 수정하기 - HTTP Request 추가하여 원하는 api 호출하기 2. user.properties 파일 수정 - summariser.influx.application = 어플리케이션명(grafana dashboard 표시됨..
JAVASCRIPT SQL Injection 텍스트 체크 코드 // 아이디 배열로 체크 function checkSqlTextByElIdArray(elIdArray){ for (let i = 0; i < elIdArray.length; i++){ if (validateSqlInjection($("#"+elIdArray[i]).val()) === false){ return false; break; } else { return true; } } /* 사용시 if ( !checkSqlTextByElIdArray(["title", "brandName"]) ){ return false; } */ } // formData 값 체크 function checkSqlTextByFormData(formData){ for ..
- Git 실행취소, 되돌리기 $ git reflog $ git reset --hard HEAD{num} git reflog - 모든 히스토리 git reset --hard HEAD{num} - 해당 커밋으로 되돌리기 - Git 되돌리기 후 push 까지 $git reflog $git reset --hard HEAD{12} git reset HEAD^ git push -f origin test - 커밋 메세지 변경 $ git fetch --all $ git reset --hard origin/ git commit --amend -m "바꿀 메시지" - 원하는 커밋만 다른 브랜치에 적용하기 $ git cherry-pick 99daed2 - 최근 commit 취소 후 origin push $ git rese..
General : 일반적인 단축키 Alt + #[0-9] : 각 단축키에 해당하는 도구창 열기 Ctrl + S : 모두 저장 Ctrl + Shift + F12 : 편집기(Editor) 영역을 최대로 크기로 토글 Ctrl + Shift + I : 현재 프로필 기준으로 현재 파일 검사 Ctrl + Alt + S : 설정창(Settings) 열기 Ctrl + Alt + Shift + S : 프로젝트 구조창(Project Structure) 열기 Double Shift : 전체 검색창 열기 Debugging : 디버깅 관련 단축키 F8 : 현재 브레이크된 라인에서 다음 라인으로 이동 F7 : 현재 브레이크된 라인에서 실행하고 있는 메소드로 이동 Shift + F8 : 브레이크된 라인에서 호출한 곳으로 이동 Al..
크롬 json data 조회 시 JSON Viewer https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh?hl=ko JSON Viewer The most beautiful and customizable JSON/JSONP highlighter that your eyes have ever seen. Open source at https://goo.gl/fmphc7 chrome.google.com 끗14513112313
혹은 해당 버튼으로 시작 JMeter 설치 및 사용방법 1. JMter 설치 1-1. 다운로드 URL : https://jmeter.apache.org/download_jmeter.cgi Apache JMeter - Download Apache JMeter Download Apache JMeter We recommend you use a mirror to download our release builds, but you must verify the integrity of the downloaded files using signatures downloaded from our main distribution directories. Recent releases (48 hours) may not yet be a..
- Total
- Today
- Yesterday
- Docker
- 군산 게스트하우스
- 군산 여행
- 전국 일주 여행
- 나래바이크
- 국제반점
- kendo grid
- 보성 여행
- 송내역 룸카페
- 윈드스크린
- vscode
- 영광 여행
- 베스파LX
- 송내 카페
- 스쿠터 전국 일주
- 돌장갑
- 남자 혼자 국내 여행
- 고흥 여행
- 초원사진관
- 인터바이크
- 은파호수공원
- 스쿠터 여행
- 송내역 카페
- 담양 여행
- 리니지m
- 제주도 스쿠터 여행
- 오라클 DB 링크
- 군산 가볼만한곳
- 송내 룸카페
- 남자 혼자 여행
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |