2025-07-10
技术分享
00

pom依赖

xml
<!-- https://mvnrepository.com/artifact/com.luhuiguo/aspose-cells --> <dependency> <groupId>com.luhuiguo</groupId> <artifactId>aspose-cells</artifactId> <!--非官方 luhuiguo--> <version>23.1</version> </dependency>
2025-05-16
技术分享
00

src\router\index.js

添加允许获取路由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

2025-01-08
技术分享
00

Jaocb_v1.21调用WPS COM组件😀👍

https://sourceforge.net/projects/jacob-project/

https://sourceforge.net/projects/jacob-project/

2024-11-15
技术分享
00

docker命令大全

https://www.runoob.com/docker/docker-command-manual.html


  1. 首先停止mysql容器避免在备份中写入数据无法完整备份导出
shell
docker stop [ps-name] # [ps-name] 为需要停止容器的名称(可使用[docker ps]命令查看容器信息) 例如:sudo docker stop mysql
2024-07-15
技术分享
00

数据来源 http://www.stats.gov.cn/

代码仓库 https://github.com/airyland/china-area-data

python
# -*- coding: UTF-8 -*- """ @description 获取统计用区划代码和城乡划分代码 (一级:省、直辖市、自治区) @author wendell