- 博客(6)
- 收藏
- 关注
原创 利用码云解决github下载速度过慢的问题
码云地址:https://gitee.com注册/登录创建仓库导入已有仓库(github地址)下载其他方法(未见效果)在 https://www.ipaddress.com/ 网站查到下面三个域名的ip,更改host 文件。140.82.114.4 github.com199.232.5.194 github.global.ssl.fastly.net192.30.253....
2020-02-27 21:31:52
400
原创 webpack配置的一些坑
Module build failed (from ./node_modules/ts-loader/index.js):Error: TypeScript emitted no output for XXX
2020-01-15 11:16:17
2292
原创 tsconfig
找不到模块 “./index.less”创建 externals.d.ts 文件或者创建 typings 文件夹,创建index.d.ts文件declare module "*.less" { const less: any; export default less;}无法找到模块“@antv/data-set”的声明文件 declare module "XXX" {...
2019-12-25 11:23:16
539
原创 装饰器 Decorator
装饰对象: 类、类的方法本质:函数,参数为类执行时间:编译阶段如果同一方法有多个装饰器,从外到内进入,从内到外执行function dec(id){ console.log('evaluated', id); return (target, property, descriptor) => console.log('executed', id);}class Exa...
2019-10-17 15:30:55
150
原创 微店面试
一面Promise 和 setTimeout 哪个先执行?为什么?哪几种方式可以造成内存泄漏闭包循环引用定时器隐藏元素有哪几种方法?display: nonevisibility: hiddentransform:translatescale:0z-index:-999height:0opacity:0margin-top:20% 和 padding-top:20% ...
2019-10-17 10:28:02
904
原创 达摩院面试
达摩院一面地图数据格式用到哪些pcd有哪两种格式ASCII 可查看修改 二进制 下载存储快webGL原理地图切片优化瓦片地图和矢量地图地图中用到的坐标是什么threeJs 都用过哪些处理复杂数据算法使用webworker,为JavaScript 创造多线程环境,允许主线程创建 Worker 线程,将一些任务分配给后者运行。两者互不干扰。等到...
2019-10-12 14:13:58
1320
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人