SUMO应用工具:SUMO-GUI

2023-05-16

1、概览

sumo-gui和sumo有着相同的功能,仅仅是拥有图形化的界面。

目的:仿真一个特定的脚本

系统:在Linux/windows上测试过,打开一个窗口

输入:sumo的配置文件

输出:和sumo的生成文件一样

编程语言:C++

2、用法描述


上图为sumo-gui的初始化界面

其实在windows下界面很常见。这里主要说一下主要用到的功能:time,点击这个按钮可以实现在秒和时分秒之间的显示转换。delay,可以设置延迟,能够放缓仿真的运行,相当于视频播放器的放慢和快进功能,车辆的仿真不受影响,就是仿真演示速度快了。默认的状态是delay为0,即不放慢。有可能仿真很快,你还没看到车辆就结束了,这时你只要调大delay值就能看到详细过程。【在运行过程中,我发现将delay设置为1000,那么仿真就是和真实时间是同步的,即每秒更新一次】

操作:鼠标右键和活动轮进行缩放,左键进行平移。

3、与视图的交互

3.1基本的导航

一旦一个网络被加载那么就可以进行交互。鼠标右键和活动轮进行缩放,左键进行平移。或者按住ctrl或者shift键,滑动滑动轮。缩放集中在屏幕的中心或光标位置上。

您还可以控制网络的哪个部分是可见的,通过直接设置的网络坐标,这将是在屏幕的中心随着变焦。

3.2键盘快捷键

有很多菜单的选项可以通过快捷键实现:

ctrl-左击:光标下的对象的选择状态

箭头键:移动视口

ctrl+箭头键:少量移动视口

PageUp/PageDown:大量上下移动窗口

shift+ PageUp/PageDown:左右大幅度移动窗口

+/-:放大/缩小

Home键:将加载路网中心对齐

ctrl+v:打开设置窗口

3.3改变模拟的外观/可视化

通过ctrl+v或者打开第三行从右数第二个七彩盘的按钮,调用出设置界面。


除了默认的显示,你可以修改一些显示,比如背景颜色、车辆和道路的形状或者兴趣点的可视化。可以保存或者删除相应的设置。

3.3.1车辆的可视化设置

首先是车辆形状的设置:

Name

Description

triangle

All vehicles are shaped triangular全是三角形

boxes

All vehicles are shaped square全是长方形

simple shapes

All vehicles have simple car shape全是普通车的形状

raster images

All vehicles are drawn with a loaded bitmap defined for their type using attribute imgFile (usingsimple shapes as fallback)细节比较丰富,还带转向灯哦!

第二个就是车辆的颜色设置。这个有特别多的选项:

Name

Measure

Description

given vehicle/type/route color

-

The color given within the vehicle definition with fallback to type and then to route color

uniform

-

All vehicles are colored uniformly

given/assigned vehicle color

-

The color given within the vehicle definition

given/assigned type color

-

The color given within the vehicle type definition

given/assigned route color

-

The color given within the vehicle route definition

depart position as HSV

-

The depart position of each vehicle, relative to the network center, is used to color the vehicle. Direction will be used as H(ue), distance from the center as S(aturation), V(alue) is always 1.

arrival position as HSV

-

The arrival position of each vehicle, relative to the network center, is used to color the vehicle. Direction will be used as H(ue), distance from the center as S(aturation), V(alue) is always 1.

direction/distance as HSV

-

The direction and distance between a vehicle's departure and arrival position, are used to color the vehicle. Direction will be used as H(ue), distance from the center as S(aturation), V(alue) is always 1.

by speed

m/s

The current vehicle speed

by waiting time

s

The time for which a vehicle is halting

by time since last lanechange

s

The time since the last lane change. The color also indicates the direction of the last lane-change.

by max speed

m/s

Vehicle's maximum velocity

by CO2 emissions

g/s

The amount of CO2 currently emitted by the vehicle

by CO emissions

g/s

The amount of CO currently emitted by the vehicle

by PMx emissions

g/s

