Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 마이크로 서비스
- JPA
- 리눅스
- git
- multipart테스트
- #docker compose
- intellij 핵심 단축키
- vue.js
- @TransactionalEventListener
- @Transactional Propagation
- findTopBy
- 자바 ORM 표준 JPA 프로그래밍 정리
- 리팩토링 2판
- IntelliJ
- intellij favorites
- HandlerMethodArgumentResolver
- 백명석님
- intellij 즐겨찾기
- 자바 ORM 표준 JPA 프로그래밍
- CompletableFuture
- 원격 브랜 삭제
- aws
- ksql
- java
- Stream
- Spring Cloud Netflix
- Linux
- ksqldb
- 친절한 SQL 튜닝
- javascript case
Archives
- Today
- Total
목록커맨드라인 삭제 (1)
시그마 삽질==six 시그마
mac 터미널 명령어
You can use ctrl+U to delete before Cursor You can use ctrl+K to delete after Cursor You can use ctrl+W to delete just a word. You can also use ctrl+C to cancel. ctrl+ U 라인삭제 You can also use ctrl+A to go to the beginning of the line. ctrl+ a 맨 앞으로 You can also use ctrl+E to go to the end of the line. ctrl +e 맨뒤로 ctrl+d 뒤 글자 삭제 alias ll = 'ls -hal' 지정후 편하게 ll로 리스트 볼 수 있음. source : https://suppor..
프로그래밍/Linux
2020. 8. 6. 23:46