Search result

Flutter Basic Widget Structure

Flutter 기본 위젯 골격 구조 // Scaffold : 화이트 캔버스의 역할 return Scaffold( // 화이트 캔버스 상단 바를 생성함 appBar: AppBar( title: 'Test APP', ), // 캔버스의 전역적인 배경 색상 background...

Flutter mainaxisalignment mediaquery scaffold Widget

Flutter Basic Widget Structure

Flutter 기본 위젯 골격 구조 // Scaffold : 화이트 캔버스의 역할 return Scaffold( // 화이트 캔버스 상단 바를 생성함 appBar: AppBar( title: 'Test APP', ), // 캔버스의 전역적인 배경 색상 background...

Flutter mainaxisalignment mediaquery scaffold Widget

Flutter 지원 클래스 / Stateless, Stateful Life Cycle

Flutter 다양한 객체 및 옵션 설명 SafeArea : 화면 전체에 대한 기본 area를 지정할 수 있음 SafeArea( bottom: false, child: Container(   mainAxisAlignment - 주축정렬(전체를 잡아둔다) sta...

Flutter LifeCycle stateful Stateless 생명주기

Flutter 지원 클래스 / Stateless, Stateful Life Cycle

Flutter 다양한 객체 및 옵션 설명 SafeArea : 화면 전체에 대한 기본 area를 지정할 수 있음 SafeArea( bottom: false, child: Container(   mainAxisAlignment - 주축정렬(전체를 잡아둔다) sta...

Flutter LifeCycle stateful Stateless 생명주기

[JavaScript] 모노레포(Monorepo)를 위한 도구들

environment

Leetcode - 215.Kth Largest Element in an Array

Given an integer array nums and an integer k, return the kth largest element in the array.

algorithm Leetcode

[GitHub Actions] Pull request 제목 검사

share

Airflow

간단한 잡스케쥴링은 보통 crontab이나 (aws의 경우 cloudwatch) 젠킨스에 쉘스크립트같은 걸 올려서 쓰는데...좀 더 파이프라인을 고도화시킬 필요가 있을 때 사용할 수 있는 아파치 재단의 워크플로우 프로젝트인...

안드로이드 에뮬레이터 -http-proxy 옵션과 80 포트 이외의 호스트명 문제

안드로이드 에뮬레이터 실행 시 -http-proxy 옵션으로 프록시를 설정할 수 있다. emulator -avd {장치명} -http-proxy {프록시 IP}:{프록시 포트} 개발 머신에 구축한 프록시 서버를 구축하고 안드로이드 에뮬레이터...

개발 Android dns dnsmasq Emulator proxy 안드로이드 에뮬레이터 프록시

Squid 프록시 서버에서 127.0.0.1로 명시된 호스트명 허용

나의 로컬 컴퓨터를 개발 머신으로 사용하는 경우 보통 /etc/hosts 파일에 개발중인 서비스의 도메인에 대해 127.0.0.1을 지정한다. (나는 개인적으로 개발 서버를 따로 두거나 개발용 도메인을 따로 쓰는 방식은 좋...

개발 localhost proxy squid 프록시