
html
云程序员
“指点江山”的云程序员
展开
-
ArcGIS API 4.x实现SceneView的卷帘功能
本篇博客主要是在ArcGIS API 4.12的环境下, 实现卷帘功能话不多说, 上代码<!DOCTYPE html><html> <head> <style> html, body { padding: 0; margin: 0; ...原创 2019-10-31 10:58:56 · 1399 阅读 · 1 评论 -
使用ArcGIS Restful API 生成token和上传shp压缩包获取features
本篇博客简要介绍了如何在使用ArcGIS Restful API生成token, 并使用该token上传shp压缩包生成Token 上传shp压缩包需要使用的是Portal的Token, 那么需要使用Portal的Restful API API文档地址https://<root-url>/arcgis/portalhelp/apidocs/rest/index.ht...原创 2019-10-31 10:40:09 · 1371 阅读 · 0 评论 -
html加载PDF以及django配置解决X-Frame-Options跨域问题
在html中加载pdf, 方式为:<object id="pdf_reader_object" data="http://localhost:8080/teacher/scan_report/20190801.pdf" type="application/pdf" target ="_ top" style="overflow:auto"> <a href="htt...原创 2019-08-07 13:55:33 · 1364 阅读 · 0 评论