码迷,mamicode.com
首页 >  
搜索关键字:portal for arcgis    ( 2985个结果
使用WLC+Portal完成认证
该操作主要针对无线的认证为portal时,有第三方作为认证服务器的情况,(例如和深信服对接做WebAuth)可以作为参考配置。主要的步骤分为如下几步: ? 创建Dynamic接口 ? 定义Pre ACL ? 配置AAA Server ? 创建WLAN 在操作之前,最好检查一下WebAuth Secu ...
分类:其他好文   时间:2020-04-04 22:21:39    阅读次数:191
ArcGIS Pro How to remove standalone table from contents
try{ var mapView = MapView.Active; if (mapView != null) { var map = mapView.Map; if (map != null) { foreach (StandaloneTable table in map.StandaloneTa ...
分类:其他好文   时间:2020-04-04 00:15:12    阅读次数:66
ArcGIS Pro的进度条
protected override async void OnClick(){ using (var progress = new ProgressDialog("Showing Progress", "Canceled", 100, false)) { var status = new Canc ...
分类:其他好文   时间:2020-04-04 00:03:48    阅读次数:114
ArcGIS Pro判断坐标系是否是1984
The easiest way is to check the well-known id. if (sr.Wkid == SpatialReferences.WGS84.Wkid) IsWGS84 = true; or you could use the hard-coded wkid = 432 ...
分类:其他好文   时间:2020-04-02 19:33:38    阅读次数:108
Liferay Portal Json Web Service 反序列化漏洞(CVE-2020-79
作者:Longofo@知道创宇404实验室时间:2020年3月27日原文地址:https://paper.seebug.org/1162/英文版本:https://paper.seebug.org/1163/之前在CODEWHITE上发布了一篇关于LiferayPortalJSONWebServiceRCE的漏洞,之前是小伙伴在处理这个漏洞,后面自己也去看了。LiferayPortal对于JSON
分类:Web程序   时间:2020-04-01 11:12:02    阅读次数:86
Liferay Portal Json Web Service 反序列化漏洞(CVE-2020-79
作者:Longofo@知道创宇404实验室时间:2020年3月27日原文地址:https://paper.seebug.org/1162/英文版本:https://paper.seebug.org/1163/之前在CODEWHITE上发布了一篇关于LiferayPortalJSONWebServiceRCE的漏洞,之前是小伙伴在处理这个漏洞,后面自己也去看了。LiferayPortal对于JSON
分类:Web程序   时间:2020-04-01 11:03:35    阅读次数:70
ArcGIS Pro 屏幕画框矩形打印含四周注记
ArcGIS Pro 屏幕画框矩形打印含四周注记 ...
分类:其他好文   时间:2020-03-29 10:59:06    阅读次数:65
「CF80A」Panoramix's Prediction
Portal Portal1: "Codeforces" Portal: "Luogu" Code ...
分类:其他好文   时间:2020-03-27 11:06:33    阅读次数:57
「Luogu P6101」[EER2]出言不逊
Portal Portal1: "Luogu" Solution 模拟,先找到在读入字符串内出现次数最多的字符,记录个数,然后以 $2$ 为指数在现有长度上递增,就可以算出答案。 但是 会溢出,所以要判断一下,如`mx + mx pragma GCC optimize(2) //不知道为什么,不开会 ...
分类:其他好文   时间:2020-03-27 11:06:17    阅读次数:57
ArcGIS Pro 删除选择范围的数据
protected override Task<bool> OnSketchCompleteAsync(Geometry geometry) { QueuedTask.Run(() => { var deleteFeatures = new EditOperation(); deleteFeatur ...
分类:其他好文   时间:2020-03-26 10:45:39    阅读次数:300
2985条   上一页 1 ... 11 12 13 14 15 ... 299 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!