受欢迎的博客标签
RSS

博客

Part 3 - how to containerize a .NET Web application with Docker - using mcr.microsoft.com/dotnet/aspnet image
Dockerfile FROM mcr.microsoft.com/dotnet/sdk:9.0@sha256:3fcf6f1e809c0553f9feb222369f58749af314af6f063f389cbd2f913b4ad55
Ubuntu命令大全:磁盘空间清理
Ubuntu磁盘空间清理
Linux 安全清单
操作系统安全   ssh访问安全   应用程序权限  
How to Install and uninstall reinstall upgrade .NET x on Ubuntu
Dotnet 命令大全
各种AI框架之间的关系
sherpa-onnx icefall k2 体系 funasr PyTorch 框架 之间的关系
在 Windows 10 上开发 C#,手工制作 Linux Docker 镜像(amd64,Ubuntu 22.04)
Windows 10 写 C# project→ dotnet publish linux-x64 → Ubuntu 22.04 Dockerfile → amd64 镜像
股票K线相似度查询
  余弦向量相似性和SIFT算法在股票K线相似度查询中的使用    
Part 2 - how to containerize a .NET Web application with Docker - using raw Ubuntu image
his method uses a standard ubuntu image. In the first stage, we manually install the .NET 10.0.300 SDK to compile the ap
Part 1 - how to containerize a .NET application with Docker - using Alpine Linux image
If you want the smallest possible footprint without using Microsoft images, you can use Alpine Linux. Because Alpine use
Docker 镜像的构成及原理
Docker 镜像的构成及原理,c#示例