location 홈페이지 설치 방법
1 . 톰켓 다운로드
https://tomcat.apache.org/download-90.cgi
Apache Tomcat® - Apache Tomcat 9 Software Downloads
Welcome to the Apache Tomcat® 9.x software download page. This page provides download links for obtaining the latest version of Tomcat 9.0.x software, as well as links to the archives of older releases. Unsure which version you need? Specification version
tomcat.apache.org
2. 자바 환경변수 설정
다운로드 경로 : https://www.oracle.com/java/technologies/downloads/
참조: https://itworldyo.tistory.com/12
자바 다운로드 및 설치, 환경설정 셋팅방법
[목차] - 자바(Java) 설치방법 - 자바(Java) 환경변수 설정 - 자바(Java) 설치확인방법 오늘부터 차근차근 자바(Java) 스프링 게시판 만들기를 시작할 것입니다. 먼저 자바 설치방법부터 알아보겠습니다
itworldyo.tistory.com
3. cmd 접속
D드라이브 이동 명령어 : D :
이동 : cd D:\apache-tomcat-9.0.70\bin
실행 : startup.bat
git hub 연동
1 참조: https://0ver-grow.tistory.com/888
[VSCODE] Visual studio code에서 git 허브와 연동하기 / git 허브 커밋하기
깃허브 연동하기 1. 깃허브와 연동하기 VSCODE에서 F1키 누르기 git clone 입력 Git : Clone 메뉴 선택 만약, git clone을 입력했음에도 No matching commands라고 뜬다면? git-scm.com/에서 깃허브를 설치해야된다.
0ver-grow.tistory.com
숙제
1. 게시물 등록 리스트에 파라미터 넘기기
2. 게시물에 비번에 맞게 게시판 등록하기
공부 내용
- null , 0은 다름
- const 상수 변수 지정시 error
- javaScript String 은 let
java String은 String
jsp 중 java : <% %>
script <script></script>
질문내용
1. main_jsp 앞부분은 기본적인 틀이 존재하는 건가?
2. main()가 work/board/main_jsp.java의 _jspService가 맞는지
3. work/board/main_jsp.java 와 webapps/web/main.jsp의 차이 및
4. "totalCount의 속성이 어디 있는지 "
https://www.w3schools.com/jsref/met_element_getattribute.asp
HTML DOM Element getAttribute() Method
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
5.
board
MBC
질문사항
totoalcount의 MainController.java 위치 가 어디있는지 여쭈어 보기
board
l