摘要: 影视后台管理项目day2 ## 一、前言 使用vue,nodejs nodejs自行安装,我的版本是16.2 [vue-element-admin](http://panjiachen.github.io/vue-element-admin) 是一个后台前端解决方案,它基于 [vue](https://github.com/ 阅读全文
posted @ 2023-07-08 15:05 Kirei7 阅读(65) 评论(0) 推荐(0)
摘要: 影视后台管理day1 ## 一、前言 两周的实训后,对所学的进行复盘(也是混博客) ​ 后端技术栈使用springboot 、mybatisplus,前端技术栈 使用 vue.js、elmentui、vue-admin-template,进行整体架构的搭建实现前后端分离。spring Security 、redis 、k 阅读全文
posted @ 2023-07-07 11:14 Kirei7 阅读(133) 评论(0) 推荐(0)
摘要: 雨课堂在线练习获取 ![](https://images.cnblogs.com/cnblogs_com/blogs/693023/galleries/2315264/o_230706024431_Python.png) ```python #先转成txt,doc文档有的库装不上。。。 import json # 读取 阅读全文
posted @ 2023-07-06 10:52 Kirei7 阅读(49) 评论(1) 推荐(0)
摘要: 压缩包版MySQL8安装 #### 1、下载解压 链接:https://pan.baidu.com/s/11OxndQSx9GVP30chaGf7uA?pwd=1mfh 提取码:1mfh #### 2、新建ini文件 在MySQL根目录新建(具有bin文件夹那一级) ```sql [mysqld] port=3306 bas 阅读全文
posted @ 2023-06-12 23:41 Kirei7 阅读(59) 评论(0) 推荐(0)
摘要: lnmp部署 ## 防火墙的配置 firewall-cmd --zone=public --add-service=http --permanent //允许http通信 firewall-cmd --zone=public --add-service=https --permanent //允许https通信 阅读全文
posted @ 2023-06-04 22:22 Kirei7 阅读(21) 评论(0) 推荐(0)