공부/Web
-
Spring Boot 초기 세팅공부/Web 2024. 5. 28. 13:04
MySQL설치 시, 옵션을 Authentication Method를 Use Legacy Authentication Method 로 설정포트 충돌 시 -> 타 포트 설정https://dev.mysql.com/downloads/installer/ MySQL :: Download MySQL InstallerNote: MySQL 8.0 is the final series with MySQL Installer. As of MySQL 8.1, use a MySQL product's MSI or Zip archive for installation. MySQL Server 8.1 and higher also bundle MySQL Configurator, a tool that helps configure MySQL S..
-
[HTML] html/css 카드공부/Web 2021. 9. 22. 18:30
https://www.creativosonline.org/ko/31-%EA%B0%9C%EC%9D%98-%EB%AC%B4%EB%A3%8C-%EC%B9%B4%EB%93%9C-HTML-CSS-%EB%B8%94%EB%A1%9C%EA%B7%B8-%EC%A0%84%EC%9E%90-%EC%83%81%EA%B1%B0%EB%9E%98-%EB%8D%94%EB%B3%B4%EA%B8%B0.html 전자 상거래, 블로그 등을위한 모든 종류의 27 가지 HTML 및 CSS 카드 이러한 HTML 및 CSS 카드는 전자 상거래 또는 블로그에 통합 할 수있는 다른 특성을 가지고 있으므로 경쟁 업체와 차별화됩니다. www.creativosonline.org 나중을 위해..
-
웹 머터리얼 디자인공부/Web 2021. 9. 21. 15:10
https://getmdl.io/components/index.html#dialog-section Material Design Lite Tooltips Useful information on hover. Introduction The Material Design Lite (MDL) tooltip component is an enhanced version of the standard HTML tooltip as produced by the title attribute. A tooltip consists of text and/or an image that clearly communicates getmdl.io
-
[Html/CSS/Javascript] 이미지 슬라이드공부/Web 2021. 9. 21. 14:25
영상 : https://www.youtube.com/watch?v=N0FwZospisc 심심해서 웹 사이트를 만들다가 하나쯤 넣어볼까 해서 위 영상을 참고해서 만들었다. - 코드 HTML CSS body{ margin : 0; padding : 0; height : 500px; display : flex; justify-content : center; align-items : center; background : white; } .slider{ width: 800px; height: 500px; border-radius : 10px; overflow : hidden; } .slides{ width : 500%; height : 500px; display : flex; } .slides input{ dis..