# Preferences

#9.[Kotlin]SharedPreferences
getSharedPreferences getPreferences 두개의 차이점 getSharedPreferences는 여러개 getPreferences는 한개 전자를 더 많이 씀 MainActivity.kt

[Eclips] JSP 페이지 기본 소스 설정
Eclips > Windows > Preferences > Web > JSP Fils > Editor > Templates JSP with html 5 markup > Edit 눌러서 수정해준다 > 참조 https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=isaac7263&logNo=221348937835
[Flutter] 로컬 푸시 - Local Notifications 2편
Local Notification(사용 방법) Local Notifications - 1(설정) Local Notifications - 3(리스너) 초기화 Local Notifications 라이브러리 사용 전 초기화 로직이 필요하다 초기화는 앱 사용 중 한 번만 해주면 되고 반드시 로컬 푸시 기능이 사용되기 전에 초기화를 해주어야 한다 보통 main.dart 파일의 initState()에서 초기화를 진행하지만 앱 진입시 가장 먼저 노출되는 스크린에서 해줘도 된다 Andorid에서 아이콘을 설정 해주어야 하는데 android > app > main > res에 있는 mipmap 폴더의 기본 아이콘으로 설정해 주었다 IOS는 Sound/Badge/Ale

Terminator settings
I. sudo apt install -y terminator II. restart terminal III. right click in termintor, click 'preferences' IV. In Layouts bar, click save V. close 'Terminator Preferences' VI. In terminal > gedit ~/.config/terminator/config VII. Save and restart terminator

[iOS] File System 구조
Apple Developers Document-File System Basics File System iOS 파일 시스템은 SandBox 구조를 띄고 있다 > SandBox 아이들에게 놀이터 모래사장 안에서만 놀 수 있도록 하고, 나올때는 흙을 털고 나오게 하는 것처럼, 내부와 외부를 적절하게 분리 시키는 구조라고 간단하게 이야기 할 수 있다. iOS는 기본적으로 앱 마다 별도의 파일을 생성하여 공유되지 않도록 하고 외부로부터 들어온 접근에 대해 보호되는 영역으로 시스템이 부정적으로 조작되는것을 막는 보안 형태를 띄고 있다. <img src="https://images.velog.io/im