xml <!-- https://mvnrepository.com/artifact/com.luhuiguo/aspose-cells -->
<dependency>
<groupId>com.luhuiguo</groupId>
<artifactId>aspose-cells</artifactId>
<!--非官方 luhuiguo-->
<version>23.1</version>
</dependency>
添加允许获取路由Url参数
vue{ path: "/", component: Layout, redirect: "/dashboard", children: [ { path: "dashboard", // 路由路径 name: "控制台", // 路由名称 component: () => import("@/views/dashboard/index"), // 组件路径 meta: { title: "控制台", icon: "dashboard", affix: true }, props: true, // 启用参数传递 }, ], },
关键代码: props: true
https://www.runoob.com/docker/docker-command-manual.html
shelldocker stop [ps-name]
# [ps-name] 为需要停止容器的名称(可使用[docker ps]命令查看容器信息) 例如:sudo docker stop mysql
python# -*- coding: UTF-8 -*-
"""
@description 获取统计用区划代码和城乡划分代码 (一级:省、直辖市、自治区)
@author wendell