전체 글 썸네일형 리스트형 [Flutter] Firebase의 Realtime Database 활용 app 만들기 2/3 VS code 에서 추가 작업앞선 포스팅에서 필요한 설치를 했으니, 이제 코드 부분에 수정이 필요합니다.2025.08.17 - [Flutter] - [Flutter] Firebase의 Realtime Database 활용 app 만들기 1/2 [Flutter] Firebase의 Realtime Database 활용 app 만들기 1/2Multi-Platform Support with Single SourceFlutter는 Windows, Linux, Mac, Android, iOS, Web 등 다양한 플랫폼에서 실행 가능한 앱을 하나의 소스코드로 만들 수 있게 해줍니다. 예를 들어 간단한 메모 앱을 생각해봅시joeyhwang.tistory.com main.dartmain.dart 파일에서는 아래 3종의 .. 더보기 [Flutter] Firebase의 Realtime Database 활용 app 만들기 1/3 Multi-Platform Support with Single SourceFlutter는 Windows, Linux, Mac, Android, iOS, Web 등 다양한 플랫폼에서 실행 가능한 앱을 하나의 소스코드로 만들 수 있게 해줍니다. 예를 들어 간단한 메모 앱을 생각해봅시다. 스마트폰에서 작성한 메모를 윈도우 앱에서도 실시간으로 확인하고 수정할 수 있다면 굉장히 편리할 것입니다. 물론 메모 데이터를 로컬 데이터베이스(Local DB)로 구현할 수도 있습니다. 하지만 이 경우 다른 디바이스에서 앱을 열면 데이터를 별도의 파일로 export / import해야 하므로 여러 기기에서 동시에 사용하는 데는 한계가 있습니다. 특히 데이터가 수시로 변하는 메모 앱 같은 경우에는 불편함이 커지죠. 이럴 때는 .. 더보기 Windows PowerShell script file(*.ps1) 실행 확장자가 ps1인 Windows PowerShell Script file을 실행하려고하면 아래와 같이 오류가 발생하는 경우가 있습니다.PS C:\~~~~> npm install -g firebase-toolsnpm : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\Program Files\nodejs\npm.ps1 파일을 로드할 수 없습니다. 자세한내용은 about_Execution_Policies(https://go.microsoft.com/fwlink/?LinkID=135170)를 참조하십시오.위치 줄:1 문자:1+ npm install -g firebase-tools+ ~~~ + CategoryInfo : 보안 오류: (:) [], PSSecurityException .. 더보기 [Autohotkey] Numbering powerpoint pages Recently, in our office, it's mandatory to provide page numbers in each slide including total number of slides in order to check the progress of presentation. I was surprised that there is not official tool for it since powerpoint doesn't provide the number of total slides. Furthermore, it's getting worse if there are hidden pages in the document. So, I made some simple tool for numbering powerp.. 더보기 Creating a database using classes in Flutter/Dart When developing an app, there are times when a database is needed. Let's imagine creating an app that handles the following types of data.Product IDProduct NameProduct ColorsProduct Price401ABCRed, Green$1,000202DEFBlue, Black$2,000105GHKGreen, Indigo$1,400231JKLBlack$1,100 We have 4 columns and 5 rows, with a header row containing item names.I'd like to transfer the table into Dart code. Data C.. 더보기 윈도우11 자동 로그인 - Python app으로 구현하기 지난 번 포스트에 윈도우 11 자동 로그인 방법을 알려드렸습니다…만, 2023.06.21 - [PC팁] - 윈도우11 자동 로그인 한 번에 해결할 방법은 없을지 고민을 좀 해봤습니다. 1. 레지스트리 세팅 변경으로 윈도우 자동 로그인 아래와 같이 Microsoft Learn site에는 레지스트리 세팅 변경으로 윈도우 자동 로그인할 수 있는 방법을 제공합니다. https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon Configure Windows to automate logon - Windows Server This article describes how to tu.. 더보기 윈도우11 자동 로그인 [Update 2023.07.12] 최근 새 랩탑PC에 윈도우11을 설치한 후 확인해보니, "Windows Hello 로그인만 허용함" 옵션이 보이질 않았습니다. 업데이트가 된 걸까요? Microsoft 홈페이지를 뒤지다 보니 아래와 같은 자동로그인 설정을 "자동"으로 해주는 App이 있네요. 링크 걸어 둡니다. 다운로드 후 실행하면 암호 입력 창이 나오고, 입력하면 자동로그인 설정이 한 번에 끝납니다. [웹사이트] https://learn.microsoft.com/en-us/sysinternals/downloads/autologon Autologon - Sysinternals Bypass password screen during logon. learn.microsoft.com [App 다운로드] htt.. 더보기 이전 1 2 3 4 다음