일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Java
- react
- SPC
- GIT
- xPlatform
- plugin
- 보조정렬
- R
- vaadin
- IntelliJ
- 공정능력
- table
- es6
- Spring
- SQL
- Eclipse
- MSSQL
- JavaScript
- mapreduce
- Python
- hadoop
- tomcat
- NPM
- mybatis
- Sqoop
- SSL
- Kotlin
- Android
- Express
- window
- Today
- Total
목록2021/05/12 (2)
DBILITY

HTML5 Websocket은 양방향, Server Sent Event는 단방향(Server -> Client)을 지원한다. 완성된 코드로 볼 수 없으나 동작함. web.xml의 filter와 servlet(3.0이상)설정에 async-supported 추가 필요함 ws encodingFilter org.springframework.web.filter.CharacterEncodingFilter true encoding UTF-8 forceEncoding true encodingFilter /* contextConfigLocation classpath*:spring/context-*.xml org.springframework.web.context.ContextLoaderListener dispatcherS..
기능을 테스트하며 기록을 남긴다. back-end는 spring 4.3.9.RELEASE를 사용했다. commons-fileupload를 사용하기 위해 pom에 dependency 추가 commons-fileupload commons-fileupload 1.2.2 commons-io commons-io 2.6 spring dispatcer설정(xml방식)에 CommonsMultipartResolver를 추가 테스트용 Controller를 추가하고 RequestMapping 처리 @RequestMapping(value = "/upload", method = RequestMethod.POST) @ResponseBody public String upload(@RequestParam("mediaFile") Li..