일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- SPC
- vaadin
- mybatis
- 공정능력
- Express
- GIT
- Eclipse
- Spring
- JavaScript
- Kotlin
- R
- window
- SSL
- es6
- Python
- xPlatform
- 보조정렬
- Java
- MSSQL
- hadoop
- Android
- plugin
- IntelliJ
- Sqoop
- tomcat
- SQL
- NPM
- react
- mapreduce
- table
- Today
- Total
목록2018/06/15 (2)
DBILITY
그냥 책을 보지 않고 해 봤다. 7.6.5로 버전을 내렸고, 나름 시간을 많이 보냈는데, vaadin의 연동방식을 익히는 중이랄까... 갑자기 4GL IDE에서 작업하는 느낌이다. DCEVM 또는 JRebel 없이 vaadin작업은 힘들 것 같다. Designer license를 구입하고 나면 타이핑하는 양이 많이 줄겠지? package com.vseminar.vaadin_seminar2; import javax.servlet.annotation.WebServlet; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.vaadin.annotations.Theme; import com.vaadin.annotations.VaadinServ..
책을 안 보고 프로젝트 생성 후 책에서 본걸 그냥 해보다가 CustomValidator가 필요하게 되어 그냥 해봤다. 대/소문자 /숫자/특수문자 각 최소 1개, 8자 이상을 적용했고, EmailValidator를 보고 베겼다. package com.vseminar.vaadin_seminar.util; import com.vaadin.data.validator.RegexpValidator; /** * * Description * * * @author hyperrookie@gmail.com * * @version 1.0.0 * @date 2018. 6. 15. *======================================================================= * Date Nam..