The amount of PMx currently emitted by the vehicle

by NOx emissions

g/s

The amount of NOx currently emitted by the vehicle

by HC emissions

g/s

The amount of HC currently emitted by the vehicle

by fuel consumption

l/s

The consumed fuel

by electricity consumption

kWh/s

The consumed electricity (for electric vehicles only)

by noise emissions

dbA

The noise produced by the vehicle

by reroute number

count

The number of times this vehicle has bee rerouted

by selection

-

Colors selected and unselected vehicles differently

by offset from best lane

count

By the number of immediate lane changes the vehicle must perform in order to follow its route

by accleration

m/s^2

 

by time gap

s

By the time to collide with the leader vehicle assuming constant speeds

除此之外,车辆的闪光灯、刹车、安全距离和车辆名字都能显示出来。车辆名字始终保持固定大小,不管如何缩放地图。

3.3.2道路/车道可视化设置

车道的着色方案:

Name

Measure

Description

uniform

-

All road edges are drawn using the same color. Bicycle lanes are drawn in brown, sidewalks in grey and prohibited lanes (allowing no vehicle classes) are transparent.

by selection (lane-/streetwise)

-

selected lanes are drawn different than those that are not

by permission code

-

all lanes are colored according to the permitted vehicle classes. The code for each lane can be retrieved from the lane parameter dialog (permission code).

by allowed speed (lanewise)

m/s

The maximum velocity allowed on this lane

by current occupancy (lanewise, brutto)

 % / 100

By the amount of place that is covered by vehicles (including minGap)

by current occupancy (lanewise, netto)

 % / 100

By the amount of place that is covered by vehicles (excluding minGap)

by first vehicle waiting time (lanewise)

s

By the time the first vehicle on the lane waits

by lane number (streetwise)

-

By the number of lanes this edge has

by CO2 emissions

g/s

The mean amount of CO2 emitted per a lane's meter

by CO emissions

g/s

The mean amount of CO emitted per a lane's meter

by PMx emissions

g/s

The mean amount of PMx emitted per a lane's meter

by NOx emissions

g/s

The mean amount of NOx emitted per a lane's meter

by HC emissions

g/s

The mean amount of HC emitted per a lane's meter

by fuel consumption

l/s

The mean amount of consumed fuel per a lane's meter

by electricity consumption

kWh/s

The mean amount of consumed electricity per a lane's meter

by noise emission

dBa

The noise generated by the vehicles on the lane

by global travel time

s

The travel time on that edge loaded from a weight file

by global speed percentage

 %

By the fraction of the maximum speed that the edge allows based on travel times from a loaded weight file

by given length/geometrical length

 

The factor by which the geometrical length differs from the user-specified edge length

by angle

 

The angle of the edge measured from start to end (excluding in-between geometry)

by loaded weight

 

By the value loaded using options --weight-files, --weight-attribute

by priority

 

By the right-of-way priority using during network building

by height at start

m

By the z-coordinate at the start of the lane

by height at segment start

m

By the z-coordinate at the start of each geometry segment

by inclination

 %

By the average change in height between start and end of the lane per m

by segment inclination

 %

By the average change in height between start and end of each geometry segment

by average speed

m/s

By the average speed of vehicles on the lane

by average relative speed

 %

By the average speed of vehicles on the lane as percentage of the allowed speed

车道调整计划:

Name

Measure

Description

by selection (lane-/streetwise)

-

selected lanes are drawn different than those that are not

by allowed speed (lanewise)

m/s

The maximum velocity allowed on this lane

by current occupancy (lanewise, brutto)

 % / 100

By the amount of place that is covered by vehicles (including minGap)

by current occupancy (lanewise, netto)

 % / 100

By the amount of place that is covered by vehicles (excluding minGap)

by first vehicle waiting time (lanewise)

s

By the time the first vehicle on the lane waits

by lane number (streetwise)

-

By the number of lanes this edge has

by CO2 emissions

g/s

The mean amount of CO2 emitted per a lane's meter

by CO emissions

g/s

