Main Page

Category카테고리 :

NoticeBorad게시판 / linux리눅스 / php / nodejs /website웹사이트

/ ReactNative / Kotlin / Swift / Cubase / QT / ServerApps

react-native-freelifemakers-ui

  • [swift]RandomUser Api – 무한스크롤,새로고침 로딩/Infinite Scroll,refresh loading

    👉🏻 아래는 RandomUser API를 활용한 무한 스크롤을 구현한 내용입니다.Below is an implementation of infinite scrolling using the RandomUser API. 👉🏻@MainActor 를 사용하는이유Why use @MainActor SwiftUI UI 업데이트는 반드시 메인 스레드에서 이뤄져야 합니다.SwiftUI UI updates must always be done on the main thread.  @Published로 선언된 값들이 변경되면 UI를 업데이트합니다.Updates the UI when values ​​declared with @Published…


  • [OCI,Linux]도커 + mysql + express / Docker + mysql + express(1)

    👉OCI환경설정 / OCI environment settings 👉npm init 했을때 다음과 같이 npm이 없다면 npm설치합니다.If npm is not present when you run npm init, install npm. 👉nodejs 최신버전 설치 / Install the latest version of nodejs 👉mysql 설치 하기 / Install mysql ✔️다음과 같은 명령어로 mysql실행 상태를 확인 합니다.Check the mysql execution status with the following command.…


  • [OCI] OCI 인스턴스 생성 / Create OCI Instance

    👉 오라클 클라우드에서 VM인스턴스 생성하는 방법에 대한 내용입니다.This article explains how to create a VM instance in Oracle Cloud. 👉 먼저 내용을 모르면 과금될 수 있기때문에 아래의항목에서 무료 범위를 확인 하시길 바랍니다.First, please check the free range in the items below, as you may be charged if you do not know the content. 👉 먼저…