Agent 开发教程地址: https://docs.whuanle.cn/zh/learn_ai_agent 作者博客地址: https://www.whuanle.cn https://www.cnblogs.com/whuanle OpenAI 接口 OpenAI 接口经历了 Completi[......] 继续阅读

2026年9月1日 0条评论 342点热度 0人点赞 痴者工良 阅读全文

从 ServerlessWorkflow 中学习到一个有趣的 NewtonsoftJson 配置。 var newtonsoftJsonDefaultConfig = (JsonSerializerSettings settings) => {[......]继续阅读

2022年11月19日 0条评论 4803点热度 1人点赞 痴者工良 阅读全文

From ServerlessWorkflow, I learned an interesting configuration for NewtonsoftJson. var newtonsoftJsonDefaultConfig = (JsonSerializerSetti[......]继续阅读

2022年11月19日 0条评论 4399点热度 1人点赞 痴者工良 阅读全文

DDNS 这是一个根据当前公网 IP 动态修改腾讯云域名记录的工具,如果宽带不是专线,那么 IP 会隔几天变化一次,这样给域名绑定带来麻烦。 此工具通过动态识别当前网络的公网 IP 地址,将变化的 IP 推送到腾讯云已有的域名解析中,实现域名动态绑定 IP。 注意:国内未经备案的机器,不能对外提供服[......] 继续阅读

2022年10月18日 6条评论 16226点热度 1人点赞 痴者工良 阅读全文

DDNS This is a tool for dynamically modifying Tencent Cloud domain records based on the current public IP. If the broadband is not a dedicated line, t[......] 继续阅读

2022年10月18日 6条评论 10022点热度 1人点赞 痴者工良 阅读全文

public class TestNoopHostLifetime : IHostLifetime { public Task StopAsync(CancellationToken cancellationToken) { C[......]继续阅读

2022年6月24日 0条评论 4651点热度 2人点赞 痴者工良 阅读全文

public class TestNoopHostLifetime : IHostLifetime { public Task StopAsync(CancellationToken cancellationToken) { C[......]继续阅读

2022年6月24日 0条评论 1904点热度 2人点赞 痴者工良 阅读全文

Docker 如果使用 Nexus 配置 Docker 私有仓库,但是 Docker 不配置好地址,那么拉取镜像时会提示: Error response from daemon: Get https://192.168.0.111:666/v2/: http: server gave HTTP re[......]继续阅读

2021年8月11日 0条评论 5391点热度 0人点赞 痴者工良 阅读全文

Docker If you configure a Docker private repository using Nexus but do not set the correct address for Docker, you will receive the following error wh[......] 继续阅读

2021年8月11日 0条评论 5171点热度 0人点赞 痴者工良 阅读全文