07 2023 档案
摘要:# define 函数 ```js file:[define 函数的定义] Element.define(type [, defaultInstanceProperties, prototypeProperties, staticProperties]) ``` |参数名|描述| |:--|:--|
阅读全文
摘要:# Graph & Paper Paper 是渲染我们提供的数据的,表示的是视图层(View)。数据和逻辑在 Graph 中操作,表示的是数据层和控制层(Model & Controller)。 : file:[条件类型的规则] SomeTy
阅读全文
摘要:简单的例子 以下是一个简单的例子,通过索引访问类型(Indexed Access Types),可以给一个对象定义 key 的类型以及 value 的类型。 type Horse = { age: number; }; type OnlyBoolsAndHorses = { [key: string
阅读全文
摘要:导入依赖 file:[pom.xml] <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-boot-starter</artifactId> <version>1.4.6</vers
阅读全文