Author Archives: skyer9
SQL Server 프로시저 호출법
SQL Server 프로시저 호출법
declare @rettotcount int;
exec usp_test '2022-01-01', '2024-12-01', -1, 'skyer9', @rettotcount =
… 더보기 C# Prism – BackgroundService 생성하기
C# Prism – BackgroundService 생성하기
놀랍게도 인공지능이 코딩한 코드입니다.
public interface IBackgroundService
{
Task StartAsync();
… 더보기 Python – SQLAlchemy
Rust – 문법 정리
WebSocket with .NET Core
WebSocket with .NET Core
.NET Core 애플리케이션에서 서버를 생성합니다.
서버
using System.Net;
using System.Net.WebSockets;
using
… 더보기 WebSocket with Spring Boot
could not initialize proxy – no Session
SDR# 으로 라디오 듣기
SDR# 으로 라디오 듣기
하드웨어 구매
https://www.coupang.com/np/search?component=&q=RTLSDR&channel=user
인터넷에서 RTLSDR 로 검색해서 구매할 수도 있고,
HackRF … 더보기