The mean amount of CO emitted per a lane's meter

by PMx emissions

g/s

The mean amount of PMx emitted per a lane's meter

by NOx emissions

g/s

The mean amount of NOx emitted per a lane's meter

by HC emissions

g/s

The mean amount of HC emitted per a lane's meter

by fuel consumption

l/s

The mean amount of consumed fuel per a lane's meter

by electricity consumption

kWh/s

The mean amount of consumed electricity per a lane's meter

by noise emission

dBa

The noise generated by the vehicles on the lane

by global travel time

s

The travel time on that edge loaded from a weight file

by global speed percentage

 %

By the fraction of the maximum speed that the edge allows based on travel times from a loaded weight file

by given length/geometrical length

 

The factor by which the geometrical length differs from the user-specified edge length

by angle

 

The angle of the edge measured from start to end (excluding in-between geometry)

by loaded weight

 

By the value loaded using options--weight-files, --weight-attribute

by priority

 

By the right-of-way priority using during network building

by average speed

m/s

By the average speed of vehicles on the lane

by average relative speed

 %

By the average speed of vehicles on the lane as percentage of the allowed speed

除了颜色外,还能够设置车道边界、连接贴花、钢轨、道路的名字、内部道路的名字和隐藏宏连接器。同上,名字的显示也是固定大小。

3.4在sumo-gui中使用贴花(decals)

打开设置页面,选择background就会看到相应的设置。


可以看到上图的列表中有: picture filecenter xcenter ywidthheight, 和 rotation。现在,现在,如果你点击第一行的picture file,你应该能够输入一个图像文件的完整路径。确保路径正确,然后按下enter键确认。随后,将会在视口中显示响应的文件,正如下图所示:


上图是在路网的基础上添加了一张坐标图的图片,如下如所示:


目前,SUMO_GUI可以加载gif和bmp图片【测试其他类型图片也可以,这句话针对的老版本,忽略它】。要注意,图片的长长宽应该为2的幂次方。这意味着这个图片必须是2,4,8,16,32,64,…..像素。这是由于OpenGL中的限制【这个不清楚】。自从sumo的0.11.0版本,sumo-gui自动调整图片值向邻近的2的幂次方值,并且支持的格式也比较多。包括pcx,ico和tag,png,JPG,tif。关于更多的格式问题,查看FOX的更新状况。【因为sumo的GUI都是基于FOX实现的,因此需要FOX的支持】。

现在,你可以放置/缩放/旋转图片,通过属性:center X,center Y,width,heigh和rotation。当设置relation为1时,position和size的值将会采用屏幕的像素值,并不是网络相关的值。再对齐后你可以保存相应的贴花。你也可以自己定义:

<decalfilename="background.gif" centerX="550.00"centerY="1530.00" width="64.00" height="64.00"rotation="0.00"/>

以下的参数选项:

ttribute Name

Value Type

Description

filename

path (string)

picture file, the full name of the background image

贴花的完全路径。

centerX

float

center x, the x-position of the center of the image in network coordinates (in meters)x轴的中心

centerY

float

center y, the y-position of the center of the image in network coordinates (in meters)y轴的中心

width

float

The width of the image in network coordinates (in meters)

在网络坐标中的宽度,单位米

height

float

The height of the image in network coordinates (in meters)

在网络坐标中的高度,单位米

rotation

float

The angle of the image in degrees

图片的角度

layer

float

The layer at which the image in drawn in meters over ground

在地面绘制的图像的图层

screenRelative

bool

relative, whether the position and size are pixel coordinates relative to the screen rather then the network coordinates

根据屏幕像素确定位置。

centerZ

float

The z-position of the center of the object in network coordinates (in meters), only used in 3D visualization instead of layer

只适用于3D可视化。z轴方向的中心位置。

tilt

float

The tilt angle of the object, only used in 3D visualization

物体的倾斜角度

roll

float

The roll angle of the object, only used in 3D visualization

物体的滚动角度

有关贴花的跟多内容,可以参考:Configuration Files

