일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 오브젝티브C
- Objective-C
- 윈도구7
- windows
- Number
- 볼링
- windows7
- iPhone
- 윈도우즈7
- 맥
- 윈도구
- 링크
- VISTA
- ObjectiveC
- c#
- 애플
- 퇴사
- java
- cagr48com
- 7932
- 형식
- 아이맥
- WebService
- screen
- 설치
- 아이폰
- install
- Mobile
- WSDL
- mac
- Today
- Total
목록전체 글 (315)
A colossal Dreamer: GR鐵塔-天生我材
결국 프로-드라이버의 경미한 실수로 나는 그에게 의미있는 영향력을 행사할 수 없음이 안타깝다. (사과 받는 것이 목적인데...) 단지, 행정상의 불편함을 제공하고, 보험금을 상향해드리는 것이 최선으로 보임. 그리고, 국가경찰 일 잘하심. 그리고, 경미한 뺑소니 형사처벌까지 가지 않을 것이니, 내가 불편하다면 신고하는 편이 좋은 것 같다. * 경위 술 취해서 횡단보도 파란불에 건너려는 데. 승용차 한 대가 심상치 않게 질주해서 들어옴 인지하고 멈추라는 의미로 손을 내밈. 백미러와 스치듯이 지나치려함. - 손을 조금 더 내밀어서 백미러와 접촉함. 이후 차를 추격함. 바로 앞 주차장으로 들어가면서 차단기 앞에서 잠시 멈춤. 이 때 트렁크를 두드리는 등 멈추라는 표시함에도 그대로 지하로 도망쳐 버림. 잡을 수 ..
Swift 실행환경에서 날짜 성분 출력하는 예제 import Foundation let now = Date() let calendar = Calendar.current print("era:", calendar.component(.era, from: now)) print("year:", calendar.component(.year, from: now)) print("yearForWeekOfYear:", calendar.component(.yearForWeekOfYear, from: now)) print("quarter:", calendar.component(.quarter, from: now)) print("month:", calendar.component(.month, from: now)) print("..
os_unfair_lock_s > NSLock > NSRecursiveLock os_unfair_lock_s >> DispatchQueue.sync DispatchSemaphore > DispatchGroup pthread_mutext_t, pthread_rwlock_t, DispatchQueue, OperationQueue https://swiftrocks.com/thread-safety-in-swift Thread Safety in Swift Concurrency is the entry point for the most complicated and bizarre bugs a programmer will ever experience. In this article, I'll share my favorit..