摘要: https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html 阅读全文
posted @ 2024-11-07 14:38 韩梦芫 阅读(27) 评论(0) 推荐(0) 编辑
摘要: powershell 执行这两个指令Register-PSRepository -SourceLocation http://10.10.14.41:8081/repository/nuget-hosted/ -PublishLocation http://10.10.14.41:8081/repo 阅读全文
posted @ 2024-10-30 09:16 韩梦芫 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 最近由于项目需要,做了个FTP的上传下载 上传 /// <summary> /// 上传共享文件 /// </summary> /// <param name="server">服务器信息</param> /// <param name="files">文件列表</param> public sta 阅读全文
posted @ 2024-10-29 22:05 韩梦芫 阅读(27) 评论(0) 推荐(0) 编辑
摘要: protected readonly IUnitOfWorkManager _unitOfWorkManager;public PlanningTaskManagerBase(IUnitOfWorkManager unitOfWorkManager){ _unitOfWorkManager = un 阅读全文
posted @ 2024-09-30 17:49 韩梦芫 阅读(10) 评论(0) 推荐(0) 编辑
摘要: public override async Task OnPreApplicationInitializationAsync(ApplicationInitializationContext context) { await context.ServiceProvider.GetRequiredSe 阅读全文
posted @ 2024-09-19 22:14 韩梦芫 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 提示内容如下: { "error": "invalid_request", "error_description": "This server only accepts HTTPS requests.", "error_uri": "https://documentation.openiddict. 阅读全文
posted @ 2024-08-12 15:20 韩梦芫 阅读(45) 评论(0) 推荐(0) 编辑
摘要: diff2html github源代码 https://github.com/rtfpessoa/diff2html?tab=readme-ov-file https://gitee.com/giteerofound/diff2html npm地址 https://www.npmjs.com/pac 阅读全文
posted @ 2024-08-02 10:16 韩梦芫 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://docs.gitlab.cn/jh/ci/yaml/ 阅读全文
posted @ 2024-07-31 14:11 韩梦芫 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 注册表删除navicat的相关内容 路径 ”HKEY/CURRENT_USER/Software/PremiumSoft" 阅读全文
posted @ 2024-07-31 09:10 韩梦芫 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1.LDAP简介 LDAP(Lightweight Directory Access Protocol,轻量目录访问协议),是在X.500标准基础上产生的一个简化版本轻量目录访问协议,他是用来访问目录数据库的一个协议。LDAP目录服务是由目录数据库和一套访问协议组成的系统,通俗点可以把LDAP协议理 阅读全文
posted @ 2024-07-18 15:44 韩梦芫 阅读(154) 评论(0) 推荐(0) 编辑