반응형 source2 [Solved][Linux] source Command Description (source 명령 설명) [Solved][Linux] source Command Description source 명령 설명 source는 쉘 스크립트 명령이 childe 프로세스가 아닌, 현재 실행중인 프로세스에서 실행되도록 하는 명령어! 덕분에 스크립트가 끝났을때 바로 명령어를 적용시킬 수 있음 ex) source ./bashrc (source is a command that allows shell script commands to be executed in a currently running process, not in a child process! This allows you to apply the command as soon as the script is finished ex) source ./bashrc) 2022. 8. 24. [flutter] How to keep the contents in the tab even if the tab is moved - Inde [flutter플러터] How to keep the contents in the tab even if the tab is moved - IndexedStack (Tab 이동하더라도 Tab 내의 내용은 유지되도록 하는 방법 - IndexedStack) 기존에는 아래와 같이 탭바를 사용하였지만 탭을 이동하고 돌아오니 기존의 내용이 초기화되는 문제가 있었다. (Previously, the tab bar was used as follows, but when the tab was moved and returned, there was a problem that the existing content was initialized.) return Scaffold( body: _children[_currentIndex],.. 2021. 10. 29. 이전 1 다음 반응형