[python] 코인 자동 매매 프로그램 만들기 (1) - 환경 구성
·
프로그래밍/Python
준비 더보기 2020.12.23 - [프로그래밍/Python] - [python] pandas, dataframe 설치 [python] pandas, dataframe 설치 명령 프롬프트 창에서 pip install pandas만 실행해주면 설치가 된다. pip install pandas pip install dataframe pip install numpy==1.19.3 pip install matplotlib * numpy version은 2020.12.23 기준 1.19.4로.. qratedev.tistory.com 2022.02.04 - [프로그래밍/Python] - [Python] 파이참 설치 및 아나콘다 환경설정 개발환경 python, pycharm 최신버전 1. 프로젝트 생성 프로젝트명: c..
[ASP] Exception Year, Month, and Day parameters describe an un-representable DateTime
·
프로그래밍/ASP
오류 메세지 Server Error In '/' Application Year, Month, and Day parameters describe an un-representable DateTime an unhandled exception was generated during the execution of the current web request. 해결 관리자권한으로 CMD 실행뒤 iisreset
[VS] 엑셀 참조 추가
·
프로그래밍/.NET
참조추가 > COM - Microsoft.Office.Interop.Excel: Microsoft Excel {version} Object Library - Microsoft.Office.Core: Microsoft Office {version} Object Library example * {version}: 14.0
[Windows] CredSSP 암호화 오라클 수정 때문일 수 있습니다.
·
프로그래밍/etc
mstsc(원격데스크톱) 연결시 인증 오류가 발생했습니다. 요청한 함수가 지원되지 않습니다. CredSSP 암호화 오라클 수정 때문일 수 있습니다. 오류 발생시 처리 하는 방법 시작 > 실행 > gpedit.msc 보호수준을 완화됨 or 취약으로 설정후 확인 누르고 재부팅하면 정상연결됨을 확인할 수 있습니다.