自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(20)
  • 资源 (2)
  • 收藏
  • 关注

原创 js 文本逐个输出.html

<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>js 文本逐个输出</title> <script src="lib/jquery/jquery-3.2.1.js"></script></head><body onload="displayTxt()"><div.

2020-05-31 20:46:14 431

转载 win10 系统重装.txt

参考:http://hs.nxjcytzc.com/

2020-05-27 18:10:47 665

转载 cesium-1.62 hello world.html

<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.

2020-05-26 09:59:32 213

转载 arcgis_rest_services_query.txt

arcgis_rest_services_query.txt参考:https://developers.arcgis.com/rest/services-reference/query-feature-service-layer-.htm1.字段 Where: 1.1.等于。 input: 管理情况 = '物业管理' 查询实例: http://60.28.130.106:6080/arcgis/rest/services/HBFG/YF.

2020-05-21 17:59:33 600

转载 jquery selectors.html

<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>jquery selectors</title> <script src="https://cdn.staticfile.org/jquery/2.0.0/jquery.min.js"></script></head><body.

2020-05-21 11:01:35 129

转载 HTML DOM getElementsByClassName()

<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>HTML DOM getElementsByClassName()</title></head><body><div class="example">第一 Div 元素 class="example"。</div><div class="e.

2020-05-20 11:25:17 260

转载 python3 chardetModule.py

"""模块:python3 chardetModule.py功能:Python 3 查看网页、文件、字节串的编码。参考:https://blog.csdn.net/wyounger/article/details/98943372知识点:1.charsetDetector"""# 1.网页import urllib.requestimport chardeturl = 'http://www.baidu.com'a = urllib.request.urlopen(url)enco.

2020-05-19 18:12:32 267

转载 HTML 4 实体名称.txt

HTML 4 实体名称.txt参考:https://www.runoob.com/charsets/ref-html-entities-4.html1、&nbsp; 表示一个空格2、&lt; 表示 <3、&gt; 表示 >4、&copy; 表示© 版权5、&yen; 表示¥

2020-05-18 15:01:52 90

转载 删除 文件夹出现0x80070091错误提示目录不是空的.txt

参考:https://blog.csdn.net/luqyu/article/details/44564675往这个文件夹里面复制一个文件,再删。往这个文件夹里面的每一个子文件夹里面复制一个文件,再删。把 U 拔掉再插入,把这个文件夹移动位置,再往里复制文件,再删!...

2020-05-17 15:24:32 1886

转载 js debugger.html

<!DOCTYPE html><html><head> <meta charset="utf-8"> <title>js debugger</title></head><body> <p id="demo"></p> <p>开启调试工具,在代码执行到第三行前会停止执行。</p> <script> .

2020-05-17 13:22:33 153

转载 ArcMap 把 .mdb 导成 .shp.txt

ArcMap 把 .mdb 导成 .shp.txt参考:https://jingyan.baidu.com/article/03b2f78cbeba731ea337ae43.html知识点:1.在 ArcMap 的目录中找到相应的数据,拖到编辑器。2.在左侧的图层上右击,数据 -> 导出数据。3.选择导出的格式为 shapefile,并选择保存到指定的目录。4.保存。...

2020-05-15 15:09:08 1578

转载 python3 调用 .bat 及传参 os.system().txt

0.os.system(command)在子shell中执行命令。1.os.system('xx.bat 参数1 参数2...')python调用外部命令及传参。xx.bat,全景照片批处理命令,绝对路径,路径分隔符:"\" -> "/"。参数1,2,可以是绝对、相对路径,比如:F:/LongGeTasks/streetView/streetImg3/ladybug_panora...

2020-05-07 10:12:45 5742

原创 python3 os.system.py

"""模块:python3 os.system.py功能:python3 os.system 的使用。知识点:0.os.system(command) 在子shell中执行命令。1.os.system('xx.bat 参数1 参数2...') python调用外部命令及传参。 xx.bat,全景照片批处理命令,绝对路径,路径分隔符:"\" -> "/"。...

2020-05-07 09:07:10 995

转载 python3 getImgLonLatOfLocation_exifread_geopy.py

"""模块:python3 getImgLonLatOfLocation_exifread_geopy.py功能:python3 读取照片的经纬度、所属地区。参考:https://www.cnblogs.com/Qqun821460695/p/12054674.htmlhttps://www.biaodianfu.com/exif-python.html安装库:pip3 insta...

2020-05-07 09:01:03 266

转载 python3 getImgDetail_PIL_exifread.py

"""模块:python3 getImgDetail_PIL_exifread.py功能:python3 获取一个照片的详细信息。参考:https://blog.csdn.net/devil8123665/article/details/104831227/1.PIL.Image.open(fp, mode='r') 打开并标识给定的图像文件。 这是一种懒惰的操作; ...

2020-05-07 08:56:29 326

原创 python3 streetViewLib.py

"""模块:python3 streetViewLib.py功能: 存放处理街景相关的常量、函数。"""import xml.dom.minidomimport osdef getFileExtension(filepath): """ 获取文件的扩展名。 :param filepath: 文件路径。类似:“I:/31-CS/31-CS.shp”。 ...

2020-05-07 08:50:33 204 1

原创 python3 MAKE_VTOUR_NORMAL_droplet.py

"""模块:python3 MAKE_VTOUR_NORMAL_droplet.py功能: 1.python3 调用 krpano 生成全景照片 html。 2.给 tour.xml 添加热点箭头。参考:https://www.oschina.net/question/96457_54955命令行调用示例:python MAKE_VTOUR_NORMAL_droplet...

2020-05-07 08:48:53 264

转载 python3 reModule_sub 检索和替换.py

"""模块:python3 reModule_sub.py功能:python3 正则表达式 - 检索和替换。参考:https://www.runoob.com/python3/python3-reg-expressions.html知识点:1.re.sub(pattern, repl, string, count=0, flags=0) 替换字符串中的匹配项。 patt...

2020-05-05 20:14:47 239

翻译 krpano 知识点.txt

krpano 知识点.txt参考:https://krpano.com/home/一、应用1.在 tour.html 中嵌入 街景。<!-div#pano,用于存放街景,如:div#waihuanlu 对象。-><div id="pano" style="width:100%;height:100%;"></div>// krpano, 用于...

2020-05-04 15:12:02 383

转载 html tabindex 属性.html

<!doctype html><html lang="en"><head> <meta charset="UTF-8"> <title>html tabindex 属性</title></head><body><script> /* 参考:http...

2020-05-01 20:50:48 240

arcgis api for js 加载webMercator天地图.rar

arcgis api for js 加载web Mercator天地图。

2019-07-11

pywebsocket_py3.zip

一个支持 WebSocket 的服务,支持python3的pywebsocket。

2018-12-02

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除