首页 新闻 赞助 找找看
1
回答数

回答被采纳 30 容器中无法访问 api.nuget.org

昨天开始遇到这个问题,用的是阿里云云服务器,容器中无法访问 api.nuget.org,造成无法 build 镜像 #18 10.07 Retrying 'FindPackagesByIdAsync'
1
回答数

回答被采纳 30 如何将 package.json 中的所有 npm 包更新至最新版本

请问将 package.json 中的所有 npm 包更新至最新版本?
1
回答数

回答被采纳 30 angular 15 升级到 17 后 Subject 的 next() 方法报错

angular 15 升级到 angular 17 之后,下面的代码报错 private _sub = new Subject(); this._sub.next(); 报错信息如下 error TS
2
回答数

回答被采纳 30 javascript 如何用简洁的代码得到当天零点的日期

比如 2024-03-17 00:00:00,C# 中对应的代码是 DateTime.Now.Date,请问 js 中如何用简洁的代码实现?
1
回答数

回答被采纳 30 angular: ng-template 遇到 "Invalid ICU message" 问题

下面的 ng-template 代码 <ng-template #errorTpl let-control> @if (control.errors?.['required']) { 请输入链接地址
1
回答数

回答被采纳 30 如何消除 github workflow atctions 中的 warning

下面这个很简单的 github workflow 清单文件 name: CI on: push: branches: [ "main" ] pull_request: branches: [ "mai
1
回答数

回答被采纳 30 angular: 如何让 ng-zorro 的 nz-form-label 整行显示

html 代码如下,渲染时 nz-form-label 与 input 会显示在一行,如何让 nz-form-label 单独一行显示? <nz-form-item> <nz-form-label n
1
回答数

回答被采纳 30 angular: formGroup 是否可以与 ngModel 共存

想在之前使用 ngModel 的 component 中使用 formGroup 进行前端验证,数据的绑定与保存还是使用之前的 ngModel 方式,请问是否可以实现 formGroup 与 ngMo
1
回答数

回答被采纳 30 angular FormGroup 问题:"Cannot read properties of null (reading '_rawValidators')"

使用 FormBuilder 创建 FormGroup 遇到问题 组件的构造函数中创建 FormGroup 的代码: this.editLinkForm = this.fb.group({ linkT
1
回答数

回答被采纳 30 angular query parameters 使用问题

下面的代码会渲染出多个 <li>,点击每个 <li> 会 navigate 到不同的 url 并自动携带 url 中的所有查询查询参数,比如 ?page=5,请问如何实现不携带指定的参数 <ng-te
1
回答数

回答被采纳 30 angular: 如何将 FormGroup 从 dirty 状态改为 pristine

场景是通过快捷键进行保存,请问如何实现?
0
回答数

待解决问题 30 通义千问开源大模型 Qwen 是否支持 function calling

请问自己部署的通义千问开源大模型 Qwen 是否支持 function calling,目前已知的是阿里云 DashScope + Qwen 不支持 function calling 相关博问 htt
1
回答数

待解决问题 30 Kernel Memory 的 ServiceCollectionPool 配置 HttpClient 问题

下面的代码中使用 ConfigureHttpClientDefaults 遇到问题 var builder = new KernelMemoryBuilder(); // builder.Servic
1
回答数

回答被采纳 30 Kernel Memory: 如何通过 IKernelMemoryBuilder 配置 HttpClient

最近在学习 Kernel Memory,想给 HttpClient 添加一个 DelegatingHandler 看看 OpenAI 的 api 响应内容 var builder = new Kern
1
回答数

回答被采纳 30 阿里巴巴矢量图标库 iconfont 使用问题:添加图标后不生效

在“我的项目”中添加图标后,通过 /api/project/download.zip 下载的文件中没有包含新添加的图标,请问如何解决这个问题?
1
回答数

回答被采纳 30 Semantic Kernel: Semantic Memory 与 Kernel Memory

今天发现 Semantic Kernel 的 Memory 有两种实现,分别是 Semantic Memory 与 Kernel Memory,它们的区别是什么?
3
回答数

待解决问题 30 请问国内有没有支持 function calling 的大模型

目前已知的是通义千问暂不支持 function calling,请问国内有没有其他支持 function calling 的大模型?
1
回答数

回答被采纳 30 Semantic Kernel: AddFromPromptDirectory 与 ImportPluginFromPromptDirectory 的区别

在 Semantic Kernel 中 IKernelBuilder.Plugins 有个方法 AddFromPromptDirectory,Kernel有个扩展方法 ImportPluginFrom
1
回答数

回答被采纳 30 .NET: MongoDB.Bson 反序列化问题 "Element does not match any field or property of class"

用 MongoDB.Bson 反序列化 Newtonsoft.Json.Bson 序列化的内容,出现下面的错误 System.FormatException: Element 'HasBlog' do
1
回答数

回答被采纳 30 .NET: MongoDB.Bson 序列化问题

使用 MongoDB.Bson 序列化对象时遇到了问题,直接对实例序列化正常,转换为 object 实例化失败,示例代码如下 using MongoDB.Bson; TestData dt = new
4
回答数

待解决问题 30 大模型相关概念理解:grounding 与 embedding 的区别

请问在大语言模型(Large Language Model)中 grounding 与 embedding 的区别是什么?
1
回答数

回答被采纳 30 如何通过 EF Core 实现对某个字段进行减一更新

比如博问在删除回答时更新问题的评论数,如果写成 SQL 是下面这样的: UPDATE [dbo].[question_Item] SET [AnswerCount] = AnswerCount - 1
1
回答数

回答被采纳 30 阿里云模型服务灵积 DashScope 是否支持 function calling

在博文 一次失败的尝试:one-api + dashscope + qwen-max 运行 Semantic Kernel 插件 中遇到的问题,不确定 DashScope 是否支持 function
1
回答数

回答被采纳 30 MongoDB.Bson 是否兼容 Newtonsoft.Json.Bson

准备将 EnyimMemcachedCore 中使用的 Newtonsoft.Json.Bson 换成 MongoDB.Bson,请问 Newtonsoft.Json.Bson 序列化的内容是否可以被
2
回答数

回答被采纳 30 如何通过 C# 代码 prompt 对应的 token 数量

想在将 prompt 发给大模型之前用 C# 代码计算对应的 token 数量,请问如何计算?