일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- github token
- Visual Studio Code
- visualstudio code
- import data
- error 해결
- Python
- MySQL
- console창
- error
- DataGrip
- 데이터베이스
- clone
- php
- 따옴표 삭제
- localhost
- database
- 깃 토큰
- 오류
- run sql script
- 단축키
- vscode
- OrCAD 다운로드
- csv
- cmd
- jupyter
- 에러
- 파이썬
- 클론
- PHPStorm
- github clone
Archives
- Today
- Total
개발 노트
tomcat 삭제 후 재설치 시 생기는 오류 : a service with the given service name is already install on this machine 본문
기타 팁
tomcat 삭제 후 재설치 시 생기는 오류 : a service with the given service name is already install on this machine
hayoung.dev 2022. 8. 25. 00:50a service with the given service name is already install on this machine
오류가 뜨는 경우
이름이 중복됐다는 것이 문제이므로 cmd창을 관리자 권한으로 실행 후 하단 입력
D:\>sc.exe delete tomcat9
[SC] DeleteService 성공
반응형