aspire配置文件

using CoffeeShop.AppHost; var builder = DistributedApplication.CreateBuilder(args); var postgresQL = builder.AddPostgres("postgresQL") ...

Aspire服务发现注意事项

Aspire服务发现注意事项using k8s.Models; var builder = DistributedApplication.CreateBuilder(args); // 添加 ServiceDefaults 项目引用 var adminnetcore =builder.A...

ASP.NET MVC 中超过最大请求长度的问题:

<configuration> <system.web> <httpRuntime maxRequestLength="102400" /> <!-- 设置为所需的大小,例如 100MB 对应的大小是 102400KB --&g...

apk.1安装器

apk.1安装器Ium-Lab/Apk.1-Installer: 用于直接安装apk.1以及其他apk文件

Alibaba Cloud Linux 4 LTS 64位 docker一键安装脚本

Alibaba Cloud Linux 4 LTS 64位 docker一键安装脚本bash <(wget -qO- https://xuanyuan.cloud/docker.sh)

Admin.NET添加开放接口

using Admin.NET.Plugin.Wms.Option; namespace Admin.NET.Plugin.HrRcs; public class RemoteFilterHandler : DelegatingHandler, ITransient { // 这...

admin.net提示inotify超限错误

System.IO.IOException: The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number ...

Admin.Net按钮权限自动生成器方法

title: Admin.Net按钮权限自动生成器方法authors: shiningrisetags: [dotnet]image:description://PermissionAttribute.cs // Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。...

Admin.NET开源版微服务改造记录

Admin.NET开源版微服务改造记录将Admin.NET.Core项目拆分成两个项目:Admin.NET.Common,Admin.NET.CoreAdmin.NET.Common放基础工具类Admin.NET.Core放框架核心类库AspireApp.AppHost中的AppHost.cs...

Admin.Net字典

import { useUserInfo } from '/@/stores/userInfo';const userStore = useUserInfo(); const di = userStore.getDictItemByCode; const dl = userStore.ge...