08 2023 档案
摘要:g2 条形图填充色设置渐变色 为了方便可以直接访问 github 链接 https://github.com/antvis/G2/discussions/5486 在 antv/g2 4.*版本 在 4.*版本是不支持设置 fill 属性为 linear-gradient(-90deg, white
阅读全文
摘要:ref + settimeout 为啥不能使用 state / 静态变量 state 就存在闭包 静态变量无效 ```javascript handleSingleClick = () => { const timer = setTimeout(() => { if (!this.isDoubleC
阅读全文
摘要:# 1、ts转js ## 1.1、 安装 ```bash npm install -g typescript ``` ```bash tsc --initÏ ``` ## 1.2、 使用方法 ### 1.2.1、将ts文件转化为js ```bash tsc index.ts ``` 会自动生成对应的
阅读全文
摘要:## 一个适用于 react 的视频插件—react-player ``` 说明文档 转载说明:来源于npm库中的readme.md 侵权删 调试工具地址: https://cookpete.com/react-player 1. 可以自动播放 2. 可以实现画中画、倍速、可控播放等功能 ``` R
阅读全文
摘要:## 1、初始化报错 react > 初始化 ts 项目之后 react 导入之后会,会有警告 React' is declared but its value is never read. **解决方案: 在 ts.config 中添加** ```javascript { "compilerOpt
阅读全文