본문 바로가기
반응형

#컴퓨터 과학 [Computer Science]64

[OS - 🍎 macOS] Finder Sync Extensions 🗂 Finder Sync Extension In OS X, the Finder Sync extension point lets you cleanly and safely modify the Finder’s user interface to express file synchronization status and control. Unlike most extension points, Finder Sync does not add features to a host app. Instead, it lets you modify the behavior of the Finder itself. macOS에서, Finder Sync Extension 중점은 분명하고 그리고 안전하게 수정을 수행할 수 있도록 Finder's 사용자 .. 2020. 2. 28.
[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.
[C/C++] C++ 백터와 배열의 차이점 (C++ Vector and Array Difference) 카테고리게시글 작성 날짜게시글 최근 수정 날짜작성자C/C++2020-02-23 22:312022.03.15. 19:03Dev.Yang  아래의 도표는 Vector STL (Standard Template Library)와 Array에 대한 비교 도표입니다.  벡터 (Vector)배열 (Array)CreateElement들을 순차적으로 저장할 수 있는 Container 입니다.인덱스 (Index) 기반의 기본적인 자료구조입니다.MemoryArray에 비하여 메모리 공간을 많이 차지합니다.고정 된 길이 값을 사용하므로 효율적으로 메모리 공간을활용할 수 있습니다.Length가변적인 길이를 가지고 있습니다.고정 된 길이를 가지고 있습니다.Usage빈번하게 Element에 대한 삽입과 삭제 작업이 발생합니다.빈번.. 2020. 2. 23.
[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.
반응형