Notice
Link
- Today
- Total
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 | 31 |
Tags
- MFC
- 터치좌표 view
- ffmpeg
- 시간대 테이블생성
- 코드로 서버 재실행
- sql exception
- CSS
- reactnative
- kill -9
- springboot 재가동
- 가변영역 스크롤
- SQL
- pid 찾아 kill
- 말줌임 CSS
- c언어
- 파티션 빠른 삭제
- MySQL
- Activity 전체화면
- mybatis exception
- 스크롤적용
- vc++
- 피쉬랜드
- springboot
- group by
- Back 키 클릭 감지
- CentOS
- rn
- 시간대별 통계
- view 획득
- MariaDB
Archives
목록서비스 (1)
개발은 하는건가..
[linux] 서비스 명령어 모음
# 서비스 조회systemctl list-unit-files | grep '검색할 서비스명'# 서비스 시작systemctl start 서비스명.service# 서비스 중지systemctl stop 서비스명.service# 서비스 재시작systemctl restart 서비스명.service# 서비스 enable (부팅 시 자동 구동 설정)systemctl enable 서비스명.service# 서비스 disable (부팅 시 자동 구동 해제)systemctl disable 서비스명.service
Server, Maria DBMS
2024. 7. 9. 10:43