当前位置: 首页 > 知识库问答 >
问题:

Azure cosmos DB仿真程序更改端口

扶誉
2023-03-14

我是蔚蓝宇宙数据库的新手。运行在端口8084“https://localhost:8084/_explorer/index.html”上的cosmos DB仿真程序。当我试图通过PowerShell获取Cosmos DB上下文信息时,它说Cosmos DB BaseUri端口是8081“https://localhost:8081/”。如何改变BaseUri港口。

共有1个答案

骆文华
2023-03-14

可以通过从命令行启动模拟器来更改端口。

Microsoft.Azure.Cosmos.Emulator.exe /Port=<port>

您可以使用一系列命令行选项。你可以在这里参考所有这些。

使用命令行语法管理仿真程序

 类似资料:
  • translated_page: https://github.com/PX4/Devguide/blob/master/en/simulation/airsim.md translated_sha: RETRANSLATE AirSim仿真 AirSim是一个基于虚幻引擎(Unreal Engine)的开源、跨平台无人机模拟器。它可以使用硬件在环(HITL)或软件在环(SITL)的方式为Pixh

  • translated_page: https://github.com/PX4/Devguide/blob/master/en/simulation/hitl.md translated_sha: 95b39d747851dd01c1fe5d36b24e59ec865e323e 硬件在环仿真 硬件在环仿真指的自驾仪与仿真器相连并且所有的代码运行在自驾仪上的仿真。这种方法的优点是可以测试代码在实际处

  • Gazebo是一个自主机器人3D仿真环境。它可以与ROS配套用于完整的机器人仿真,也可以单独使用。本文简要介绍单独的使用方法。 {% raw %} To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video {% endraw %} {%

  • 我是j2me的新手,我在NetBeans中安装了oracle j2me SDK3.05... 我得到了一个错误: C:\users\lokesh\documents\netbeansprojects\firstapp\nbproject\build-impl.xml:56:未设置到J2ME Ant扩展库(libs.j2me_ant_ext.Classpath属性)的类路径。例如:mobility/

  • 无法在仿真程序中启动AVD。 输出: 模拟器:警告:将VM堆大小设置为低于硬件指定的最小值128MB模拟器:警告:将VM堆大小设置为128MB qemu-system-i386.exe:-drive if=none,index=1,id=cache,file=c:\users\haris.android\avd\nexus_5_api_19.avd/cache.img:无法打开磁盘映像c:\use

  • translated_page: https://github.com/PX4/Devguide/blob/master/en/simulation/sitl.md translated_sha: b522243efef9deb5e2d3ae7bd03ae9ed0eee3418 Multi-Vehicle Simulation This tutorial explains how to simul