Skip to content

VaxiilBlog

  • 글모음
Main Menu
Uncategorized

Nginx 기본 설정 내용

2023-07-102023-07-10 - by vaxiil - Leave a Comment

## # 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
Uncategorized

Git 요약 정리

2023-07-10 - by vaxiil - Leave a Comment

== 설치 == * Download * 설치 * 사용자 등록 git config –global user.name “사용자이름” git config –global user.email “이메일주소” * 사용자 확인 git config –list

Git 요약 정리 Read More
Uncategorized

Java 요약 정리

2023-07-102023-07-10 - by vaxiil - Leave a Comment

== JDK설치 == === Windows === * JDK Download * JDK 설치 * 시스템 변수 등록 : JAVA_HOME : JDK 설치 경로 * PATH 추가 : %JAVA_HOME%\bin === Ubuntu === …

Java 요약 정리 Read More
Uncategorized

Python 요약 정리

2023-07-10 - by vaxiil - Leave a Comment

PIP 재설치 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
Uncategorized

MySQL 요약정리

2023-07-10 - by vaxiil - Leave a Comment

== DDL == === Database 삭제 === DROP DATABASE DATABASE이름; === Backup, Restore === mysqldump -u root -p 백업할DB이름 > 저장할파일명.sql mysql -u root -p 복원할DB이름 < 백업파일명.sql == DML …

MySQL 요약정리 Read More
Uncategorized

Tomcat 요약정리

2023-07-10 - by vaxiil - Leave a Comment

Ubuntu에서 Tomcat 설치경로 HOME : /usr/share/tomcat9 CONF : /etc/tomcat9 LOG : /var/log/tomcat9 ROOT : /var/lib/tomcat9

Tomcat 요약정리 Read More
Uncategorized

영어공부법 요약

2023-07-102023-07-10 - by vaxiil - Leave a Comment

일반론 가급적 영어를 쓰는 환경에 노출되도록 한다. 듣기 말하기 읽기 쓰기를 동시에 한다. 상호 시너지 효과. 말할수 있는 만큼만 들린다. 발음공부부터 확실히 한다. 특정 발음시 혀의 위치, 입술의 모양을 설명할 …

영어공부법 요약 Read More
Uncategorized

Docker 요약

2023-07-102023-07-15 - by vaxiil - 1 Comment

설치 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 More
주식

영어 주식 용어 정리

2021-03-112022-04-05 - by vaxiil - Leave a Comment

yahoo! finance 용어 정리 ttm = Trailing Twelve Months = 최근 12개월 mrq = Most Recent Quarter = 최근 분기 Previous Close =  전일 종가 Open = 시작가 Bid = …

영어 주식 용어 정리 Read More
주식

저평가 종목을 고르는 방법

2021-03-072022-04-05 - by vaxiil - Leave a Comment

ROE : 자기자본이익율 ROE = (당기순이익 / 평균 자기자본) * 100 ROE가 높다 = 당기순이익이 높다 = 기업의 가치가 높다 = 주가상승 최소한 은행이자율보다는 높아야 함. 5%이상 = 적정. 10%이상 …

저평가 종목을 고르는 방법 Read More

Posts navigation

1 2 Next
  • Link (0)
  • Programming (4)
    • Database (0)
    • Programming Language (0)
    • Programming Tools (0)
    • Server (4)
  • Uncategorized (11)
  • Wiki (3)
  • 작업이력 (2)
  • 주식 (2)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2023 VaxiilBlog.
Powered by WordPress and HitMag.