https://www.acmicpc.net/problem/2997 2997번: 네 번째 수 첫째 줄에 상근이가 고른 네 개의 숫자 중 세 개가 주어진다. 이 숫자는 크기 순이 아닐 수도 있고, -100보다 크거나 같고, 100보다 작거나 같은 정수이다. www.acmicpc.net - 문제를 잘 읽자. 등차수열이고 크기 순서대로 들어오지 않는다! -> sorting 필수 > input - array로 받을수도 있지만 나는 vector 사용. (더 선호합니다..) - vector init하는 법 숙지할 것 - size를 알면 vector input(size); -> input[i] = num; - size를 모르면 vector input; -> 입력시 input.push_back(num); > solve ..
git rebase -i [commit_hash] git rebase --interactive [commit_hash] //대화형 rebase git rebase와 cherry-pick을 적절히 섞어서 사용해야함 ex) git rebase upstream/master ex) git rebase -i HEAD~4 / git push [remote] [local_branch]:[remote_branch] ex) git push --force origin HEAD:master ex) git push origin temp:master 응용 git remote branch 삭제하기 git push origin :[want_to_delete_branch] //local branch 쓰는 칸에 빈칸을 두고 푸시를 하..
*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named _UITextLayoutView because no class named _UITextLayoutView was found; the class needs to be defined in source code or linked in from a library (ensure the class is part of the correct target)' 바로 전날 UITextView 수정해서 빌드하고 오늘 배포하려고 보니까 이런 에러가 엄청 나오고,,알아보니까 오전에 업데이트한 Xcode..
Class Clusters Class Factory Methods They combine allocation and initialization in one step and return the created object. (type)className id type : Objective-c object type pointer. void*과는 다르다. Delegeates and Data Sources callback 같은거. 역할, 위임.. respondser object. protocol은 일종의 규약, 규칙.. 추상화를 위한 키워드. Java의 interface같은고 (cf. Objective-c의 interface는 implementation 설계) Introspection Java의 Reflection..
UITextView 자체에는 작은 inset? padding이 들어가 있는데 코드 두 줄로 없앨 수 있다 [self.textView.textContainer setLineFragmentPadding:0]; [self.textView setTextContainerInset:UIEdgeInsetsZero]; 이렇게 textContainer의 lineFragmentPadding을 0으로 주고, textContainerInset을 UIEdgeInsetsZero로 주면 된다 Swift도 비슷할 것.
출처 : https://github.com/ArthurHub/Android-Image-Cropper 이거 존나 거지같은 라이브러리임.crop 누르면 그 비트맵이 null뜬다 왜지.. onActivityResult 내에서 디버깅 했는데도 계속 null... @Override protected void onActivityResult(int requestCode, int resultCode, Intent data) { //TODO : bitmap cropped is null.. if (requestCode == CropImage.CROP_IMAGE_ACTIVITY_REQUEST_CODE) { CropImage.ActivityResult result = CropImage.getActivityResult(data..
- Total
- Today
- Yesterday
- 에러 해결
- 공부는아니고
- 꿀팁
- 아개똑똑해
- 개발일지
- Git
- 인텔리제이
- UITextView
- uncaught exception
- OOT
- 몽총이
- MFC
- VS개새끼
- Swing
- GUI Designer
- ios
- objective-c
- 실전Git
- xcode
- CMD
- IntellJ
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |