분류 전체보기(301)
-
Unreal Engine) 언리얼엔진 5.2 화면이 검고, 아무것도 나오지 않는 버그
환경 Window 11 , 인텔, 엔비디아 Unreal Engine 5.2 문제 언리얼 엔진 블루프린트 에디터로 실행시 검은 화면 , 에디터 클릭을 해도 아무 작업을 할수 없음. 화면이 검고, 아무것도 나오지 않는 버그 이런식으로 아무 작업을 할수 없다. 해결 Multiplane overlay 관련 엔비디아 드라이버 오류. https://nvidia.custhelp.com/app/answers/detail/a_id/5157 NVIDIA Support NVIDIA is currently investigating end user reports that after updating to NVIDIA Game Ready Driver 461.09 or newer, Google Chrome may display fl..
2023.09.15 -
나머지 // , int.__floordiv__
int.__floordiv__(num1,num2)
2023.09.13 -
언리얼 엔진 검은화면 점멸 오류
보호되어 있는 글입니다.
2023.09.13 -
kafka 작동원리, 활용, 장단점
Apache Kafka는 LinkedIn에서 개발된 오픈 소스 스트림 처리 플랫폼입니다. https://www.hanbit.co.kr/media/channel/view.html?cms_code=CMS9400468504 링크드인은 왜 카프카를 만들었나 @import url('https://fonts.googleapis.com/css?family=Nanum+Gothic:400,700|Noto+Serif+KR:200&display=swap');.body {margin-top: 20px;font-family: 'Noto Serif KR', serif;}.bodytitle_1 {margin-top: 1.5em;... www.hanbit.co.kr 큰 데이터를 실시간으로 처리하고 분석하는 데 사용됩니다. 작동 원리..
2023.09.05 -
strava api를 이용해 운동 데이터 mysql에 적재하기 -1
import pandas as pd import numpy as np import json import requests import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) auth_url = "https://www.strava.com/oauth/token" activites_url = "https://www.strava.com/api/v3/athlete/activities" payload = { 'client_id': "---", 'client_secret': '---', 'refresh_token': '---f', 'grant_type': "refresh_token", 'f': 'json' } print("..
2023.09.05 -
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! (aws ec2 접속시 오류)
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key se..
2023.09.05