摘要: 一、docker ①、容器 #构建镜像 root@ecs-16640:~# docker build -t apricot . #构建镜像(指定Dockerfile) root@ecs-16640:~# docker build -f ./Apricot/Dockerfile -t apricot 阅读全文
posted @ 2022-08-09 16:29 1764564459 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 一、进度条 progress bar 安装 Nuget 包# 安装 Nuget 包 $ NuGet\Install-Package ShellProgressBar -Version 5.2.0 进度条 // 总数 int total = 100; // 进度条 using var pbar = n 阅读全文
posted @ 2024-03-18 14:42 1764564459 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一、linux 离线安装 安装 docker [官网] # 1、Run the following command to uninstall all conflicting packages: $ for pkg in docker.io docker-doc docker-compose \ do 阅读全文
posted @ 2024-03-16 16:57 1764564459 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 一、错误信息 详细信息 >C:\Program Files\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk.StaticWebAssets\targets\Microsoft.NET.Sdk.StaticWebAssets.targets(475,5): erro 阅读全文
posted @ 2024-01-03 14:33 1764564459 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 一、创建提交 命令行(CLI) #创建v2023.10.18标签,及对应更新内容 $ git tag -a v2023.10.18 -m "1、提交10.18版本。" #指定提交版本(b216e3db)打标签 $ git tag -a v2023.10.18 b216e3db -m "1、提交10. 阅读全文
posted @ 2023-10-18 15:22 1764564459 阅读(8) 评论(0) 推荐(0) 编辑
摘要: ### 一、私有仓库错误(vs2022) 1. 错误信息 `error NU1803: 错误形式的警告: 正在通过 “HTTP” 源“http://apricot.com/repository/nuget-group/”运行“restore”操作。将来的版本中将删除非 HTTPS 访问权限。请考虑迁 阅读全文
posted @ 2023-07-08 18:15 1764564459 阅读(530) 评论(0) 推荐(0) 编辑
摘要: 一、安装 安装插件 vscode 创建项目 PS E:\Code\Vues> mkdir apricot-pont 1、创建目录 全局安装pont-engine $ npm i -g pont-engine 1、安装 pont-engine 二、使用 配置模板 $ pont start 1、配置模板 阅读全文
posted @ 2023-04-28 17:11 1764564459 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 一、nssm 服务安装 ①、下载nssm(官网) ②、打开dos 【管理员身份运行】 1、转到下载目录 ③、打开GUI界面 ④、配置安装 ⑤、安装服务 ⑥、启动服务 ⑦、查看应用 ⑧、帮助命令 二、待续 ①、 阅读全文
posted @ 2023-03-08 17:08 1764564459 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 一、HttpRequest ①、NotAcceptable 1、错误信息(附截图):当客户端请求一个具有特定文件扩展名的文件,然后用与服务器上为此文件扩展名配置的 MIME 类型不同 MIME 类型来指定 Accept 标头时,便会出现此错误。例如,请求一个带有 .doc 扩展名的文件,然后指定 A 阅读全文
posted @ 2023-03-07 15:56 1764564459 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 一、创建同名账号【密码需一致】 ①、iis (win-10 主机) 1、打开计算机管理(快捷方式:win+r ,键入:compmgmt.msc)。 2、新建用户 ②、共享目录(win-server 主机) 1、打开计算机管理(快捷方式:win+r ,键入:compmgmt.msc)。 2、win-s 阅读全文
posted @ 2023-03-06 17:18 1764564459 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 一、处理25端口 ①、换用端口 1、官方建议【465端口、25端口申请】。 2、云服务器可用端口。 1、可用端口(465、587)。 ②、使用(465、587)端口问题 1、错误信息:The SMTP server requires a secure connection or the client 阅读全文
posted @ 2023-02-15 23:12 1764564459 阅读(99) 评论(0) 推荐(0) 编辑