1. GeoServer简介 GeoServer是OpenGIS Web服务器规范的J2EE实现的社区开源项目,利用GeoServer可以方便的发布地图数据,允许用户对特征数据进行更新、删除、插入操作,通过GeoServer可以容易的在用户之间迅速共享空间地理信息。它能兼容WMS和 WFS 特性;支 ...
分类:
其他好文 时间:
2019-01-30 15:59:01
阅读次数:
229
asnpcitrix#加载citrix的powershell命令Get-BrokerHypervisorConnection#查看新connection的Uid,Uid数字Get-BrokerMachine-MachineName‘tomogroup\ctxvdi‘|Set-BrokerMachine-HypervisorConnectionUid2#根据计算机目录创建的计算机名称
分类:
其他好文 时间:
2019-01-29 13:57:41
阅读次数:
245
问题描述:客户环境由WindowsVC更换成LinuxVC后,DDC提示证书不可用问题原因:因为VC更换后,存储在DDC数据库HostingUnitServiceSchema.HypervisorConnectionSSLThumbprint表中证书指纹信息和新得VC证书指纹信息不匹配。解决方法:更新DDC数据库中得证书指纹信息。方法有2种:1、在DDC种使用Powershell命令更新证书指纹信
分类:
其他好文 时间:
2019-01-29 13:53:56
阅读次数:
215
关闭Memory Compression Memory Compression是微软检测并缓解物理内存(RAM)中的问题,但是它本身会占用大量内存。 以管理员权限并运行该命令 并重新启动。这会禁用压缩。要在以后再次启用它,请再次运行powershell作为admin并运行该 命令。 或者: 始 控制 ...
分类:
Windows程序 时间:
2019-01-24 14:36:20
阅读次数:
1097
传送触发器 using System.Collections;using System.Collections.Generic;using UnityEngine;using UnityEngine.SceneManagement; //玩家传送触发器及传送点public class StreetC ...
分类:
编程语言 时间:
2019-01-24 11:11:48
阅读次数:
367
额,CMD是可以进入Anaconda的环境的 但是Powershell还是不可以的,需要到GitHub里面下载插件 命令如下 ‘conda install n root c pscondaenvs pscondaenvs’ ...
Windows之文件夹中打开PowerShell 为了解决Windows中在某个路径下使用PowerShell,而不是使用传统的cd命令切换过去,具体做法如下: 打开文件夹 在文件夹的内容区按下Shift+右击 点击在此处打开PowerShell即可。 结果: ...
在“程序包管理器控制台”使用命令“update-database”会提示:The Entity Framework Core Package Manager Console Tools don't support PowerShell version 2.0. Upgrade to PowerShe ...
分类:
系统相关 时间:
2019-01-13 11:36:21
阅读次数:
1593
``` function orient() { if (window.orientation == 90 || window.orientation == -90) { //ipad、iphone竖屏;Andriod横屏 $("body").attr("class", "landscape"); o... ...
分类:
移动开发 时间:
2019-01-02 15:15:37
阅读次数:
263
最近在写PowerShell脚本,把一些日常task给automation,写到创建CitrixDesktopGroup的部分,createdesktopgroup没什么问题,就用New-BrokerDesktopGroup就可以,但是在查询create出来的结果时,对参数MinimumFunctionalLevel不是很理解。如下new一个desktopgroup,后面跟相应的参数:PSC:\U
分类:
其他好文 时间:
2019-01-02 15:14:38
阅读次数:
222