Flutter 기본 위젯 골격 구조 // Scaffold : 화이트 캔버스의 역할 return Scaffold( // 화이트 캔버스 상단 바를 생성함 appBar: AppBar( title: 'Test APP', ), // 캔버스의 전역적인 배경 색상 background...
Flutter mainaxisalignment mediaquery scaffold Widget
개발자로 살아남기 on 24-01-17
Flutter 다양한 객체 및 옵션 설명 SafeArea : 화면 전체에 대한 기본 area를 지정할 수 있음 SafeArea( bottom: false, child: Container( mainAxisAlignment - 주축정렬(전체를 잡아둔다) sta...
Flutter LifeCycle stateful Stateless 생명주기
개발자로 살아남기 on 24-01-16
environment
Deku on 24-01-14
Given an integer array nums and an integer k, return the kth largest element in the array.
algorithm Leetcode
decorus-kazuma’s blog. on 24-01-09
share
Deku on 23-12-27
간단한 잡스케쥴링은 보통 crontab이나 (aws의 경우 cloudwatch) 젠킨스에 쉘스크립트같은 걸 올려서 쓰는데...좀 더 파이프라인을 고도화시킬 필요가 있을 때 사용할 수 있는 아파치 재단의 워크플로우 프로젝트인...
_ on 23-12-22
안드로이드 에뮬레이터 실행 시 -http-proxy 옵션으로 프록시를 설정할 수 있다. emulator -avd {장치명} -http-proxy {프록시 IP}:{프록시 포트} 개발 머신에 구축한 프록시 서버를 구축하고 안드로이드 에뮬레이터...
개발 Android dns dnsmasq Emulator proxy 안드로이드 에뮬레이터 프록시
A2 Devlog on 23-12-19
나의 로컬 컴퓨터를 개발 머신으로 사용하는 경우 보통 /etc/hosts 파일에 개발중인 서비스의 도메인에 대해 127.0.0.1을 지정한다. (나는 개인적으로 개발 서버를 따로 두거나 개발용 도메인을 따로 쓰는 방식은 좋...
개발 localhost proxy squid 프록시