Development(8009)
-
유니티 입문서
유니티 입문서 https://bit.ly/3cgZV4H
-
Julia: A Fast Dynamic Language for Technical Computing - pdf
Julia: A Fast Dynamic Language for Technical Computing http://arxiv.org/pdf/1209.5145v1.pdf
-
지도학습 기법 vs 비지도 학습 기법
지도학습 기법 vs 비지도 학습 기법
-
ERROR-java.sql.SQLException: The server time zone value '????α? ????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time ..
오류메시지java.sql.SQLException: The server time zone value '????α? ????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. Connection con = DriverManager.getConnection( "jdbc:mysql://localhost/datadb?useUnicode=true&u..
-
JSON with Python
JSON with Python· 집합(sets)이나 복소수(complex number) 같은 몇몇 파이썬 데이터 타입과 구조는 JSON 파일에 저장할 수 없습니다. · JSON으로 저장할 수 없는 파이썬 데이터 타입을 다룰 때는 JSON으로 내보내기 전에 먼저 표현 가능한 데이터 타입으로 변형하는 작업을 수행해야 합니다.
-
Axios 러닝 가이드 - Axios 라이브러리 공식 문서(번역판)
Axios 러닝 가이드 - Axios 라이브러리 공식 문서(번역판)https://yamoo9.github.io/axios/