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 | 31 |
Tags
- git reflog
- 페이지네이션
- git rebase -i
- 페이지네이션 최적화
- Cannot delete or update a parent row: a foreign key constraint fails
- kafkaconnect
- constraint fails
- reflog
- programmers
- 23000
- Cannot add or update a child row: a foreign key constraint fails
- Query String
- foreign key constraint fails
- Path Variable
- 1450
- code --no-sandbox
- kafka-connect
- debezium
- API 설계
- 1452
- jdbc connector
- Late row lookup
- 제약 조건
- Invalid character found in method name
- 참조무결성
- Pagination Optimization
- event loop
- kafka connect
- Git
- 문자열 검증
Archives
- Today
- Total
목록전체 글 (119)
Kawaii_Jordy
[GIT] add 취소, commit 취소, push 취소
https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html
카테고리 없음
2021. 5. 28. 09:42
[GIT] reset --hard
https://www.lesstif.com/gitbook/git-54952660.html
취준/GIT
2021. 5. 27. 19:30
[GIT] squash rebase
https://velog.io/@ybear90/git-rebase-squash-%EA%B4%80%EB%A0%A8-%EC%98%88%EC%A0%9C-%EB%B0%8F-%EB%82%B4%EC%9A%A9-%EC%A0%95%EB%A6%AC
취준/GIT
2021. 5. 27. 15:45
[GIT] rebase 사용법
https://junwoo45.github.io/2019-10-23-rebase/ git rebase를 이해하기 git rebase를 학습하고 이해해봅니다. junwoo45.github.io https://buildgoodhabit.tistory.com/20 github#13 git rebase 충돌해결 다른사람과 협업을 할 때에 Remote Repository 에 있는 소스코드는 어지간 하면 rebase 하지 않도록 주의하자. 만약 본인 것의 코드만 업데이트 혹은 rebase 하고 싶다면 먼저 git pull로 최신버전의 코드를 buildgoodhabit.tistory.com https://flyingsquirrel.medium.com/git-rebase-%ED%95%98%EB%8A%94-%EB%B0%..
취준/GIT
2021. 5. 27. 15:38