GeoDaoyu


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

禁止自动填充密码框

Posted on 2023-09-22 | Post modified: 2023-09-22 | In CSS
Words count in article: 59 | Reading time ≈ 1

浏览器设置可以自动填充密码,有时候很有用,有时候很讨厌。
这里记录一个通过HTML属性禁用自动填充密码的方法。

1
2
3
4
5
<Input
autoComplete="new-password"
type="password"
placeholder="密码"
/>

前端应用唤起桌面应用

Posted on 2023-09-22 | Post modified: 2023-09-22 | In JavaScript
Words count in article: 243 | Reading time ≈ 1

背景

某测绘院购买了高拍仪,需要在前端应用中唤起高拍仪的软件。
环境是 win10,本机已安装高拍仪软件。

Read more »

在npm上发布一个包

Posted on 2021-08-14 | Post modified: 2021-08-14 | In Git
Words count in article: 402 | Reading time ≈ 1

在学习ArcGIS JS API的过程中,我尝试自己来实现一个esri/core/Accessor类。所以我这么做了,并且把它做成了一个基类发布到了npm上。

这里主要记录如何发布一个包到npm上。

Read more »

翻译-微件开发

Posted on 2021-04-22 | Post modified: 2021-06-17 | In translation
Words count in article: 2k | Reading time ≈ 8

翻译自ArcGIS JS API 官网教程!!!

微件是可重用的用户界面组件,是提供丰富用户体验的关键。ArcGIS for JavaScript API提供了一组随时可用的微件。从4.2版开始,它还为创建定制微件提供了基础。

Read more »

个人服务器

Posted on 2020-12-07 | Post modified: 2020-12-07 | In ArcGIS JS API
Words count in article: 571 | Reading time ≈ 3

2019年12月,想着参照AcrGIS官网示例搭建的typescript开发环境,写一些简单入门的WebGIS demo。

然后租了腾讯云的一台1H2G的服务器,部署ArcGIS API、SDK和应用。

同时准备录制视频,所以想租一台windows server,直接录屏操作服务器。结果网络很卡,就放弃了录屏服务器的想法。

Read more »

视频融合

Posted on 2020-11-25 | Post modified: 2020-11-25 | In ArcGIS JS API
Words count in article: 2.6k | Reading time ≈ 14

项目中有使用到视频融合,记录实现过程。

视频融合简单来讲就是在地图中接入一个视频。视频如地图中的要素一般。

效果图如下:

image-20201124103009147

Read more »

出差准备的物件

Posted on 2020-10-31 | Post modified: 2021-06-17 | In Life
Words count in article: 125 | Reading time ≈ 1

差不多每年10月都会出个差、所以存一份儿出差要准备物件的清单,以后就直接照着清单配了。

Read more »

umi学习大纲梳理

Posted on 2020-10-09 | Post modified: 2020-10-09 | In JavaScript
Words count in article: 326 | Reading time ≈ 1

UmiJS

Umi是可扩展的企业级前端应用框架。

链接:https://umijs.org/zh-CN/docs

Read more »

Promise执行顺序

Posted on 2020-09-23 | Post modified: 2020-09-30 | In JavaScript
Words count in article: 515 | Reading time ≈ 2

Promise的执行顺序会设计到JavaScript的事件循环。

找到一张图,来理解:

eventloop

Read more »

ramda-compose中包含异步操作

Posted on 2020-09-20 | Post modified: 2020-09-20 | In Ramda
Words count in article: 310 | Reading time ≈ 1

在函数组合时,如果有异步操作,那么ramda中compose应该怎么写呢?

在写空间查询例子的时候,就遇到了这个问题,其中doQuery方法是一个异步函数。

解决方法是一个andThen函数。

Read more »
123…5
GeoDaoyu

GeoDaoyu

GeoDaoyu's personal page

49 posts
15 categories
58 tags
GitHub E-Mail
© 2020 — 2025 GeoDaoyu | Site words total count: 31.2k
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4