[Git]리눅스 centos ubuntu에 깃 저장소로 사용하기 1월 19, 2022 깃 설치하고 해당 경로에 폴더를 만든후git init --bare로 생성해주고안되면 이걸로 설정 변경git config --bool core.bare truegit remote add origin ssh://ddoongmause@103.244.111.217/(경로)/git/hihi 로 푸시~참조(감사합니다)https://sdr1982.tistory.com/267https://imitursa.tistory.com/3820 공유 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 태그 Git 공유 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 댓글
메이븐으로 라이브러리 인식 11월 24, 2020 간혹 퍼블릭 jar가 아닌 파일이 있는데 그럴때 쓰면 될듯 <dependency> <groupId> SimpleCryptLib </groupId> <artifactId> SimpleCryptLib </artifactId> <version> 1.1.0 </version> <scope> system </scope> <systemPath> ${basedir}/src/main/webapp/WEB-INF/lib/SimpleCryptLib-1.1.0.jar </systemPath> </dependency> version, scope, systemPath는 꼭 작성해야 한다 groupId, artifactId, version은 암거나 해도 되는거 같음 최근(2021.05.04)스프링 부트 < dependency > < groupId > NiceID </ groupId > < artifactId > NiceID </ artifactId > < version > 1.0 </ version > < scope > system </ scope > < systemPath > ${basedir}/src/main/resources/lib/NiceID.jar </ systemPath > </ dependency > 이걸 추가해주는것도 필요할지도..?? < build > < plugins > < plugin > < groupId > org.springframework.boot </ groupId > < artifactId > spring-bo... 자세한 내용 보기
mac 맥 맥북 Brew 완전 삭제 2월 04, 2021 맥북에서 Brew 초기화 Brew를 써서 h2를 쓰려고 하는데 brew install h2가 안되서 이리 저리 알아보다가 완전 삭제 후 다시 설치 하니까 되서 그 방법을 남겨놈 1. 터미널에 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall.sh)" 입력후 y랑 뭐 비번.. 2. /usr/local 폴더에서 Homebrew 폴더 삭제 rm -rf Homebrew/ 권한설정으로 잘.....삭제하고 3. 다시 설치 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" 좀 오래걸리니까 기다려야한다는걸 배움... 출처.... https://discourse.brew.sh/t/error-no-formulae-found-in-taps/8331/9 자세한 내용 보기
mac 맥 맥북 mySql 8버전 mysqldump 기본 설치 경로 6월 22, 2021 mySql8버전에서 기본 설치 경로 /usr/local/bin/mysqldump 자세한 내용 보기
댓글
댓글 쓰기