3.4.1有关贴花(decals)的问题

是不是贴花的大小必须符合net的大小?

不需要,贴花必须手动调整。它可以覆盖任何区域。

3.5影响模拟

目前,你仅仅可以进行少量的交互,看完下面的内容就不会这样了!开启新的内容吧。

3.5.1切换交通灯

右键点击红绿信号灯的颜色条,弹出菜单包含很多信息内容,这个特殊的程序off总是可用的,可以用来切换到一个优先权交叉口。【就是右键有一个off功能】

3.5.2关闭或者打开道路或者车道

右键,也有相应的关闭车道或者关闭道路的选项。同样,也可以打开。

3.5.3计划的作用

将来会有更多的交互会实现:

l  动态的修改仿真选项

l  增加交通

l  改变车辆或车辆类型参数

l  测试Traci函数调用

4、理解你所看到的

4.1道路优先级

在每条路的结尾,都会是个节点,交点处有一个颜色条(信号灯)表明了道路的优先行驶权。不同的颜色有不同的定义:


注意:【没看懂】

如果一辆汽车在模拟制动,相应的限制车辆【不知道翻译是否准确,应该就是妨碍的车辆】也会采取响应的步骤:

设置响应的颜色

右键单击“制动车辆”,然后单击“选择敌人”

The foe vehicles will then be color withthe selection color (typically blue).

5、选择对象

SUMO-GUI允许net文件的任何元素包括道路、车道和节点,能够保存到单独的文件中用于后续处理。通过右键,会有一个“Add To Select”的选项。

这些选择的属性,能够被保存或者加载。从“编辑菜单”中的“编辑选择Edit Chosen”对话框中看。点开以后就能看到你选择过的列表。

6、配置文件

sumo-gui使用和sumo相同的配置文件。可以通过—sumo–help查看相应的选项,或者你可以通过sumo –save—template <file> --save-commented来保存。选项gui-settings-file专门针对sumo-gui。它允许你加载以前用过的配置文件。获取gui-setting文件的最简单的方法就是通过界面设置保存。

注意,gui-setting文件保存的只有视口、延迟和贴花的相关信息。你可以手动编辑。相关的使用示例:

example.sumocfg

<configuration>
    <net-file value="yournetwork.net.xml"/>
    <gui-settings-file value="gui-settings.cfg"/>
</configuration>


gui-settings.cfg

<viewsettings>
    <scheme name="...
       ...
    </scheme>
 
    <viewport zoom="200" x="100" y="-100"/>
    <delay value="42"/>
    <decal filename="background.gif" centerX="550.00" centerY="1530.00" width="64.00" height="64.00" rota tion="0.00"/>
    <breakpoints-file value="breakpoints.txt"/>
</viewsettings>


关于断点文件(breakpoint)可以通过Edit->Edit Breakpoint->save生成。

你可能通过窗口加载配置文件,或者通过命令行sumo –c example.sumocfg。

并且会有专门的验证文件:sumoConfiguration.xsd。

当然你也可以使用自己提前定义好的验证文件(但是不建议这么做):

<viewsettings>
    <scheme name="real world/>
</viewsettings>


 

7、多视口

点击窗口的多视口按钮,可以生成新的窗口。可以通过window->相应的窗口编号进行操作。

8、更多信息

Using additional Polygons and POIs withinthe Simulation:阅读更多


后话:

这部分翻译的比较粗糙,因为好多细节需要截图,并且都是一些基本操作的问题。

如果有不懂的欢迎留言或者阅读官方文档

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

