摘要: ABP项目系列目录 1. ABP项目构建 2. ABP项目逻辑实现 3. ABP项目IDS4身份认证 4. ABP项目接口权限控制 5. ABP项目微服务 阅读全文
posted @ 2021-08-31 15:22 无心々菜 阅读(619) 评论(0) 推荐(0)
摘要: * 常用软件 1. FSCapture 截图软件 https://dl.pconline.com.cn/download/409863.html 注册码:https://blog.csdn.net/yz18931904/article/details/96424952 2. Team Foundat 阅读全文
posted @ 2020-07-06 08:43 无心々菜 阅读(1022) 评论(0) 推荐(0)
摘要: 高斯DB 数据库的安装 1. docker-compose opengauss: image: enmotech/opengauss:latest container_name: opengauss_test privileged: true environment: - GS_PASSWORD=M 阅读全文
posted @ 2026-03-16 10:17 无心々菜 阅读(3) 评论(0) 推荐(0)
摘要: NETCORE - 使用 EFCORE 调用 高斯DB数据库 1. 高斯DB的部署:https://www.cnblogs.com/1285026182YUAN/p/19723422 2. 连接高斯DB 环境 .net8 , webapi 实体类项目(Rail.Model.Assist ) 1. 安 阅读全文
posted @ 2026-03-16 10:15 无心々菜 阅读(4) 评论(0) 推荐(0)
摘要: JMeter - 压力测试 安装 java8 以上:https://www.oracle.com/java/technologies/downloads/#jdk21-windows 下载Apache JMeter 5.6.3:https://jmeter.apache.org/download_j 阅读全文
posted @ 2026-03-10 15:09 无心々菜 阅读(2) 评论(0) 推荐(0)
摘要: NETCORE - IdentityServer4 多节点部署 环境: .netcore3.1 应用负载:10.5.45.104 指向 10.5.84.10,10.5.84.11两台服务器 负载轮询 10.5.84.10,10.5.84.11 上都部署有 ids4服务。 当前端通过负载获取到ids4 阅读全文
posted @ 2026-03-05 17:42 无心々菜 阅读(3) 评论(0) 推荐(0)
摘要: NETCORE - IdentityServer4 相关文档 在项目中创建 .http文件 @RailCDE_HostAddress = http://localhost:8092/railback # @RailCDE_HostAddress = http://localhost:8092 ### 阅读全文
posted @ 2026-03-05 09:16 无心々菜 阅读(2) 评论(0) 推荐(0)
摘要: .NET框架 - NETCORE + API + EF(DBFirst) + PostgresSql 环境 .net8 新建类库 Rail.Model.PGDB 1. 安装 nuget 包 Npgsql.EntityFrameworkCore.PostgreSQL Microsoft.EntityF 阅读全文
posted @ 2026-02-11 15:03 无心々菜 阅读(3) 评论(0) 推荐(0)
摘要: Docker 部署 APISIX + etcd 官网:https://apisix.apache.org/ 一. 拉取镜像 docker pull apache/apisix:latest docker inspect apache/apisix:latest | findstr "Architec 阅读全文
posted @ 2026-01-27 16:40 无心々菜 阅读(10) 评论(0) 推荐(0)
摘要: Docker部署martin 矢量切片服务器 docker pull maplibre/martin:latest docker-compose.yml martin: image: maplibre/martin:latest container_name: martin restart: unl 阅读全文
posted @ 2026-01-21 09:59 无心々菜 阅读(9) 评论(0) 推荐(0)
摘要: Postgres 数据库的安装 使用docker安装 建议使用 17版本,18版本的目前不支持martin。 建议使用 postgis镜像,如果直接使用 postgres 镜像不支持 postgis。 docker pull postgis/postgis:17-3.6-alpine docker- 阅读全文
posted @ 2026-01-21 09:35 无心々菜 阅读(8) 评论(0) 推荐(0)
摘要: NETCORE - 调用 RUSTFS rustfs 部署参考:https://www.cnblogs.com/1285026182YUAN/p/19242888 end . 阅读全文
posted @ 2025-11-19 16:18 无心々菜 阅读(39) 评论(0) 推荐(0)