3가지 방법 1) nano editor 설치 linux에서도 사용하는 nano editor는 기본 설치는 아니다. choco 명령어로 설치한다. 2) 윈도우내장 notepad 사용 윈도우의 기본내장 editor NOTEPAD가 있다. 아래처럼 입력 notepad.exe mycode.txt notepad mycode.txt 3) echo && cat 활용 cat 명령어는 powershell에서도 동작한다. _
# https://docs.docker.com/engine/reference/commandline/container/ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES b650456536c7 busybox:latest top 54 minutes ago Up 54 minutes 0.0.0.0:1234->9876/tcp, 0.0.0.0:4321->7890/tcp test docker container ls -l docker container ls --latest docker container ls -a docker container ls --all docker kill my_container # docker exec [OPTIONS] CONTA..
exe로 빌드하면 기존에 쓰던 2~3mb 간단한 툴이 100MB단위로 덩치가 불어서, 배포하기도 애매했는데... 나만 그런 것이 "아니었다" Net6.0 들어오면서 WinUI3이라고 도입되고 이걸 쓰면 덩치가 커지는 게 맞았음. 나처럼 초보는 이런 것조차도 문제?가 되는데,,, 뭐하나 따라가기가 어렵다. c#..... https://github.com/microsoft/microsoft-ui-xaml/discussions/7683#discussioncomment-3570317 What is the size of a Hello World WinUI 3 program (packed with all dependencies)? · microsoft/microsoft-ui-xaml · Discussion # As..
*유의사항 :: vscode를 "관리자 권한" 으로 실행시키면 정상작동 안함, user권한으로 실행 필요함 실행하면 금지표지만 표시 뜸 (준비사항) > pip install tkinterdnd2 * 1개 모듈만 설치하면 됨. 다른 글에 2개 설치하는 것 불필요 * 사용하는 문구는 모두 "소문자" 여야 함. 코드도 소문자여야 함. import tkinterdnd2 실행예제 실행예제1) # https://github.com/Eliav2/tkinterdnd2 # pip install tkinterdnd2 import tkinter as tk from tkinterdnd2 import DND_FILES, TkinterDnD def drop_inside_list_box(event): listb.insert("en..
GUI기본 모듈인, Tkinter를 사용하면 빠르게 작업이 가능하지만 이 것도 위치를 바꾸거나 구성하다 보면 헷갈릴 때가 있다. 이럴 때 초기구성을 빠르게 잡아볼 수 있는 사이트, 그리고 export , 구성한 파일의 download도 가능하다 https://visualtk.com/ Visual TK, Visual Python Tkinter GUI Creator Labels Button checkBox RadioButton Entry ListBox Message visualtk.com _
https://www.youtube.com/watch?v=wEv3BworNK8&list=PLCC34OHNcOtoC6GglhF3ncJ5rLwQrLGnV&index=61 _