본문 바로가기
728x90

분류 전체보기461

불필요한 서비스 중단하기 disable-services.ps1# Windows Search 비활성화Stop-Service -Name "WSearch" -ForceSet-Service -Name "WSearch" -StartupType Disabled# Start-Service -Name "WSearch"# Set-Service -Name "WSearch" -StartupType Automatic# Waves Audio Service 비활성화 (WavesSvc64)Stop-Service -Name "WavesSysSvc" -ForceSet-Service -Name "WavesSysSvc" -StartupType Disabled# Start-Service -Name "WavesSysSvc"# Set-Service -Name "Wav.. 2025. 5. 14.
무료 wallpaper https://www.pexels.com/ko-kr/search/landscape%20wallpaper/ 2025. 5. 6.
React Clean Architecture Skeleton Project 1.카운터 앱과 인증 앱 두 가지 예제를 통해 클린 아키텍처를 적용하는 방법을 보여줌. 비즈니스 로직과 UI를 분리하여 유지보수성과 테스트 용이성을 높였음.https://github.com/eduardomoroni/react-clean-architecture GitHub - eduardomoroni/react-clean-architecture: A realistic approach to implement clean architecture on react codebasesA realistic approach to implement clean architecture on react codebases - eduardomoroni/react-clean-architecturegithub.com 2. React Q.. 2025. 4. 21.
frontend react와 backend netcore8.0 샘플 사이트 1.자습서: Visual Studio에서 React를 사용하여 ASP.NET Core 앱 만들기https://learn.microsoft.com/ko-kr/visualstudio/javascript/tutorial-asp-net-core-with-react?view=vs-2022 React를 사용하여 ASP.NET Core 앱 만들기 - Visual Studio (Windows)Visual Studio에서 사용자 인터페이스를 제공하는 API 백 엔드 및 React 프로젝트로 사용할 ASP.NET Core 프로젝트를 만듭니다.learn.microsoft.com 2. Sample AspNet Core with React and Docker support applicationhttps://github.com/.. 2025. 4. 18.
728x90