일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 웹 커리큘럼
- Spring Framework
- reactive
- ipTIME
- 웹 스터디
- Spring Batch
- reactor core
- 공유기 서버
- 서버운영
- 웹앱
- reactor
- spring reactive
- Today
- Total
목록jQuery/PlugIn (2)
Hello World
얼마전 Hibernate Tools 을 통해서 쿼리 -> Domain 변환에 대해서 설명했습니다. https://gs.saro.me/#!m=elec&jn=805 하지만 결과가 별로 마음에 들지 않았습니다. 직접 쿼리문을 domain과 리포지토리로 바꿔 줄 수 있는 것을 생각하던 중 자바스크립트로 처리해서 zip으로 내려받으면 어떨까 싶어서 찾아보던중 js zip 이라는 것을 알게되었습니다. JSZip 아래사이트에서 download JSZip 을 눌러 다운로드받습니다. dist -> jszip.js http://stuk.github.io/jszip/ 예제 다만 이렇게 할경우 파일 이름을 지정할 수 없으니 FileSaver.js를 사용하라고 나옵니다. - http://stuk.github.io/jszip/d..
ui-state-default defaultui-state-hover mouse hoverui-state-focus 초점이 맞춰진 상태ui-state-active 활성화 상태ui-state-highlight 강조 표시ui-state-error 에러ui-state-error-text 글자만 에러 표시ui-state-disabled 사용할 수 없는 상태ui-helper-hidden 보이지 않게 만듦(display 속성 조작)ui-helper-hidden-accessible 보이지 않게 만듦(clip 속성 조작)ui-helper-reset 스타일 초기화(margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none, f..