sun and cloud
🌈 欢迎访问我的博客,又是美好的一天!

gulp + webpack 打包一个js

一些场景需要用 gulp 打包,结合 webpack 完成一些任务

gulp build webpack 打包 es5
阅读更多

自己最常用的 bash alias(Mini alias)

有时候有新的 linux 到手时,需要添加一些常用的 alias,但不方便大范围定制

bash alias linux centos ubuntu server +2
阅读更多

Scrapy学习: 下载文件 - cheatsheet

用 scrapy下载文件的相关记录,总结

scrapy 文件 下载 download
阅读更多

python 学习: 读取 tsv 并转为为 list 结构

一个常用的 tsv 转 python 数据类型的示例

python zip tsv csv json list +2
阅读更多

Vuex: 在 Vue 项目中添加 vuex 的 store 支持

在 vue项目里,结合 nx 添加 store 的支持

vue vuex store
阅读更多

Typescript学习: ReturnType

获取函数返回值类型

ts typescript ReturnType
阅读更多

Typescript学习: Record

Typescript 中 Record 用法

typescript record 笔记
阅读更多

Typescript学习: Omit 与 Pick

typescript的2个常用工具

typescript ts pick omit
阅读更多

Typescript学习: Partial 与 Required

两个常用的工具

typescript ts optional partial required
阅读更多

Typescript学习: unknown 与 any

推荐:使用 unknown 类型代替 any 类型

hook react unknown any
阅读更多