上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 50 下一页
摘要: 下边介绍Vector Layer Path(Layer) Path是其他Vector Layer的父类,比如Polyline、Polygon、Rectangle、Circle、CircleMarker...,虽然我们不直接用Path类,但是它的属性和方法我们需要了解。 1、参数 stroke //是 阅读全文
posted @ 2020-11-11 20:13 ShineLe 阅读(8508) 评论(0) 推荐(0)
摘要: Marker、Popup、Tooltip类都是继承自Layer类:Event与Layer Marker 1、用例 L.marker([41,123]).addTo(map); 2、实例化 L.marker(<LatLng> latlng , <Marker options> options) 3、参 阅读全文
posted @ 2020-11-11 20:10 ShineLe 阅读(4776) 评论(0) 推荐(2)
摘要: Leaflet官方文档中只给出了4种控件:Zoom、Attribution、Layers、Scale;它们都是继承自Control类,具体可以参考Control。 Control Zoom、Scale、Layer、Attribution的父类 1、参数 position //Map控件的位置,只能位 阅读全文
posted @ 2020-11-11 14:31 ShineLe 阅读(6705) 评论(0) 推荐(1)
摘要: Event 之所以要说Event,是因为很多类都是继承自Layer——Marker、Popup、Tooltip、Path以及继承自Path的Circle、Polyline、Polygon...;而Layer又是继承自Event的。追根溯源我们先看Event类。 Event的作用是当某些事发生在一个对 阅读全文
posted @ 2020-11-11 14:15 ShineLe 阅读(2506) 评论(0) 推荐(0)
摘要: 1、初始化 L.map(<String> id , options ?) //用地图div的id创建 L.map(<HTMLElement>el , options?) //用地图div的name创建 2、参数: //控件Control attributionControl //地图右下角的信息说明 阅读全文
posted @ 2020-11-11 13:58 ShineLe 阅读(5161) 评论(0) 推荐(2)
摘要: 控制台不打印信息的解决方法 你要看看你是否在之前进行过查找关键字操作,操作之后忘记删去这个关键字,导致console中只会留下对于该关键字的查询结果。 阅读全文
posted @ 2020-11-09 13:37 ShineLe 阅读(870) 评论(0) 推荐(0)
摘要: HTML Helloworld文件: <!DOCTYPE html> <html> <head> <title>hello world</title> </head> <body> hello world </body> </html> 开头:<!DOCTYPE HTML> <html>与</htm 阅读全文
posted @ 2020-11-02 00:23 ShineLe 阅读(75) 评论(0) 推荐(0)
摘要: 在Word菜单栏 插入->对象 如果Visio绘图已经保存为了文件,可以选择由文件创建 阅读全文
posted @ 2020-10-28 20:44 ShineLe 阅读(2677) 评论(0) 推荐(0)
摘要: 原因:MySQL服务没有启动 解决方法:在 “服务” 中启动MySQL 阅读全文
posted @ 2020-10-27 16:08 ShineLe 阅读(571) 评论(0) 推荐(0)
摘要: 参考:MySQL使用教程 写在开头: 语句后都要注意加分号; 大小写无所谓,一般用大写 1、MySQL服务,在普通的cmd而不是MySQL cmd下进行 --停止MySQL服务 net stop mysql80 --启动MySQL服务 net start mysql80 --连接其他服务器上的MyS 阅读全文
posted @ 2020-10-23 00:23 ShineLe 阅读(107) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 50 下一页