Nginx 기본 설정 내용
## # You should look at the following URL’s in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. …
Nginx 기본 설정 내용 Read More## # You should look at the following URL’s in order to grasp a solid understanding # of Nginx configuration files in order to fully unleash the power of Nginx. …
Nginx 기본 설정 내용 Read More== 설치 == * Download * 설치 * 사용자 등록 git config –global user.name “사용자이름” git config –global user.email “이메일주소” * 사용자 확인 git config –list
Git 요약 정리 Read More== JDK설치 == === Windows === * JDK Download * JDK 설치 * 시스템 변수 등록 : JAVA_HOME : JDK 설치 경로 * PATH 추가 : %JAVA_HOME%\bin === Ubuntu === …
Java 요약 정리 Read MorePIP 재설치 sudo apt remove –purge python-pip sudo apt remove python3-pip wget https://bootstrap.pypa.io/get-pip.py sudo python3 get-pip.py
Python 요약 정리 Read More== DDL == === Database 삭제 === DROP DATABASE DATABASE이름; === Backup, Restore === mysqldump -u root -p 백업할DB이름 > 저장할파일명.sql mysql -u root -p 복원할DB이름 < 백업파일명.sql == DML …
MySQL 요약정리 Read MoreUbuntu에서 Tomcat 설치경로 HOME : /usr/share/tomcat9 CONF : /etc/tomcat9 LOG : /var/log/tomcat9 ROOT : /var/lib/tomcat9
Tomcat 요약정리 Read More일반론 가급적 영어를 쓰는 환경에 노출되도록 한다. 듣기 말하기 읽기 쓰기를 동시에 한다. 상호 시너지 효과. 말할수 있는 만큼만 들린다. 발음공부부터 확실히 한다. 특정 발음시 혀의 위치, 입술의 모양을 설명할 …
영어공부법 요약 Read More설치 OS Update 확인 sudo apt update sudo apt upgrade -y 필요 패키지 설치 sudo apt install -y ca-certificates curl software-properties-common apt-transport-https gnupg lsb-release GPG Key 추가 sudo mkdir -p …
Docker 요약 Read MoreLearn WPF MVVM – XAML, C# and the MVVM pattern 2장 정리 WPF이전 Windows Forms의 단점이다. 직관적이지 못하고 칙칙하고 구린 UI(이건 Framework의 문제라기 보다는 그냥 디자인에 신경을 안쓴거 아닌가???)외관 및 …
Learn WPF MVVM_2장_왜 WPF인가? Read MoreVisual Studio 2010 기준이다. File -> New -> Project Other Languages -> Visual C++ -> Win32 Console Application 선택 프로젝트명과 프로젝트 경로는 원하는대로 적절히 지정한다. Create diriectory for solution 체크하면 …
윤성우_열혈 C 프로그래밍_2장_프로그램의 기본구성 Read More