VMWare Player를 예로 설명합니다.시작메뉴 오른쪽 마우스 버튼으로 클릭"Windows PowerShell(Admin)" 클릭command prompt 에서, "control appwiz.cpl" 입력예전 버전의 uninstall screen이 열림 리스트에서
해당 패치파일 날짜 기준 db 히스토리 확인 및 첨부 필요프로젝트 받고 메이븐 업데이트 후에 패치파일 말기 시작하기
UML 다이어그램이 아닌것은? 절차다이어그램 -> 없음시퀀스/ 액티비티/ 클래스 다이어그램은 있음.UML 다이어그램 중 시스템 내 클래스의 정적구조를 나타내는 것은?CLASS DIAGRAM -> 정적다이어그램클래스 다이어그램의 요소로 다음 설명에 해당하는 용어는?클래스
아까 이용한 curl 을 이용해서 해당 ssh 를 이용해 http 통신을 해보자.https://jjeongil.tistory.com/2024
현재 외부망 주소를 확인하기 위해서 찾는방법 2가지 1\. cmd nslookup myip.opendns.com resolver1.opendns.com2\. https://www.findip.kr/ -> 권한 없는 응답 address 주소가 외부 ip 주소
chmod +x backup 명령어로 backup 파일에 실행할수 있는 권한을 준다. (+x는 executable 뜻이다)다시 ls -l 명령어로 확인해보면 backup 파일 앞에 실행가능한 권한인 x가 표시된 것을 확인할 수 있다.기존ls -l로 확인해보면 backu
package hello.hellospring.repository;import hello.hellospring.domain.Member;import java.util.\*;public class MemoryMemberRepository implements Member
MVC와 템플릿 엔진MVC: Model, View, ControllerControllerView \--> http://localhost:8080/hello-mvc?name=spring\~~ name 값에 넘겨주는 파라미터에 따라 ${name} 값이 바뀐다
정적컨텐츠By default, Spring Boot serves static content from a directory called /static (or /public or /resources or /META-INF/resources) in the classpath
1강. 소프트웨어 설계버전확인 -> uname -a ls -> 디렉토리 목록볼때 쓰임cat -> 합칠때pwd -> 지금 위치포트할당, 클라이언트의 통신 요청시 클라이언트와 연결하는 내외부 송수신 연계기술?포트할당 -> 소켓 기술ssh 포트->22번포트 -> 집(ip)의
데이터 흐름도 - DFD(Data Flow Diagram)의 개념데이터 흐름도 - DFD(Data Flow Diagram)의 구성요소