上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 打开package.json 修改eslint版本为6.2.2 解决 阅读全文
posted @ 2022-03-04 23:09 rookiexwang 阅读(3654) 评论(0) 推荐(1) 编辑
摘要: 项目地址:gitee 一.控制反转和依赖注入概念 案例: 1.去餐厅吃饭时,找个位置坐了下来,服务员拿着菜单向你走来,这时是你要吃饭,但是你不主动找服务员,是服务员找你,服务员主动为你服务 2.你在家,你想喝奶茶,我用手机下单,去购买奶茶,也是别人送上门 这时,本来是你主动找他的事情,但是却变成了别 阅读全文
posted @ 2022-03-03 20:36 rookiexwang 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 一.开启端口 开端口命令:firewall-cmd --zone=public --add-port=80/tcp --permanent 重启防火墙:systemctl restart firewalld.service 命令含义: --zone #作用域 --add-port=80/tcp 添加 阅读全文
posted @ 2022-03-01 20:42 rookiexwang 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 转载于:博主文章 1.【1】输入命令 git init (为了给上传的文件夹添加.get 文件) 【2】输入命令 git remote add origin https://…get (后面的链接为gitee上的[克隆/下载] 的地址,为了给本地文件夹和gitee建立连接) 【3】输入命令git a 阅读全文
posted @ 2022-03-01 17:45 rookiexwang 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 陆续记录中 比如:我购买的阿里云域名,那dns服务器必须是阿里云,否则配置https证书(ssl)的时候检测不到,验证不成功 阅读全文
posted @ 2022-02-27 10:38 rookiexwang 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 1.下载Nuget包(与你.NET 版本一致的版本) Microsoft.AspNetCore.Authentication.JwtBearer 2.在appsetting.json中配置jwt 点击查看代码 "JwtConfig": { "SecretKey": "123123123123", / 阅读全文
posted @ 2022-02-24 14:24 rookiexwang 阅读(724) 评论(0) 推荐(1) 编辑
摘要: 文章目录 引入Identity服务,更新数据表 Ids4的注册 一.引入Identity服务,更新数据表 1.接之前写的文章Efcore教程 之前我们创建好一个AppDbContext类,继承于DbContext,现在改为IdentityDbContext,因为IdentityDbContext继承 阅读全文
posted @ 2022-02-22 13:11 rookiexwang 阅读(487) 评论(1) 推荐(0) 编辑
摘要: 重启reboot操作系统后,发现docker 服务未启动,容器也未启动,天生反骨,怎么才能重启后自动启动呢 解决问题两个问题: 1、docker服务自动重启设置 systemctl enable docker.service 2、docker容器自动启动设置 docker ps -a 使用一下命令对 阅读全文
posted @ 2022-02-19 00:15 rookiexwang 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 本篇文章与上一篇文章有关联,没有在docker-compose中部署skywalking的,请看上一篇文章 1.在你的微服务项目文件中添加如下文件: 点击查看代码 <ItemGroup> <PackageReference Include="SkyAPM.Agent.AspNetCore" Vers 阅读全文
posted @ 2022-02-19 00:04 rookiexwang 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 1.准备一台虚拟机 centos7 2.安装docker 与 docker-compose 3.skywalking配置文件 点击查看代码 version: '3.3' services: elasticsearch: image: docker.elastic.co/elasticsearch/e 阅读全文
posted @ 2022-02-18 23:11 rookiexwang 阅读(183) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页