摘要: osharp集成Yitter.IdGenerator并实现分布式ID 前言 osharp是什么?请看https://github.com/dotnetcore/osharp 安装Yitter.IdGenerator nuget安装Yitter.IdGenerator包 实现IKeyGenerator 阅读全文
posted @ 2025-03-14 13:02 shiningrise 阅读(73) 评论(0) 推荐(1)
摘要: osharp多租户方案 租户信息 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace OSharp. 阅读全文
posted @ 2025-03-11 16:44 shiningrise 阅读(69) 评论(0) 推荐(0)
摘要: deepseek本地部署简要教程 安装ollama 访问:https://ollama.com/ 安装AI模型 访问模型列表:https://ollama.com/search 安装deepseek-r1 命令行运行: ollama run deepseek-r1:1.5b docker安装open 阅读全文
posted @ 2025-02-13 08:40 shiningrise 阅读(106) 评论(0) 推荐(0)
摘要: 本文介绍了如何将 Admin.NET 以 WinForm 桌面程序模式运行,简化了手动配置 Web 服务的过程,便于演示和作为单机软件使用。通过添加特定 NuGet 包、修改 `Program.cs` 和 `Form1.cs` 文件,并调整项目配置,最终实现了在 WinForm 中嵌入 WebView 组件显示 Admin.NET 界面的效果。 阅读全文
posted @ 2024-11-24 16:28 shiningrise 阅读(145) 评论(0) 推荐(0)