SUMO应用工具:SUMO-GUI 的相关文章

  • linux(debian )安装libreoffice中文版,libreoffice一闪而过自动关闭

    因为debian已经移走了libreoffice 默认是openoffice org 所以需要单独安装 1 首先下载 选好对应的系统和版本 我是x64的 http zh cn libreoffice org download 2 下载下面3
  • TensorFlow 读取本地数据集压缩包gz,并转换为numpy矩阵【修改官方源码而成】

    本教程以读取Fashion MNIST为例 1 下载Fashion MNIST数据集gz格式压缩包 fashion mnist 共下载四个文件 本人将所有文件保存到此文档路径中 xff1a 39 home brian Documents t
  • cas单点登录的初步了解

    特别声明 xff0c 楼主学一个技术的时候一般会选择去该技术官网学习 xff0c 拿到一手资料 xff0c 毕竟别人翻译过的总会和自己的了解有一些偏差 xff0c 所以对于这次要和大家分享的这个单点登录cas我大概会根据官网提供的信息加上我
  • maven 中的插件不生效的排查方法

    还是自己学艺不精 xff0c 没空系统学习 xff0c 也是边用边学 xff0c 这里记录下 感谢博主的文章 xff1a https www cnblogs com wxyidea p 10276672 html 先说结论 xff1a 原因
  • C++ 判断IP是否属于局域网IP

    对于一个string类型的IP如 34 192 168 1 1 34 如何简单地判断其是否为局域网ip呢 xff1f 这里给出一个简单的实现方法 xff0c 给读者参考 include lt string gt include lt ios
  • 百度2014移动研发笔试题目——1013清华版

    一 简答题 1 简述计算机的存储系统分为哪几个层次 xff0c 为什么这样的分层能够提高程序的执行效率 2 浮点数在计算中如何表示 xff0c 如何对浮点数判等 3 简述TCP与UDP协议的差别 xff0c 两者与HTTP的关系 并列举HT
  • RealVNC:window远程连接ubuntu20.04

    步骤 需求步骤说明 需求 因为有原因需要从外部连接Linux的电脑 xff0c 所以现在就需要安装VNC 步骤 在linux上安装 xff0c 这里我选择离线安装 xff0c 因为我只有这个实验成功了 xff0c 所以现在就开始在linux
  • Ubuntu 磁盘分区方法

    Ubuntu作为代码版本控制仓库时 xff0c 那么就需要很大的空间 xff0c 默认20G配置一般是不够用的 xff0c 那Ubuntu怎么样和Windows一样做磁盘管理 xff0c 分盘扩容呢 xff1f 很简单 xff0c 可以安装
  • git push 遇见的两个错误

    文章目录 more than 10000 commits and skip validation not setprohibited by Gerrit update for creating new commit object not p
  • TGP无限验证码怎么办?

    使用账号密码登陆TGP时 xff0c 遇到了这样的一个情况 xff1a 不管验证码输入正确与否 xff0c 它都要求你再次输入 xff0c 可谓无限验证码 两个解决办法 1 先登录QQ xff0c 再使用QQ登陆 2 找到英雄联盟的安装目录
  • 怎么阅读论文,写心得体会

    收集资料 xff1a 阅读学术论文的心得体会 xff01 如何阅读学术论文 和上一篇类似大牛写论文的心得几年的写论文和审稿心得 文献阅读心得体会格式 xff1a 1 看论文题目 xff0c 做出论文类别判别 新理论 新方法 解决新问题 最高
  • tigerVNC的简单使用教程(CentOS的远程桌面连接)[解决Authentication Failure问题]

    参照教程 http blog csdn net daydreamingboy article details 8196747 开始连接CentOS远程桌面连接 但是出现Authentication Failure的情况 解决办法 xff1a
  • 基于docker的python faster-rcnn caffe环境搭建+提取目标特征实验

    文章目录 1 环境配置前言2 下载caffe镜像3 下载bottom up attention代码以及编译4 修改代码进行目标特征提取4 1 数据准备4 2 修改generate tsv py 起初是为了使用faster rcnn的目标提取
  • Tushare原学习文档(二投资参考数据)

    转tushare原网址 xff1a http tushare org trading html id2 import tushare as ts 1 分配预案 xff08 每到季报 年报公布的时段 xff0c 就经常会有上市公司利润分配预案
  • 通达OA系统故障解决案例记录

    案例1 xff1a 现象 xff1a 在人员访问量大的时候OA系统经卡死 xff0c 并且经常宕机 xff0c 需要启动apache服务 优化配置如下 xff1a D MYOA conf http conf 修改参数如下 xff1a lt
  • CentOS7系统安装KVM并配置网桥

    原文链接 CentOS7系统安装KVM并配置网桥 文章目录 一 安装虚拟化软件二 配置网桥 一 安装虚拟化软件 xff08 1 xff09 首先检查系统是否支持虚拟化 span class token function grep span
  • openEuler安装GNOME图形化桌面

    原文链接 openEuler安装GNOME图形化桌面 xff08 1 xff09 安装 GNOME 桌面 dnf groupinstall y GNOME xff08 2 xff09 安装 GNOME 应用 dnf span class t
  • Ubuntu----Ubuntu系统如何设置分辨率供VNC远程访问

    原文链接 Ubuntu Ubuntu系统如何设置分辨率供VNC远程访问 xff08 1 xff09 通过VMWare安装的Ubuntu虚拟机 xff0c 当通过VNC访问时 xff0c 默认情况下分辨率是不对的 xff0c 比如当VNCVi
  • 3D打印gcode命令大全及解析

    G0 xff1a 快速移动 G1 xff1a 控制移动 坐标轴XYZE移动控制 xff08 G0和G1一样 xff09 例子 xff1a G0 F2000 X30 Y30 Z30 E3 G2 xff1a 顺时针画弧 G3 xff1a 逆时针
  • 添加VNC开机启动

    1 添加开机启动文件 sudo nano etc init d tightvncserver 2 添加文件内容 bin sh BEGIN INIT INFO Provides tightvncserver Required Start sy

