일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 보조정렬
- Android
- JavaScript
- 공정능력
- es6
- Sqoop
- xPlatform
- SSL
- MSSQL
- Express
- vaadin
- Spring
- R
- Python
- IntelliJ
- react
- SPC
- table
- Kotlin
- Java
- hadoop
- Eclipse
- SQL
- GIT
- NPM
- tomcat
- window
- mybatis
- mapreduce
- plugin
- Today
- Total
목록전체 글 (649)
DBILITY
기관 보안 감사 시 불필요한 HTTP Method 제외 관련하여 security-constraint를 추가해도 모두 허용되고 있다는 보고서를 받을 수 있다. OPTIONS를 요청했을 때 다음과 같은 결과가 나온다. curl은 링크 참고 C:\curl -I -X OPTIONS localhost:8080 HTTP/1.1 200 OK Server: Apache-Coyote/1.1 Cache-Control: private Expires: Thu, 01 Jan 1970 00:00:00 GMT Allow: GET, HEAD, POST, PUT, DELETE, TRACE, OPTIONS, PATCH Content-Length: 0 Date: Wed, 25 Nov 2020 13:04:05 GMT springmvc 사용..
Compiler -> Build process heap size(Mbytes)에 설정
intellij vm options에 -Dfile.encoding=UTF-8 tomcat vm options에 -Dfile.encoding=UTF-8 -Duser.language=en -Duser.region=US message 다국어 설정이 되어 있는 경우 language를 맞춘다. en, ko.. tomcat start시 오류가 발생한다. springloaded hotswap -javaagent:경로\springloaded-1.2.8.RELEASE.jar -noverify
https://www.jetbrains.com/help/idea/minifying-javascript.html Minifying JavaScript | IntelliJ IDEA www.jetbrains.com https://www.jetbrains.com/help/idea/compressing-css.html Minifying CSS | IntelliJ IDEA www.jetbrains.com
https://www.webjars.org/ 위 사이트에서 필요한 library의 dependancy 확인 후 추가 dispatcher의 resource mapping을 설정 할 경우 webjars-locator.jar 가 POM에 있으면 404오류 발생. 둘 중 하나만 사용