저의 개인 홈페이지에 있던 내용을 옮겨 기록하고자 합니다. 제가 게으른 탓에 활용하기 힘들고 유지를 하기에 금전적으로도 낭비다 생각되어 님길 것은 남기고, 버릴 것은 버리고 사이트를 없에기 위함입니다. 기존...
서버 PHP Server 인프라 웹 개발관련/서버
J-한솔넷 on 24-01-22
웹 개발관련/서버 PHP Server 서버 인프라
서버 PHP Server 인프라
서버 Cloud INFRA MySql PHP Server 인프라
페이지 이동 - Forward // push 를 하게되면 state 위젯을 init 부터 새로 생성한다. Navigator.of(context).push( MaterialPageRoute(builder: (BuildContext context) { return "스크린위젯명"; }) ) 페이지...
Flutter 자주사용하는위젯 플러터 플러터뒤로가기 플러터위젯 플러터클래스 플러터페이지이동
개발자로 살아남기 on 24-01-18
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