728x90 전체 글446 Blazor WebAssembly에서 TransferService Blazor WebAssembly에서 TransferService를 만들어 페이지 간 데이터 공유하는 방법을 설명해 드리겠습니다.✅ 1. TransferService란?Blazor WebAssembly에서 페이지 간 데이터를 공유하는 서비스상태(State)를 관리하는 역할 (ex: 폼 데이터, 임시 사용자 입력값 유지)Singleton 또는 Scoped로 등록하여 어디서든 접근 가능✅ 2. TransferService 구현Blazor WebAssembly에서는 **DI(의존성 주입)**을 통해 TransferService를 만들어 상태를 관리할 수 있습니다.🔹 TransferService.cscsharp복사편집using System; using System.Collections.Generic; usin.. 2025. 1. 31. blz window.cookieHelper = { getCookie: function (name) { let matches = document.cookie.match(new RegExp( "(?:^|; )" + name.replace(/([\.$?*|{}\(\)\[\]\\\/\+^])/g, '\\$1') + "=([^;]*)" )); return matches ? decodeURIComponent(matches[1]) : null; }};blazor webassembly에서 "@attribute"가 동작하지 않는데 비슷한 기능이 있는가? ChatGPT의 말:ChatGPTBlazor WebAssembly에서는 @attribute 지시어가 기본적으.. 2025. 1. 31. stunnel.conf ; stunnel.confclient = yes[postgres]accept = 127.0.0.1:30003connect = db1.uptrio8888.com:30003sni = db1.uptrio8888.com https://www.stunnel.org/downloads/stunnel-5.74-win64-installer.exe - name: KONG_KONG_DEBUG value: "1" - name: KONG_LOG_LEVEL value: debug 2025/01/13 07:02:57 [debug] 1294#0: *138186 stream [lua] init.lua:1361: balancer(): setting address (try .. 2025. 1. 13. kubernetes command 샘플 command: - /bin/sh - '-c' - 'echo Hello, Kubernetes && sleep 3600' 2025. 1. 11. 이전 1 2 3 4 ··· 112 다음 728x90