用户可以直接在starlims对外的“客户申请门户”上发起检验申请,并追踪检验进度等。 该功能适用于第三方检验机构的对外端口,一般称之为CSS(Customs Service System 客户服务系统),也可以作为CRM(Customs Relationship Management 客户关系管理 ...
分类:
其他好文 时间:
2020-04-19 14:57:15
阅读次数:
77
漏洞利用 原理分析 https://blogs.360.cn/post/CVE 2020 0796.html https://portal.msrc.microsoft.com/en US/security guidance/advisory/CVE 2020 0796 https://www.mc ...
分类:
其他好文 时间:
2020-04-18 23:23:18
阅读次数:
142
下载安装包 ArcGIS_for_Server_Linux_1031_145870.tar.gz ArcgisServer103.ecp 准备 yum源配置 安装 "主要参考这篇博客,也有安装资源" 执行完Setup启动命令后,打开http://IP:6080/arcgis/manager 如果打不 ...
分类:
其他好文 时间:
2020-04-11 18:17:55
阅读次数:
221
public CustomMapTool() { IsSketchTool = true; SketchType = SketchGeometryType.Rectangle; SketchOutputMode = SketchOutputMode.Map; //A custom cursor fi ...
分类:
其他好文 时间:
2020-04-11 09:52:41
阅读次数:
104
发布时间 北京时间 2020年4月10日 [TOC] ArcGIS API for JavaScript 4.15 发布日志 1. FeatureLayer的3d编辑功能 现在在3d模式下支持点线面要素的编辑了。使用Editor小部件来编辑FeatureLayer。 尽管Sketch工具以及支持地表 ...
SQLite是嵌入式的轻量级数据库,ArcMap可以建立SQLite数据库,并配合ST_Geometry直接对数据库中的空间数据进行操作, 为了可以更加灵活的编写SQL语言,使用Python调用SQLite。 参考ArcGIS的帮助文档,SQLite要使用ST_Geometry对数据进行处理,需要加 ...
分类:
数据库 时间:
2020-04-08 19:22:40
阅读次数:
118
从ArcGIS 10开始,ArcGIS开始支持后台地理处理。使用Geoprocessor.ExecuteAsync()方法,可以在ArcGIS应用程序的后台执行工具或模型工具。也就是说当工具在后台进程中执行时,ArcGIS控件(例如,MapControl、PageLayoutControl、Glob ...
分类:
其他好文 时间:
2020-04-06 17:16:14
阅读次数:
195
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Input; using System.Threading.Tasks; using ...
分类:
其他好文 时间:
2020-04-06 14:00:06
阅读次数:
71
public void ShowCustomPopup() { //Get the active map view. var mapView = MapView.Active; if (mapView == null) return; //Create custom popup content va ...
分类:
其他好文 时间:
2020-04-06 00:01:25
阅读次数:
97
漏洞说明: Liferay是一个开源的Portal(认证)产品,提供对多个独立系统的内容集成,为企业信息、流程等的整合提供了一套完整的解决方案,和其他商业产品相比,Liferay有着很多优良的特性,而且免费,在全球都有较多用户. 该洞是个反序列化导致的rce,通过未授权访问其api传递json数据进 ...
分类:
其他好文 时间:
2020-04-05 20:13:23
阅读次数:
110