반응형
- Pro Git 2/E ISBN 9788966261789 ( 8966261787 ) 발행(출시)일자 2016년 03월 30일 쪽수 515쪽 크기 188 * 240 * 26 mm / 1007 g 총권수 1권 시리즈명 Programming Insight 2023.01.16
- Git 교과서 ISBN 9791165210885 ( 1165210886 ) 발행(출시)일자 2020년 03월 16일 쪽수 432쪽 크기 184 * 236 * 22 mm / 770 g https://git.jiny.dev/ https://thebook.io/080212/ 2023.01.16
- Connect git repository via SSH from Windows to RaspberryPi RPI: create user and password sudo useradd git sudo passwd git RPI: visudo add last line this and save sudo visudo # add a line like this at bottom %git ALL=(ALL) NOPASSWD: ALL # as user 'git' su - git RPI: check VCS tool git installed and make repo root git --version git config -l mkdir git_repo cd git_repo mkdir first.git cd first.git git config --global init.defaultBranch main git init On Win.. 2023.01.14
- The Consumer Price Index (CPI) About CPI Index The Consumer Price Index (CPI) is a measure of the average change over time in the prices paid by urban consumers for a market basket of consumer goods and services. The U.S. Bureau of Labor Statistics (BLS) calculates and publishes the CPI for the United States. It is used to measure inflation and changes in purchasing trends. The CPI is also used to adjust certain government be.. 2023.01.12
- Intellij IDEA shortcuts Category Action Keys Editor Show intention actions and quick-fixes Alt + Enter Editor Generate Constructor, getter, Test Alt + Ins Editor Basic Code Completion Ctrl + Space Editor Smart Code Completion Ctrl + Shift + Space Editor Statement Completion Ctrl + Shift + Enter Editor Show Parameter Type Ctrl + P Editor Brief Info Ctrl + MouseOver Editor Show descriptions of error at caret Ctrl + F1 Ed.. 2023.01.11
반응형