摘要: 思路 1、首先数据是Excel表格,无pId,但是需要按照目录层级顺序排好(并且是按照到每一层级的最里层);前端根据目录层级,进行pId的赋值及取值; 2、为每一条数据添加pId: 观察表格数据结构,是否为叶子节点与其他字段无关,只与上一层级的zIndex大小有关; 当前项zIndex与前一项的zI 阅读全文
posted @ 2021-07-08 10:22 尘心i 阅读(659) 评论(0) 推荐(0) 编辑
摘要: 1、各类型图表使用场景: 阅读全文
posted @ 2021-07-02 16:26 尘心i 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Vue CLI 4.0 项目搭建 cmd: vue create ${app_name} ? Check the features needed for your project: (Press <space> to select, <a> to toggle all, <i> to invert 阅读全文
posted @ 2021-07-02 16:08 尘心i 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 1、多个grid: 【链接】MakeAPiehttps://www.makeapie.com/editor.html?c=xr1uW7RWc- 【链接】MakeAPiehttps://www.makeapie.com/editor.html?c=xH7aW0Yz_B 断面图: 【链接】MakeAPi 阅读全文
posted @ 2021-07-01 14:28 尘心i 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1、柱状图:https://www.makeapie.com/editor.html?c=xhmv-1o6XS 2、模拟航线:https://www.makeapie.com/editor.html?c=x0-ExSkZDM 阅读全文
posted @ 2021-06-27 18:44 尘心i 阅读(76) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/306951970 阅读全文
posted @ 2021-06-25 22:41 尘心i 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/tugenhua0707/p/7351111.html 使用async/await 代码看起来都是同步的,等第一步完成后,再执行第二步,依次类推..... 并且不需要更多的回调函数嵌套。 后面的步骤需要上一个步骤的结果传递进去,使用async/a 阅读全文
posted @ 2021-06-22 16:04 尘心i 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 今天突然看到地图的绝对定位的新写法:inset 其实等价于 我们一般的写法,简化了而已 .element { position: absolute; inset: 0; /* 等同于 `top: 0; right: 0; bottom: 0; left: 0;` */ inset: 1em 2em; 阅读全文
posted @ 2021-06-22 09:32 尘心i 阅读(8416) 评论(0) 推荐(2) 编辑
摘要: 各版本api文档 https://developers.arcgis.com/downloads/#javascript MacBook 启动自带的 Apache服务 2、TS的项目搭建: https://developers.arcgis.com/javascript/latest/typescr 阅读全文
posted @ 2021-06-11 14:15 尘心i 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/zhangyezi/p/13755119.html 阅读全文
posted @ 2021-06-09 16:52 尘心i 阅读(66) 评论(0) 推荐(0) 编辑