• 2023-05-26FLEX实践—XML HttpService加载错误
    主应用代码:<?xmlversion="1.0"encoding="utf-8"?><mx:Applicationxmlns:mx="http://www.adobe.com/2006/mxml" horizontalAlign="center" verticalAlign="middle" creationComplete="init
  • 2023-03-30前端设计模式——依赖注入模式
    依赖注入模式(DependencyInjectionPattern):允许我们通过将对象的依赖关系从代码中分离出来,从而使代码更加模块化和可重用。在传统的编程模式中,一个对象可能会直接创建或
  • 2023-02-25k8s的滚动更新
    一、什么是滚动更新当某个服务需要升级时,传统的做法是,先将要更新的服务下线,业务停止后再更新版本和配置,然后重新启动服务。如果业务集群规模较大时,这个工作就变成了一个
  • 2022-10-21HttpService
    usingSystem.Net.Http;usingSystem.Text;usingSystem.Text.Json;usingSystem.Threading.Tasks;usingBlazorShared;usingBlazorShared.Models;usingMicrosoft
  • 2022-10-17HttpService 客户端Url请求
    usingSystem.Net.Http;usingSystem.Text;usingSystem.Text.Json;usingSystem.Threading.Tasks;usingBlazorShared;usingBlazorShared.Models;usingMicrosoft