전체 글
-
java단 pdf파일 jpg변환spring framework 2021. 6. 14. 15:00
먼저 pdfbox 라이브러리를 사용하기때문에 해당 라이브러리를 import시켜준다 추가방식 1)라이브러리다운로드 https://pdfbox.apache.org/download.html Apache PDFBox | Download Download Latest Releases The Apache PDFBox community provides feature and bugfix releases. Release candidate for PDFBox 3.0.0 — 3.0.0-RC1 Feature release for PDFBox 2.0.x — 2.0.24 Bugfix release for PDFBox 1.8.x — 1.8.16 Feature release of JBIG2 Imag pdfbox.apache.org 2..
-
-
최신 jquery cdnjquery 2021. 6. 7. 18:48
" target="_blank" rel="noopener">http://code.jquery.com/jquery-latest.min.js"> cdn 공식 사이트 https://code.jquery.com/ jQuery CDN The integrity and crossorigin attributes are used for Subresource Integrity (SRI) checking. This allows browsers to ensure that resources hosted on third-party servers have not been tampered with. Use of SRI is recommended as a best-practice, whenever libr code.jquery.com
-
positioncss 2021. 6. 7. 16:41
1.static static은 초기값으로 위치를 지정하지 않을때와 똑같다 즉 위치를 변경시켜도 변경되지않는다. one two three 2.relative(이동을 시킬꺼면 relative) 위치를 계산할 때 static의 원래 위치부터 계산합니다. 즉 어떠한 위치변화에도 관여없이 그냥 기본값에서 작성된 px만큼만 이동한다. one two three absolute 가장 가까운 상위 요소를 기준으로 위치가 결정됨 fixed(화면에 고정된 위치 절대안변함) 상위요소의 영향을 받지 않고 위치를 결정함 웹페이지에서 항상 따라다니는 광고나 공지를 설정할때 이 속성을 사용함