随机推荐

  • 以太网链路聚合&交换机堆叠集群

    随笔一篇 xff0c 以便日后翻阅 xff0c 如有问题欢迎指正 目录 前言 链路聚合技术原理一 基本原理二 基本术语及概念1 聚合组2 成员接口 amp 成员链路3 活动接口 amp 活动链路4 非活动接口 amp 非活动链路5 聚合模式
  • C#使用Setting保存用户自定义窗体位置

    1 首先引用原文 C 中使用Setting保存用户自定义窗体位置 C 中使用Setting保存用户自定义窗体位置 2008 11 06 步骤一 xff1a 打开项目属性窗口 xff0c 切换到设置 Settings 标签 xff0c 如下图
  • Keil5点击编译正常,烧录和调试直接闪退

    我在WIN11的环境下 xff0c 安装了目前ST官网上最新的MDK538 xff0c 刚刚下载好的前两天一切正常 xff01 但是就在刚刚出现了Keil编译正常 xff0c 使用正点原子的STLink烧录器下载却直接给我闪退 xff0c
  • Shell变量 —— 变量的赋值与引用

    Shell 变量的赋值与引用 变量用于存储数据由字母 数字或下划线组成 xff0c 并且只能以字母或下划线开头 xff0c 大小写的意义是不同的弱类型的语言 xff0c 变量存储的一切值都是字符串 到那时必要的时候 xff0c 是要是由数值
  • 利用USRP探索软件无线电(3)

    1 引言 上一篇描述了利用GQRX查看频谱和记录信号文件的过程 xff0c 本篇将实际录制和分析AM和FM信号 AM和FM虽然历史悠久 xff0c 且均为简单的模拟调制信号 xff0c 但是生命力很强 xff0c 目前仍有很多业务在使用 常
  • Linux安装配置FTP(pure-ftpd)

    1 默认的yum源没有提供pure ftpd xff0c 所以需要先安装epel release扩展源 然后使用yum命令安装pure ftpd yum span class token function install span epel
  • Linux文件检测和坏道检测(fsck、badblocks)

    文章目录 一 文件系统检测fsck二 磁盘坏道检测badblocks 一 文件系统检测fsck 命令功能fsck t dev sda1指定文件系统格式 xff0c 现在linux系统可以自动识别文件系统 xff0c 通常不需要此参数 fsc
  • VMware安装Centos8系统(中文图形化模式)

    文章目录 一 软件 系统镜像二 创建虚拟机三 安装CentOS8四 登录系统五 配置固定IP便于远程管理 一 软件 系统镜像 软件 xff1a VMware 14 镜像 xff1a CentOS8 镜像官网下载地址 xff1a http m
  • centos7系统kdump.service启动失败的解决方法

    1 查看系统启动的服务状态 systemctl list units type span class token operator 61 span service 2 编辑 etc default grub 文件 xff0c 修改crash
  • Linux磁盘故障和文件系统修复(救援模式Centos7、Centos8)

    文章目录 问题一 xff1a 文件系统分区变成只读文件系统 xff0c 无法写入新文件 新数据 问题二 xff1a 在Linux运行过程中 xff0c 有时会因为误操作导致磁盘故障 xff0c 系统无法启动 Linux救援模式 问题一 xf
  • linux安装最新版docker(centos7、centos8)

    文章目录 一 安装docker二 安装Docker镜像加速站三 下载docker镜像 xff08 以centos为例 xff09 xff0c 创建centos容器 xff0c 查看运行容器的IP四 容器设置固定的IP地址五 一款Docker
  • Linux安装最新版Nginx,配置解析php(centos7)

    文章目录 Nginx介绍一 安装编译工具及库文件二 安装PCRE xff0c 作用是让Nginx支持Rewrite功能三 安装Nginx四 测试Nginx五 Nginx常用命令六 安装PHP xff0c 配置nginx解析php Nginx
  • yum安装软件,提示没有可用的软件包解决方法(Centos 7、Centos8)

    文章目录 一 问题描述 xff08 以nginx为例 xff09 二 解决的方法 xff1a 安装epel release软件包三 EPEL简介 一 问题描述 xff08 以nginx为例 xff09 Centos 7下安装nginx xf
  • linux安装zabbix4,添加监测客户机(centos7)(一)

    文章目录 一 linux系统配置二 yum安装zabbix server三 配置zabbinx server四 登陆zabbix server xff0c 设置中文语言五 被监控客户端部署zabbix agent六 添加被监测客户机 软件版
  • linux安装使用git(centos7、centos8)

    文章目录 一 Git简介二 安装Git三 Git全局配置四 创建Git本地仓库五 Git版本回退 一 Git简介 Git是分布式版本控制系统 xff0c svn是集中式 集中式VS分布式 xff1a 集中式版本控制系统 xff0c 版本库集
  • 搜索和下载英文文献常用的网站

    最近导师要求对我们的研究课题进行一个综述整理以及ppt展示 xff0c 中文文献可以到知网上去查找 xff0c 不过知网上的外国文献基本上都很滞后 xff0c 无法拿来作为参考 xff0c 所以就滋生了对于国外期刊和会议论文的需求 搜索以下
  • zabbix监控方式(agent)(二)

    一 zabbix agent方式 xff08 被动模式 xff09 1 被动模式工作流程 xff1a zabbix server打开一个tcp连接 xff1b zabbix server放送一个key为agent ping n的请求 xff
  • MakBookAir系统(macOS Mojave10.14.2)安装双系统方法(win10)

    掉过的坑 1 W官网下载的64位ISO镜像内 xff0c 镜像解压后包含的单个文件大于4G xff0c 当使用BootCamp助理写入U盘时 xff08 U盘会被格式成FAT32 xff0c 不支持大于4G的单个文件拷贝 xff09 xff
  • SUMO文档016:XML文件验证

    XMLValidation xff08 XML验证 xff09 1 XML输入的验证 所有的SUMO应用程序都支持对输入的XML验证 为了实现功能 xff0c 以下的选项可以使用 xff1a Option Description X lt
  • SUMO应用工具:SUMO-GUI

    1 概览 sumo gui和sumo有着相同的功能 xff0c 仅仅是拥有图形化的界面 目的 xff1a 仿真一个特定的脚本 系统 xff1a 在Linux windows上测试过 xff0c 打开一个窗口 输入 xff1a sumo的配置