摘要: 安装:docker安装RabbitMQ - O波V步 - 博客园 (cnblogs.com)网页管理页面设置: https://blog.csdn.net/qq_25112523/article/details/124444129 阅读全文
posted @ 2024-06-25 21:50 lzy1666 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 更新你的现有列表包 sudo apt-get update 安装一些必要的系统工具 sudo apt-get install -y \ apt-transport-https \ ca-certificates \curl \ software-properties-common 添加Docker官 阅读全文
posted @ 2024-06-25 21:48 lzy1666 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 一、在nuget引用 Ocelot。 二、创建ocelot.json配置文件 { //这里注意,以前是ReRoutes现在是Routes "Routes": [ { //Upstreama56爆大奖在线娱乐上游请求,即客户端请求到API Gateway的请求 "UpstreamPathTemplate": "/cl 阅读全文
posted @ 2024-06-04 00:33 lzy1666 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 一、准备工作 1、Windows server 2106操作系统 2、Git 链接:https://pan.baidu.com/s/1s_3kKe5GWxJx1twggjk6Qg 提取码:mayx 3、IIS 10确保已安装 4、.net core sdk6 https://download.vis 阅读全文
posted @ 2024-04-13 13:34 lzy1666 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 一、通过命令安装 sudo apt-get install -y apt-transport-https ca-certificates dirmngr sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 8919F6B 阅读全文
posted @ 2023-10-15 00:04 lzy1666 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 一、引用包 Microsoft.EntityFrameworkCore.Tools Pomelo.EntityFrameworkCore.MySql 二、常用命令 1、Add-Migration (版本号) 创建新的CodeFirst文件 2、Update-Database 更新数据库 三、代码实现 阅读全文
posted @ 2023-10-07 23:24 lzy1666 阅读(52) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get update sudo apt-get upgratesudo apt install mysql-server 设置运行远程访问 修改:sudo vim /etc/mysql/mysql.conf.d/mysqld.cnf 用# 注释掉bind-address = 127 阅读全文
posted @ 2023-05-27 11:48 lzy1666 阅读(72) 评论(0) 推荐(0) 编辑
摘要: ubuntu@ubuntu:~$ sudo passwd root New password: Retype new password: passwd: password updated successfully ubuntu@ubuntu:~$ su root # 切换到root账户 Passwo 阅读全文
posted @ 2023-05-27 11:11 lzy1666 阅读(142) 评论(0) 推荐(0) 编辑
摘要: .net core 下载地址: https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0 树莓派支持:arm64版本 在ubuntu 下载.net core 6 下载:wget https://download.visualstudio.micro 阅读全文
posted @ 2023-05-21 17:01 lzy1666 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 1.安装环境,开发环境 1.1、node.js环境(https://nodejs.org/zh-cn/) 1.2、vscode开发工具(https://code.visualstudio.com/) 1.3、vscode安装Vue Language Features (Volar)插件,此插件是用于 阅读全文
posted @ 2023-02-09 14:59 lzy1666 阅读(2591) 评论(0) 推荐(0) 编辑