Powered by Blogger.

0 comments

  iPhone과 컴퓨터 간에 파일 전송하기 iCloud Drive를 사용 하여 파일을 최신 상태로 유지하고, Windows PC를 포함한 모든 기기에서 접근할 수 있습니다.  AirDrop 과  이메일 첨부 파일 전송 을 사용하여 iPhone과 다른...

0 comments

  PyInstaller 설치 우선 명령프롬프트에서 아래의 명령어를 통해 PyInstaller 패키지를 설치합니다. pip install pyinstaller 실행파일 만들기 Python 파일이 있는 폴더로 이동한 다음,  아래 명령어를 입력하면 해당...

0 comments

  구글 스프레드시트를 다룰 때 사용할 파이썬 라이브러리는   gspread 다. https://gspread.readthedocs.io/en/latest/index.html 설치는 pip install gspread 로 끝낼 수 있다.  인증에 필요...

0 comments

  telegram모듈 AttributeError: module 'telegram' has no attribute 'Bot' 에러해결   telegram모듈이 없거나 참조를 잘못 하고있을 때  AttributeError: ...

0 comments

  파이썬에서 리스트를 만들고 실행 시   for   i   in   range ( 1 ,  6 ): item = QTableWidgetItem(self.kiwoom.opw00018_output['single'][i - 6]) Index...

0 comments

  자동 광고의 코드 생성 및 복사 방법 자동 광고의 애드센스 코드를 생성하려면 먼저 사이트 전체에  자동 광고를 설정 해야 합니다. 이미 자동 광고를 설정한 경우 다음 절차에 따라 애드센스 코드를 생성할 수 있습니다. 애드센스 계정에  로그인 합니다...

0 comments

  애드센스 코드를 추가하기 전의 HTML 페이지 예 <html> <head> 페이지 헤드입니다. <title>HTML 페이지 예</title> </head> <body> 페이지 본문입니...

0 comments

   python 실행 시   ModuleNotFoundError: No module named 'PyQt5.QtWebEngineWidgets' 위와 같이 에러 메시지가 나온다면 pip3 install PyQtWebEngine   혹은 ...

Pages

Popular Posts

ondery

recent post

Popular Posts