GeoDaoyu


  • Home

  • About

  • Tags

  • Categories

  • Archives

  • Search

ArcGIS-JS-API加载天地图

Posted on 2020-07-06 | Post modified: 2020-09-18 | In ArcGIS JS API
Words count in article: 6.8k | Reading time ≈ 41

背景

在天地图官网服务可以看到,天地图提供了多种底图服务,分别有两种投影类型,CGCS2000和Web Mercator。

1584498518305

Read more »

使用Jenkins代码构建

Posted on 2020-07-06 | Post modified: 2020-07-06 | In Jenkins
Words count in article: 788 | Reading time ≈ 2

以前构建部署,都是手工操作。先在本机编译打包,然后拷贝到服务器上做部署。

频繁的构建部署,费时烦心,所以学习使用Jenkins来实现自动化。

Jenkins是开源CI&CD软件领导者, 提供超过1000个插件来支持构建、部署、自动化, 满足任何项目的需要。

官网的介绍和文档写的也很详尽了,下面我简单介绍下流程。

本文针对是Windows。Linux的环境时,一般都是内网,无法通过Git拉取更新。

Read more »

记一次捂汗治疗风寒感冒

Posted on 2020-07-06 | Post modified: 2020-07-06 | In Health
Words count in article: 221 | Reading time ≈ 1

新冠疫情期间(2020.6.15-6.19),不小心得了风寒感冒,自己在家用捂汗的方法来治疗。

症状

扁桃体发炎,喉咙痛。

咳痰(白痰)和流涕。

恶寒,头痛。

Read more »

SpringBoot下的增删改查

Posted on 2020-07-03 | Post modified: 2020-07-09 | In Java
Words count in article: 1.9k | Reading time ≈ 10

实习的时候,需要临时写点后端代码,实现最基础的增删改查。

在已有的项目框架(Spring Boot)中,观察其他模块的实现,发现需要7个文件。

热心的同事还专门电话给我讲解spring的目录结构和层级关系。

整理记录一下,下次需要写的时候,就直接凑7文件了【狗头】。

Read more »

使用FeatureLayer加载WFS服务

Posted on 2020-07-02 | Post modified: 2020-07-02 | In ArcGIS JS API
Words count in article: 339 | Reading time ≈ 1

ArcGIS JS API 在当前(4.15版本)提供有WebTileLayer、WMSLayer、WMTSLayer等图层类,但并没有提供加载WFS服务的图层类。所以使用FeatureLayer来实现加载。

WFS,Web Feature Service,网络要素服务

Read more »

XML基础

Posted on 2020-07-02 | Post modified: 2020-07-02 | In XML
Words count in article: 207 | Reading time ≈ 1

在项目中,有时需要处理XML的数据,如WFS服务。

XML、HTML、XHTML,这三者长得太像了,所以按照一样的操作处理即可。

XML,Extensible Markup Language,可扩展标记语言

Read more »

设置滚动条样式

Posted on 2020-06-29 | Post modified: 2020-06-29 | In CSS
Words count in article: 352 | Reading time ≈ 1

不使用插件,通过CSS设置滚动条样式。

你可以使用以下伪元素选择器去修改各式webkit浏览器的滚动条样式:

  • ::-webkit-scrollbar — 整个滚动条.
  • ::-webkit-scrollbar-button — 滚动条上的按钮 (上下箭头).
  • ::-webkit-scrollbar-thumb — 滚动条上的滚动滑块.
  • ::-webkit-scrollbar-track — 滚动条轨道.
  • ::-webkit-scrollbar-track-piece — 滚动条没有滑块的轨道部分.
  • ::-webkit-scrollbar-corner — 当同时有垂直滚动条和水平滚动条时交汇的部分.
  • ::-webkit-resizer — 某些元素的corner部分的部分样式(如:textarea的可拖动按钮).
    Read more »

修改hr标签样式

Posted on 2020-06-28 | Post modified: 2020-06-28 | In CSS
Words count in article: 96 | Reading time ≈ 1

一段来自的w3school介绍:

<hr>标签在 HTML 页面中创建一条水平线。

水平分隔线(horizontal rule)可以在视觉上将文档分隔成各个部分。

<hr>标签的表现,像一个内容为空的div。

那么通过设置border的样式,则可以修改hr的样式。

Read more »

CSS使用外部字体

Posted on 2020-06-28 | Post modified: 2020-06-28 | In CSS
Words count in article: 88 | Reading time ≈ 1

UI提供的字体,浏览器并没有,需要手动引入。

以普惠体为例,引入方式如下:

Read more »

查看和生成ssh公钥

Posted on 2020-06-16 | Post modified: 2021-07-06 | In Git
Words count in article: 206 | Reading time ≈ 1

背景

遇到个git服务器是用ssh认证的方式,就需要把我生成的公钥发送给代码仓库管理员,让他帮我添加到服务器上,我就可以通过ssh自由地拉取和提交代码了。

Read more »
1…345
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