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 |
Tags
- ffmpeg
- 시간대별 통계
- kill -9
- sql exception
- 시간대 테이블생성
- MySQL
- MFC
- CSS
- mybatis exception
- SQL
- 말줌임 CSS
- Activity 전체화면
- Back 키 클릭 감지
- 가변영역 스크롤
- group by
- rn
- c언어
- view 획득
- CentOS
- MariaDB
- 터치좌표 view
- 코드로 서버 재실행
- 스크롤적용
- 피쉬랜드
- 파티션 빠른 삭제
- springboot
- springboot 재가동
- reactnative
- pid 찾아 kill
- vc++
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