728x90

HTML 14

Python/JSP/R 이용한 맛집 프로젝트 - 4 (JSP 페이지 꾸미기)

2021/04/14(수) Python 파일병합 알고리즘 참고 https://cordingdoah.tistory.com/99 Python/R 이용한 맛집 프로젝트 - 3 (Python 파일 병합하기) 2021/04/14(수) Python 지도시각화 알고리즘 참고 https://cordingdoah.tistory.com/98 Python/R 이용한 맛집 프로젝트 - 2 (Python 지도 시각화) 2021/04/14(수) Python 크롤링 알고리즘 참고 https://cordingdoa.. cordingdoah.tistory.com 위에 게시물에서 html을 생성했고 이제 JSP를 활용해서 페이지를 꾸미고 웹페이지 답게 만들어 보도록 하겠다 메인이나 로그인,회원가입창 같은 경우 템플릿을 가져다가 원하는대로..

티스토리 코드블럭 테마 & 라인 넘버 설정(두 자리 수 따로 나오는 문제 해결)

2021/06/08(화) 코드블럭을 플러그인을 적용해서 만들 수 있지만 별로 안예뻐서 테마를 적용시키고 보기 쉽게 라인넘버를 설정해보도록 하겠다. 우선, 테마를 가져와보도록 하자 https://highlightjs.org/download/ Getting highlight.js Hosted A prebuilt version of highlight.js with 34 commonly used languages is hosted by following CDNs: cdnjs jsdelivr unpkg You can find the list of commonly used languages below in the custom download form. For other available styles look int..

자바스크립트 영상 처리 코딩

2021/03/24(화) 엠보싱 처리하는 메소드 - 2개의 사진중에 선택을 받아 선택한 사진을 엠보싱처리 3x3 영역으로 처리 inImageArray : 첫번째 사진이 저장되어 있는 배열 secondImageArray : 두번째 사진이 저장되어 있는 배열 //엠보싱 function embossImage() { if (inputSelectImage == 0) alert("사진을 선택해 주세요!"); //엠보싱 화소 영역 처리 var mask = [[-1., 0., 0.], [0., 0., 0.], [0., 0., 1.]]; if (inputSelectImage == 1) { //입시 입력 배열 tmpInputArray = new Array(inHeight + 2); // 2칸 큰 배열 for (var i ..

Visual Studio Code설치(HTML5사용)

2021/03/16(화) code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com 홈페이지 들어가기 windows x 64 stable을 설치 첫화면에서 왼쪽 5번째 아이콘 클릭 검색창에 korean으로 치고 첫번째 나..

728x90