wxy

归档

2025 年 10 月

# 查看已安装的 .NET SDK 版本(包含 ASP.NET Core 相关) dotnet --list-sdks # 查看已安装的 .NET 运行时版本(包含 ASP.NET Core 运行时) dotnet --list-runtimes

2025-10-10

const users = [ { name: 'Alice', age: 20 }, { name: 'Bob', age: 25 }, { name: 'Charlie', age: 30 } ]; // 提取所有用户的姓名,生成新数组 const names = users.ma

2025 年 09 月

proxy: image: nginxproxy/nginx-proxy container_name: nginx-proxy restart: always ports: - 80:80 - 443:443 labels:
// Admin.NET 项目的版权、商标、专利和其他相关权利均受相应法律法规的保护。使用本项目应遵守相关法律法规和许可证的要求。 // // 本项目主要遵循 MIT 许可证和 Apache 许可证(版本 2.0)进行分发和使用。许可证位于源代码树根目录中的 LICENSE-MIT 和 LICENS
在 Ubuntu 系统中使用 LVM 扩容根分区是一个常见的磁盘管理任务,以下是详细步骤: 前提条件 确保有未分配的磁盘空间或新添加的磁盘 系统已使用 LVM 管理根分区 扩容步骤 查看当前磁盘和分区情况 bash # 查看磁盘使用情况 df -h # 查看LVM卷组和逻辑卷情况
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 of
docker image prune -a

2025 年 07 月

createHolderProps('ScheduledPaymentDateStart'), createHolderProps('ScheduledPaymentDateEnd'), { ...useFormItemSpan(4), ...useFormR
Vben Admin 组件联动 { ...useFormItemSpan(3), ...useFormBoolSelect(), fieldName: 'IsUnifiedDelivery', label: '是否统一交货', },
在 Ubuntu 24.04 中设置二步验证(2FA)可以显著提高系统的安全性。以下是详细的设置步骤: ### 方法 1:使用 Google Authenticator(推荐) #### 1. 安装所需软件包 ```bash sudo apt update sudo apt install libp