Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
cmd 실행 후 서버 죽이기 본문
💻Bootcamp Self-Study Revision✨/Spring, Spring Boot, Java, SQL
cmd 실행 후 서버 죽이기
yjyuwisely 2023. 4. 10. 11:39cmd 실행 후 서버 죽이기
netstat -a -o
(network status all)
taskkill /f /pid PID번호
(process ID)
참고: https://websecurity.tistory.com/103
참고: https://devbirdfeet.tistory.com/36
728x90
반응형
'💻Bootcamp Self-Study Revision✨ > Spring, Spring Boot, Java, SQL' 카테고리의 다른 글
Java: Lombok의 어노테이션 (0) | 2023.04.10 |
---|---|
H2: 설치하고 실행해보기 (0) | 2023.04.10 |
Spring Boot: Mybtis Mapper.xml 만들기 (0) | 2023.04.10 |
Spring boot: Gradle cmd 써서 업데이트하기 (0) | 2023.04.09 |
Comments