본문 바로가기

두두의 IT

(172)
H2 DB 사용하기 1. https://www.h2database.com/html/main.html H2 Database Engine H2 Database Engine Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API Embedded and server modes; in-memory databases Browser based Console application Small footprint: around 2.5 MB jar file size Supp www.h2database.com 2. 3. 압축 풀기 4. 5. 6. C:\Users\사용자에 test.mv.db 파일 생긴것을 확인 7. 파일로 접..
CentOS (putty)에 mariaDB 설치하기 1. putty 또는 CentOS에 접속 > mariadb 설치 > mariadb 시작 > mariadb 자동 실행 # yum install mariadb-server -y#설치 # systemctl status mariadb#상태확인 # systemctl start mariadb#중지되어있으므로 시작 # systemctl status mariadb#시작된 것을 확인 # systemctl enable mariadb#자동실행 설정
IntelliJ를 활용한 스프링 부트 프로젝트 환경설정 1. h2 데이터베이스 1.4.200 버전 다운로드 https://www.h2database.com/html/download-archive.html Archive Downloads www.h2database.com 2. java 11 버전. exe 다운로드 https://www.oracle.com/java/technologies/downloads/#java11 3. 자바 Path 설정. 아래 블로그에서 8 -> 11로 생각하고 해야 됩니다! https://jyj98020.tistory.com/94 3. IntelliJ 다운로드 https://www.jetbrains.com/ko-kr/idea/download/#section=windows 다운로드 IntelliJ IDEA: 우수성과 인체 공학이 담긴 Je..
Django의 Sqlite3 보는 방법 1. https://sqlitebrowser.org/dl/ Downloads - DB Browser for SQLite (Please consider sponsoring us on Patreon 😄) Windows Our latest release (3.12.2) for Windows: Windows PortableApp Note - If for any reason the standard Windows release does not work (e.g. gives an error), try a nightly build (below). Nightly builds ofte sqlitebrowser.org 2. 3. 4. 5. 6.
VSCode에 django 설치하고 Git 연결하기 (CentOS) 0. 준비 작업 https://jyj98020.tistory.com/114 Git과 CentOS(putty)에 ssh 공유하기 0-1. CentOS와 putty 설치하기 https://jyj98020.tistory.com/102?category=1015393 네트워크 설정" data-og-description="Virtual Box 홈페이지 접속 > Windows hosts > 다운로드 > 설.." data-og-host="jyj98020.. jyj98020.tistory.com 1. VSCode 설치하고 열기 + vscode에 python install 하기!! https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Vis..
Git과 CentOS(putty)에 ssh 공유하기 0-1. CentOS와 putty 설치하기 https://jyj98020.tistory.com/102?category=1015393 가상머신에서 Anaconda 설치 후 Jupyter 사용하기 (Putty 이용) 0. 가상 머신 환경 구축하는 방법은 아래 글을 참고하세요 :) https://jyj98020.tistory.com/101 CentOS 설치 > 네트워크 설정" data-og-description="Virtual Box 홈페이지 접속 > Windows hosts > 다운로드 > 설.. jyj98020.tistory.com 0-2. Git 설치하기 https://git-scm.com/downloads Git - Downloads Downloads macOS Windows Linux/Unix Old..
[머신러닝4] 실전연습/KNN 알고리즘으로 z-score 구하기 In [1]: from IPython.core.display import display, HTML display(HTML("")) In [126]: import pandas as pd from sklearn.neighbors import KNeighborsClassifier from sklearn.model_selection import train_test_split import numpy as np In [127]: df = pd.read_csv("./wine.csv") In [128]: df Out[128]: fixed acidity volatile acidity citric acid residual sugar chlorides free sulfur dioxide total sulfur dioxide..
Github Readme 꾸밀 때 참고할만한 사이트 아이콘 https://simpleicons.org/ Simple Icons 2219 Free SVG icons for popular brands. simpleicons.org 이름 소개 https://github.com/kyechan99/capsule-render#how-to-use GitHub - kyechan99/capsule-render: Dynamic Coloful Image Render :rainbow: Dynamic Coloful Image Render. Contribute to kyechan99/capsule-render development by creating an account on GitHub. github.com

LIST