10 2022 档案

摘要:nacos报错 [root@localhost logs]# tail -f start.out : | \ | : ,--.--. , . / / | / / ' Pid: 2510 | : ' '; | / \ / \. ; ,. :| : /`./ Console: http://192.16 阅读全文
posted @ 2022-10-26 10:20 Arborblog 阅读(427) 评论(0) 推荐(0) 编辑
摘要:vi /etc/sysconfig/network-scripts/ifcfg-ens33 BOOTPROTO="static" IPADDR=192.168.96.11(此处的IP就是你虚拟机的IP) GATEWAY=192.168.96.2(这是网关,此网关不是真实的交换机网关,是虚拟机的虚拟网 阅读全文
posted @ 2022-10-25 00:23 Arborblog 阅读(115) 评论(0) 推荐(0) 编辑
摘要:SpringBoot项目整合Mybatis时Mapper.xml文件的存放位置 目录: 方式一:放在与Mapper接口同级目录 方式二:在resources创建Mapper接口同名文件夹用来存放Mapper.xml文件 方式三:在resources目录下创建mapper文件夹存放mapper.xml 阅读全文
posted @ 2022-10-23 20:33 Arborblog 阅读(833) 评论(0) 推荐(0) 编辑
摘要:放到dependencyManagement之后子项目必须显示的声明,而其他会直接继承 阅读全文
posted @ 2022-10-18 23:19 Arborblog 阅读(12) 评论(0) 推荐(0) 编辑
摘要:语义化的Api 阅读全文
posted @ 2022-10-16 18:54 Arborblog 阅读(11) 评论(0) 推荐(0) 编辑
摘要:https://www.bilibili.com/video/BV1Nq4y127Xn?p=4&spm_id_from=pageDriver&vd_source=7a086e507ebe4af7b3c2c47f3454f12b 看他的注解springboot注解跨域 阅读全文
posted @ 2022-10-15 16:10 Arborblog 阅读(15) 评论(0) 推荐(0) 编辑
摘要:认证是账号密码等(验证码),然后判断是否是正确的用户,然后返回token 鉴权,通过token判断判断用户的权限是否允许访问 https://www.bilibili.com/video/BV1tw411f79E?spm_id_from=333.337.search-card.all.click 阅读全文
posted @ 2022-10-12 15:15 Arborblog 阅读(77) 评论(0) 推荐(0) 编辑
摘要:A granted authority textual representation is required 是查询出的权限有null值 阅读全文
posted @ 2022-10-11 17:55 Arborblog 阅读(64) 评论(0) 推荐(0) 编辑
摘要:启动、停止、开机自启动 启动 通过systemctl start 来启动 sudo systemctl start test.service 1 停止 通过systemctl stop 来停止 sudo systemctl stop test.service 1 重启 通过systemctl res 阅读全文
posted @ 2022-10-10 16:42 Arborblog 阅读(35) 评论(0) 推荐(0) 编辑
摘要:1 问题 使用Xshell工具登录Linux时,常常会跳出如下界面 Connection established. To escape to local shell, press 'Ctrl+Alt+]'. 往往在等待很久后才能连接上... 2 原理 因为OpenSSH服务器中有一个DNS查找选项U 阅读全文
posted @ 2022-10-10 16:23 Arborblog 阅读(260) 评论(0) 推荐(0) 编辑
摘要:https://www.docker.com/ hub.docker.com 使用阿里云的dockerhub 阅读全文
posted @ 2022-10-10 14:50 Arborblog 阅读(9) 评论(0) 推荐(0) 编辑
摘要:二叉树,红黑树,hash表B-tree 阅读全文
posted @ 2022-10-08 17:36 Arborblog 阅读(13) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示