PYTHON 오류해결 django-admin.py : 'django-admin.py' 용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는 프로그램 이름으로 인식되지 않습니다 해결방안 1) 파이썬 설치경로를 PC 환경변수에 등록 C:\Users\사용자명\AppData\Local\Programs\Python\Python38 해결방안 2) Python packages에서 Django 설치여부 확인 해결방안 3) 파이썬 재설치 참고 블로그 https://sun-kakao.tistory.com/92 Python 컴파일 시도 시 발생하는 '용어가 cmdlet, 함수, 스크립트 파일 또는 실행할 수 있는....' 해결 오류 내용) 용어가 cmdlet, 함수, 스크립트 파일 또는 실 행할 수 있는 프로그램..
### wiki에서 데이터를 검색해서 MySQL DB에 저장하는 코드(무한루프) from urllib.request import urlopen from bs4 import BeautifulSoup import datetime import random import pymysql import re conn = pymysql.connect(host='127.0.0.1', user='root', passwd='your password', db='mysql', charset='utf8') cur = conn.cursor() cur.execute("USE scraping") random.seed(datetime.datetime.now()) def store(title, content): cur.execute( 'I..
순서 (1) MySQL 설치 (2) Python 라이브러리 설치 (3) Python 코드 작성 및 연결 테스트 (1) MySQL 설치 아래 URL 접속 후 다운로드 및 설치(Server Only 옵션으로 설치) https://dev.mysql.com/downloads/windows/installer/ MySQL :: Download MySQL Installer Select Operating System: Select Operating System… Microsoft Windows Select OS Version: All Windows (x86, 32-bit) Windows (x86, 32-bit), MSI Installer 8.0.25 2.4M (mysql-installer-web-community-8...
- Total
- Today
- Yesterday
- zerosecurity
- 바이러스
- 파이썬
- 파이썬개발환경
- malware
- python3
- 악성코드분석도구
- 보안
- emailhacking
- 멀웨어
- 악성코드분석
- URL열기
- 바이러스토탈 사용법
- 웹크롤링기초
- 바이러스토탈
- 악성메일분석
- hacking
- 해킹
- python
- 오류해결
- maware
- zerosecu
- Security
- 웹크롤링
- 파이썬웹크롤러
- virus
- 분석도구
- 브라우저실행
- 악성코드
- 보안기술정보
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |