본문 바로가기
반응형

#컴퓨터 과학 [Computer Science]/운영체제 (Operating System)33

[OS - 🍎 macOS] NSServices 🗂 NSServices Property 구조 → property list key NSKeyEquivalent A keyboard shortcut that invokes the service menu command. 서비스 메뉴 단축키 설정 입력 항목 [key equivalent] → property list key NSMenuItem [Required] Text for a Services menu item. 서비스 메뉴의 타이틀 입력 항목 [Menu] → property list key NSMessage [Required] An instance method that invokes the service. 서비스와 관련 된 인스턴스 메서드명 입력 항목 [Instance method name] → proper.. 2020. 2. 27.
[OS - 🍎 macOS] 파일 및 폴더 권한 (Files and Folders Permission) 카테고리 게시글 작성 날짜 게시글 최근 수정 날짜 작성자 Operating System 2020-02-09 19:38 2022.02.24. 12:13 Dev.Yang 일부 앱 및 웹 사이트는 데스크탑, 다운로드 및 문서 폴더에 있는 파일 및 폴더에 접근할 수 있습니다. 특정 위치의 파일 및 폴더에 접근하도록 허용할 앱 및 웹 사이트를 결정할 수 있도록 하는 기능입니다. 🗂 파일 및 폴더 권한 (Files and Folders Permission) 설정 방법 [국문] Mac에서 Apple 메뉴 -> 시스템 환경설정을 선택하고 보안 및 개인 정보 보호를 클릭한 다음 개인 정보 보호를 클릭하세요. 파일 및 폴더를 선택하세요. 앱이 해당 위치의 파일 및 폴더에 접근하도록 허용하려면 해당 앱 아래의 체크상자를 선.. 2020. 2. 9.
[OS] 세마포어 (Semaphore)와 뮤텍스 (Mutex) What is difference between Semaphore and Mutex 🗂 세마포어 (Semaphore) wait(S) { while (S 1. 모든 자원이 점유되고 있는 상태일 경우에는 프로세스는 자원에 대하여 wait() 함수 수행을 요청하고 있으며 세마포어의 계수가 1 이상인 상태입니다. In case if the object is already locked, the process requesting resources waits and is queued by the system before lock is released. 뮤텍스 객체가 이미 잠금 (Locked) 상태일 경우에는 자원을 요청하는 프로세스는 대기하며 잠금해제 (Unlocked)가 될 때까지 시스템에서 대기합니다. 🚀 REF.. 2020. 2. 5.
[OS - 🍎 macOS] 전체 디스크 접근 권한 (Full Disk Access) 카테고리 게시글 작성 날짜 게시글 최근 수정 날짜 작성자 iOS 2020-02-03 09:53 2022.03.06. 21:57 Dev.Yang 🗂 전체 디스크 접근 권한 (Full Disk Access) Full Disk Access is a new security feature in macOS Mojave that requires some applications to be given full permission to access a user's protected files. This way, only applications that are approved can gain access. In previous versions of macOS, this permission was automatically g.. 2020. 2. 3.
반응형