摘要:
Claude 太贵了,直接使用DeepSeek接口,懒人必备。 using System.Net.Http.Headers; using System.Text.Json; var builder = WebApplication.CreateBuilder(args); builder.Servi 阅读全文
摘要:
C# 控制台生成执行脚本 using Microsoft.SqlServer.Server; using System; using System.Collections.Generic; using System.Data; using System.IO; using System.Linq; 阅读全文