일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 데이터베이스
- table
- restapi
- GIT
- javascript
- jdk
- 자바스크립트
- JS
- Vue
- 스프링부트
- springboot
- reactjs
- 자바
- 쿼리
- Spring
- 보안취약점
- EXTJS
- 개발공부
- java
- Intellij
- component
- DATABASE
- mssql
- 개발
- sql
- React
- 컴포넌트
- 리액트
- 스프링
- crud
- Today
- Total
목록분류 전체보기 (146)
준준의 기록일지
참고용으로 퍼왔다. 가장 많이 쓰이는 경우는 웹 어플리케이션에서의 파일 다운로드, 아마도 그 다음이 소켓통신(헤더를 읽어들이거나 생성할 때) 같은 경우 이때 인코딩/디코딩 작업이 필요한데 디코드 시 바이트들을 깨뜨리지 않고 문자열로 얻고 싶다면 '8859_x'을 쓰는 것이 현명한 방책이라 한다. 자세한 정보는 아래 출처! 출처 : https://blog.naver.com/anabaral/130043451093https://blog.naver.com/anabaral/130043451093
출처 : https://crosstheline.tistory.com/89 @SuppressWarnings("") : 자바에서 노란색으로 경고를 띄우는 것을 막는 역할을 한다. -> 컴파일 경고를 무시함. @SuppressWarnings("all") : 모든 경고를 억제 @SuppressWarnings("cast") : 캐스트 연산자 관련 경고 억제 @SuppressWarnings("dep-ann") : 사용하지 말아야 할 주석 관련 경고 억제 @SuppressWarnings("fallthrough") : switch문에서의 break 누락 관련 경고 억제 @SuppressWarnings("finally") : 반환하지 않는 finally 블럭 관련 경고 억제 @SuppressWarnings("null")..
출처 : https://finerss.tistory.com/entry/%EC%84%9C%EB%B8%94%EB%A6%BF-%EB%A7%A4%ED%95%91-%EB%B0%B0%ED%8F%AC-%EC%84%9C%EC%88%A0%EC%9E%90DD-Deployment-Descriptor 서블릿 매핑, 배포 서술자(DD, Deployment Descriptor) 컨테이너는 클라이언트가 날린 요청에 들어 있는 URL을 가지고 어떤 서블릿인지 찾아낸다. URL과 서블릿을 매핑하는 방법은 개발자가 이를 어떻게 설정하는가에 따라 달라진다. 서블릿은 세가지 finerss.tistory.com 따라 작성하면서 이해도를 높이기. 컨테이너는 클라이언트가 날린 요청에 들어 있는 URL을 가지고 어떤 서블릿인지 찾아낸다. URL과..
[에러 목록] org.apache.maven.plugins:maven-clean-plugin:2.5an error has occured. see the log file plugin org.apache.maven.plugins:maven-clean-plugin:2.5 or one of its dependencies could not be resolved:failed to read artifact descriptor for org.apache.maven.plugins:maven-clean-plugin:jar:2.5: could not transfer artifact org.apache.maven.plugins:maven-clean-plugin:pom:2.5 from/to central(https://repo..