Vben Admin 组件联动 { ...useFormItemSpan(3), ...useFormBoolSelect(), fieldName: 'IsUnifiedDelivery', label: '是否统一交货', },
Admin.NET开源版微服务改造记录 将Admin.NET.Core项目拆分成两个项目:Admin.NET.Common,Admin.NET.Core Admin.NET.Common放基础工具类 Admin.NET.Core放框架核心类库 AspireApp.AppHost中的AppHost.c
K8s 使用私有仓库拉取镜像 # 通用命令(替换仓库地址、用户名、密码) kubectl create secret docker-registry my-registry-secret \ --docker-server=你的私有仓库地址(比如 https://harbor.example.c
k8s单机版kind nodePort不能自动映射到宿主主机 你问的 Kind 集群的 NodePort 访问特殊要求,核心根源是:Kind 是基于 Docker 容器的「轻量级 K8s 集群」,其 NodePort 规则仅在 Kind 容器内部生效,而非直接绑定到 Ubuntu 宿主机的网卡——
下载并执行Docker官方一键安装脚本(自动适配Ubuntu 24.04) curl -fsSL https://get.docker.com -o get-docker.sh sudo sh get-docker.sh
[vxe table v4.17.48] 参数 "[grid] proxy-config.props" 已废弃,请使用 "proxy-config.response"
using CoffeeShop.AppHost; var builder = DistributedApplication.CreateBuilder(args); var postgresQL = builder.AddPostgres("postgresQL") .WithIm
cmd set http_proxy=http://127.0.0.1:端口号 set https_proxy=http://127.0.0.1:端口号 bash linux export http_proxy=http://127.0.0.1:端口号 export https_proxy=http
基于openspec-cn的SDD规范驱动开发实战 规范驱动开发 简单介绍 规范驱动开发(Specification Driven Development,简称 SDD 或 SpecDD)是一种以规范为核心的软件工程方法,既包含传统敏捷开发衍生出的混合型模式,也发展出适配 AI 时代的新型开发范式,