본문 바로가기
반응형

분류 전체보기248

Raspberry Pi NTP Server 1. ntpd 설치 sudo apt update sudo apt install ntp 2. 구성 파일 수정(sudo nano /etc/ntp.conf) # /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help driftfile /var/lib/ntp/ntp.drift # Leap seconds definition provided by tzdata leapfile /usr/share/zoneinfo/leap-seconds.list # Enable this if you want statistics to be logged. #statsdir /var/log/ntpstats/ statistics loopstats peerstats clockstats .. 2024. 4. 16.
Pickle In Python https://www.c-sharpcorner.com/article/pickle-in-python/ Pickle In Python The article explains Serialization / Deserialization process of object in Python www.c-sharpcorner.com Introduction The Pickle Module of Python is used for serializing and deserializing Python Object structures. Through Pickle functions the Python Object Hierarchy can be serialized (pickling) into a byte stream and through .. 2024. 4. 15.
[Python] Stock Prediction Advanced Stock Pattern Prediction using LSTM with the Attention Mechanism in TensorFlow: A step by step Guide with Apple Inc. (AAPL) Data https://drlee.io/advanced-stock-pattern-prediction-using-lstm-with-the-attention-mechanism-in-tensorflow-a-step-by-143a2e8b0e95 Advanced Stock Pattern Prediction using LSTM with the Attention Mechanism in TensorFlow: A step by… Introduction drlee.io Introducti.. 2024. 4. 15.
[C#] Serial Communication 예제로 배우는 C# 프로그래밍 C# 엑셀 프로그래밍 C# Access DB 사용 C# MySQL DB 사용 C# Oracle 사용 C# MongoDB 활용 예제 C# SQLite 사용 C# SQL MARS 활용 C# SQL SP 에러 처리 C# SMTP 메일 발송 단일 프로세스 실행 .NET Serialization .NET Reflection 1 .NET Reflection 2 C# 동적 컴파일 병렬처리 데드락 실험 .NET 구성 파일 사용 C#에서 IE 컨트롤하기 Regex 기초 Regex 활용 이메일 주소 체크 C# 위치 데이타 처리 C# YouTube API 시리얼포트 기초 시리얼포트 비동기 C# 로깅 : Trace C# 로깅 : log4net C#에서 PDF 사용 C# 서비스 프로그램 C# P/.. 2024. 4. 3.
반응형