목록기타 (41)
honey_pot
2주전까지 잘 접속되던 내 petom.site가 터졌는데 ec2에 새로 서버 만들려니까 요요요요요요요 torch 까는 순간에 no space left 오류가 뜬다 requirements.txt 새로 작성해서 pip install 하니까 무한 설치중임 ㅋㅎ 로컬에서는 잘 돌아가면서 우분투에만 가면 난리 난리 생난리 잘 깔리면? No Module named 'torch' 라면서 import torch부터 막힘 오늘부터 torch는 금쪽이야 오은영쌤 앞으로 가도록 해
error: Pulling is not possible because you have unmerged files. hint: Fix them up in the work tree, and then use 'git add/rm ' hint: as appropriate to mark resolution and make a commit. git fetch origin git reset --hard origin/main
"/login" -> 정적 설정 url_for(___) -> url_for 를 사용한 동적 생성 서버가 호스트 되는 장치에 따라 "/login" 경로가 바뀔 수 있다 그러므로 플라스크 서버에서 특정 기능을 위한 URL을 url_for을 사용하여 동적으로 생성하는 것이 좋다.
h1#heading -> id가 heading인 h1 선택 .container.title -> container, title 두 클래스가 있는 element를 선택 .container .title -> 오른쪽에서 왼쪽으로 해석해서 title이라는 클래스가 있는 자식element를 가진 container 클래스의 부모 element 선택
1. 다운 받은 html 열고 개발자 도구 열어서 console에 입력 document.body.contentEditable=true 2. 맨 위 왼쪽 포인터로 지울 부분 셀렉 -> 백스페이스로 섹션 지우기 3. 마우스 오른쪽 버튼 다른 이름으로 저장 눌러서 html 파일 저장
1. Flask 실행시 출력되는 디버거 핀 코드 복사 132-345-2345 2. 문제가 생긴 라인 오른쪽 프롬프트 아이콘 클릭 3. 복사해둔 PIN 번호 입력 4. [console ready] 가 뜨며 콘솔 디버깅 가능
__name__ : 현재 실행중인 인스턴스의 이름을 나타내는 파이썬의 내장함수 https://docs.python.org/3/library/__main__.html __main__ — Top-level code environment — Python 3.10.6 documentation Both of these mechanisms are related to Python modules; how users interact with them and how they interact with each other. They are explained in detail below. If you’re new to Python modules, see the tutorial section Modules for an intro..
컬러박스 input form으로 받은 데이터 action으로 이메일 전송