Web/etc

· Web/etc
1) init- param 해당 파라미터 값은 지정해준 서블릿 내에서만 쓸 수 있는 값 특정 서블릿에서만 사용가능 ServletConfig API의 getinitParameter(args)를 이용하여 불러 올 수 있다. 2) context -param context-param은 init-param 그 이상으로 전역 즉 모든 서블릿에서 사용할 수 있는 파라미터 값 모든 서블릿 사용 가능 SerlvetContext API의 getinitParamter(args)를 이용하여 불러올 수 있다.
· Web/etc
RSS를 이번에 처음으로 접하고 개발해보게 되었다.. 도대체 이게 뭐람.. 그래서 여기저기 찾으면서 맨땅에 헤딩으로 개발 시작. 개발하면서 참조한 링크들을 정리할 겸 글 작성 RSS 란? 블로그처럼 컨텐츠 업데이트가 자주 일어나는 웹사이트에서, 업데이트된 정보를 쉽게 구독자들에게 제공하기 위해 XML을 기초로 만들어진 데이터 형식입니다. RSS서비스를 이용하면 업데이트된 정보를 찾기 위해 홈페이지에 일일이 방문하지 않아도 업데이트 될 때마다 빠르고 편리하게 확인할 수 있습니다. RSS 포멧 설명 아래 작성자분이 알기 쉽게 정리를 잘해 줌 https://tapito.tistory.com/444 RSS 2.0 XML 포맷에 대한 설명 RSS 2.0 Specification 'rss' Element RSS 2..
· Web/etc
프로젝트 중 관리자 페이지를 만들어야 해서 Chart로 한눈에 표기하고자 chart.js를 사용했다 https://www.chartjs.org/ Chart.js Simple yet flexible JavaScript charting library for the modern web www.chartjs.org
· Web/etc
https://sweetalert2.github.io/ SweetAlert2 A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes sweetalert2.github.io
· Web/etc
http://paulrose.com/bootstrap-select-sass/
· Web/etc
https://datatables.net/ DataTables | Table plug-in for jQuery DataTables Table plug-in for jQuery Advanced tables, instantly DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, built upon the foundations of progressive enhancement, that adds all of these advanced features to any H datatables.net
· Web/etc
https://freefrontend.com/bootstrap-search-boxes/ 26 Bootstrap Search Boxes Collection of free Bootstrap search bar, box and form code examples. Update of September 2020 collection. 16 new items. freefrontend.com
· Web/etc
https://pixabay.com/api/docs/ Pixabay API Documentation lang str Language code of the language to be searched in. Accepted values: cs, da, de, en, es, fr, id, it, hu, nl, no, pl, pt, ro, sk, fi, sv, tr, vi, th, bg, ru, el, ja, ko, zh Default: "en" category str Filter results by category. Accepted values: backgr pixabay.com 사용 관련 주소 내가 원하는 정확한 사진을 가져오는 느낌은 아니었.. 명확한 키워드가 들어가면 좀 더 정확한 사진을 가져오기는 함
· Web/etc
https://github.com/habibmhamadi/multi-select-tag GitHub - habibmhamadi/multi-select-tag Contribute to habibmhamadi/multi-select-tag development by creating an account on GitHub. github.com 프로젝트를 하다가 관심 키워드를 위 방식처럼 만들고 싶어서 찾다가 발견한 유용한 깃 주소
· Web/etc
https://summernote.org/ Summernote - Super Simple WYSIWYG editor Super Simple WYSIWYG Editor on Bootstrap Summernote is a JavaScript library that helps you create WYSIWYG editors online. summernote.org 사용법 https://summernote.org/examples/#example Summernote - Super Simple WYSIWYG editor Super Simple WYSIWYG Editor on Bootstrap Summernote is a JavaScript library that helps you create WYSIWYG edit..