07 2023 档案

摘要:# define 函数 ```js file:[define 函数的定义] Element.define(type [, defaultInstanceProperties, prototypeProperties, staticProperties]) ``` |参数名|描述| |:--|:--| 阅读全文
posted @ 2023-07-28 02:59 Himmelbleu 阅读(18) 评论(0) 推荐(0) 编辑
摘要:# Graph & Paper Paper 是渲染我们提供的数据的,表示的是视图层(View)。数据和逻辑在 Graph 中操作,表示的是数据层和控制层(Model & Controller)。 ![Graph & Paper 示意图](https://img2023.cnblogs.com/blo 阅读全文
posted @ 2023-07-26 00:39 Himmelbleu 阅读(34) 评论(0) 推荐(0) 编辑
摘要:什么是条件类型 条件类型可以让程序根据输入的类型来决定输出的类型是什么,也就是说根据不同的输入类型来确定输出的类型。条件类型的形式有点类似于 JS 中的条件表达式(condition ? trueExpression : falseExpression): file:[条件类型的规则] SomeTy 阅读全文
posted @ 2023-07-09 19:46 Himmelbleu 阅读(17) 评论(0) 推荐(0) 编辑
摘要:简单的例子 以下是一个简单的例子,通过索引访问类型(Indexed Access Types),可以给一个对象定义 key 的类型以及 value 的类型。 type Horse = { age: number; }; type OnlyBoolsAndHorses = { [key: string 阅读全文
posted @ 2023-07-06 02:19 Himmelbleu 阅读(26) 评论(0) 推荐(0) 编辑
摘要:导入依赖 file:[pom.xml] <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.4.6</vers 阅读全文
posted @ 2023-07-01 01:12 Himmelbleu 阅读(24) 评论(0) 推荐(0) 编辑

🐟
Hi~👋,
I'm Himmelbleu.
一位 Web <Developer /
点击右上角即可分享
微信分享提示