上一页 1 2 3 4 5 6 ··· 30 下一页
摘要: NETCORE - OpenId 鉴权模式 环境:.net8 + efcore8 + mysql8 + openIddict7 ,不集成ASP.NET Core Identity ,使用自已的用户表登录 一、 修改数据库 数据库使用 mysql,创建数据库 openauth,字符集为 utf8mb3 阅读全文
posted @ 2025-08-28 14:00 无心々菜 阅读(24) 评论(0) 推荐(0)
摘要: Linux 离线安装 Nginx 环境 环境 Linux 麒麟V10 sp3 系统 aarch64 非root用户,没有root权限 离线环境 一、Nginx安装 1. 下载依赖 openssl /data/wtools/nginx/openssl-1.1.1w https://www.openss 阅读全文
posted @ 2025-08-13 16:02 无心々菜 阅读(55) 评论(0) 推荐(0)
摘要: Linux 离线安装 .NET8 环境 环境 Linux 麒麟V10 sp3 系统 aarch64 非root用户,没有root权限 离线环境 一、环境搭建 下载 aspnetcore 的arm64版本 下载 .NET 8.0 (Linux、macOS 和 Windows) | .NET 文件目录: 阅读全文
posted @ 2025-08-13 15:44 无心々菜 阅读(230) 评论(0) 推荐(0)
摘要: NETCORE - 文件读取 using Microsoft.AspNetCore.Http; using Microsoft.IdentityModel.Tokens; using System; using System.Collections.Generic; using System.Lin 阅读全文
posted @ 2025-05-14 11:31 无心々菜 阅读(17) 评论(0) 推荐(0)
摘要: NETCORE - 大数据操作 csv 文件方式 1. List 转换类 \\N 为 null public static List<string> TrunsToList<T>(this List<T> listModel, string splitChar = ",") { var props 阅读全文
posted @ 2025-04-28 13:33 无心々菜 阅读(18) 评论(0) 推荐(0)
摘要: NETCORE - 大数据操作 Dapper 临时表 环境 net8 ,mysql ,dapper public class TtFlowTrainsService : ITtFlowTrainsRepository { public readonly IDbConnection DapperCon 阅读全文
posted @ 2025-04-22 17:12 无心々菜 阅读(38) 评论(0) 推荐(0)
摘要: 外网安装包同步到内网 npm 包 1. 外网安装 npm config get cache npm cache clean --force # 清理旧缓存(可选) npm install -g transit-map # 正常安装,确保缓存最新npm pack transit-map # 生成离线包 阅读全文
posted @ 2025-04-10 14:26 无心々菜 阅读(57) 评论(0) 推荐(0)
摘要: NETCORE - 单元测试 一. 创建类库 创建两个类文件 类1:CBook using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.T 阅读全文
posted @ 2025-03-10 09:25 无心々菜 阅读(23) 评论(0) 推荐(0)
摘要: 1. gitee的使用 打开网页,注册用户,登录后,创建仓库 https://gitee.com/ 点击+号创建仓库,创建名称自已定义。 创建后的页面: 2. git 安装 https://www.jianshu.com/p/414ccd423efc 3. git 拉取仓库 在一个文件夹中右键,打开 阅读全文
posted @ 2025-02-17 11:07 无心々菜 阅读(11) 评论(0) 推荐(0)
摘要: React 项目创建 1. 创建react 项目: npx create-react-app antd-demo-ts --template typescript end 阅读全文
posted @ 2025-02-12 11:00 无心々菜 阅读(5) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 30 下一页