본문 바로가기
반응형

분류 전체보기232

[🏢 회사생활] 마케팅 용어 (Marketing Term) 카테고리 게시글 작성 날짜 게시글 최근 수정 날짜 작성자 회사생활 2020.01.27. 19:37 2024.04.10. 22:03 Dev.Yang 시기 효과 - 전쟁, 독재 정권, 경제 위기, 전염병, 기술 진화 등 사회적 사건에 전 사회의 구성원이 영향을 받는 것을 뜻한다. [밀레니얼-Z세대 트렌드 2022] 코호트 효과 - 같은 연령 시기에 특정 사건을 함께 겪은 사람들이 심리적, 사회적, 문화적 동질성을 보이게 되고, 그 효과가 꾸준히 유지되는 것을 뜻한다. [밀레니얼-Z세대 트렌드 2022] 햇빛 설거지 - 햇빛이 잘 드는 곳에 플라스틱 용기를 두어 산화 작용을 일으켜 오염 부분을 제거하는 과정을 뜻한다. [밀레니얼-Z세대 트렌드 2022] 소비기한 - 표시 된 보관 조건을 준수했다는 가정하에 소.. 2020. 1. 27.
[OS] 프로세스와 쓰레드의 차이점 (What is the difference between a process and a thread?) 프로세스는 뭐고 스레드는 뭔가요? + 프로세스 (Process)란? 컴퓨터 내에서 실행중인 프로그램을 일컫는 용어이며, 즉 프로세스는 '주어진 일을 해결하기 위한 목적으로 그 순서가 정해져 수행되는 일련의 절차'라고 정의할 수 있다. Each process provides the resources needed to execute a program. A process has a virtual address space, executable code, open handles to system objects, a security context, a unique process identifier, environment variables, a priority class, minimum and maximum work.. 2020. 1. 18.
[macOS - Error] Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" 🔧 Error Message {Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted"} Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" UserInfo={NSLocalizedDescription=Operation not permitted, NSLocalizedFailureReason=Error in bind() function} macOS Application의 App Sandbox로 폴더의 접근 권한을 가지지 못하는 경우에 발생하는 문제입니다. TARGETS -> Signing & Capabilities에서 App Sandbox설정을 비활성화 할 경우 정상적으로 macOS 내.. 2020. 1. 17.
[iOS] 🔗 유용한 iOS 오픈소스 라이브러리 (Awesome Open Source Library) 카테고리 게시글 작성 날짜 게시글 최근 수정 날짜 작성자 iOS 2020.01.15. 17:52 2022.03.03. 01:40 Dev.Yang ➕ 001. Alamofire [MIT License] → https://github.com/Alamofire/Alamofire Alamofire는 HTTP 기반의 네트워크 오픈소스 라이브러리입니다. 간단하면서도 강력한 성능을 제공하는 iOS/macOS 필수적인 네트워크 오픈소스 라이브러리입니다. Alamofire is an HTTP networking library written in Swift. Alamofire/Alamofire Elegant HTTP Networking in Swift. Contribute to Alamofire/Alamofire deve.. 2020. 1. 15.
반응형