打字稿 问答列表

在 TypeScript Angular 中将嵌套的 JSON 写入 Excel

作者:Asghar Biz 提问时间:3/11/2023

我的数据如下: 我想在我的angular-material项目中转换为Excel,如下所示:...

如何在 Typescript 中声明引发错误的函数

作者:marcXandre 提问时间:3/23/2018

在 Java 中,我会声明一个这样的函数: public boolean Test(boolean test) throws Exception { if (test == true) retu...

模板文字类型 打字稿 重复

作者:Kousha 提问时间:12/17/2020

是否可以使用模板文字类型构建重复?例如: type Hex = 'a' | 'b' | 'c'| ...; type Id = `${Hex}${Hex}...` // Here I want to...

TypeScript - 如何:以“”开头的属性。(点)

作者:okieh 提问时间:5/2/2014

调用 .NET OAuthToken 终结点时,结果包含两个以“.”开头的属性: { "access_token":"abcde..." "expires_in":1209599 ".exp...

设置全局 Moment 区域设置后,Moment-Timezone 使用默认区域设置

作者:Stavros_S 提问时间:5/31/2017

我正在构建一个用 Typescript 编写的应用程序,它使用 Moment.js 和 moment-timezone 的功能。我需要本地化应用程序中的日期和时间戳,因此在主文件中,我使用设备的语言设...

getServerSession() return { user: { name: undefined, email: undefined, image: undefined } }

作者:José Cardozo 提问时间:4/26/2023

我有一个服务器端组件,这个文件是 *.jsx,我需要有用户记录的 id 来执行 http 请求,但是当我运行此行会话时 catch { user: { name: undefined, email: ...

TRPCError invalid_type

作者:Saif Azzam 提问时间:11/10/2023

我正在开发一个使用 tRPC(TypeScript 优先的 RPC 库)在 TypeScript/Node.js 环境中处理 CRUD 操作的项目。我已经为 Mashup 资源设置了一个路由器,其中包...

自定义 hook vue3 composable 的声明文件

作者:Kauê Zuquetto 提问时间:10/11/2023

我有一个 laravel、vue3 和 typescript 项目。 在用户模块 UsersGrid 中,我有一个自定义可组合项 useUser ,我想输入它,但是我尝试的每一种方式,总是会出现错误...

打字稿:[编译时间] 可写(-可读)数组/对象,具有“as const”类型缩小

作者:Aidin 提问时间:11/21/2020

使用 const 断言,可以很好地将对象/数组文本的类型缩小到其元素。 例如: const arr = [ [5, "hello"], [5, "bye"], ] as const; typ...

当有嵌套对象时,如何将真实对象的嵌套对象分配给其他变量,这会影响真实对象吗?

作者:mert 提问时间:8/9/2022

let user = { name: "John", age: 30, address: { country: "England", city: "Manchester" } } let...


共259条 当前第2页