摘要: 1、Ubuntu20.04 安装软件及踩坑 2、Ubuntu 20.04 从零开始安装MySQL 8.0并重置root密码 3、ubuntu 20.04安装nginx + php7.4过程 4、nginx出错排查。 5、Ubuntu Nginx 配置多站点 6、ubuntu修改hosts立即生效的简 阅读全文
posted @ 2021-11-11 11:53 狂奔的狼 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 1、vue-element-admin 4.2.1版本 post请求跨域问题 2、vue-element-admin登录流程 3、vue-element-admin实现动态权限管理的思路总结 4、vue-element-admin的登录权限校验和动态路由的实现逻辑 阅读全文
posted @ 2021-11-09 12:07 狂奔的狼 阅读(60) 评论(0) 推荐(0) 编辑
摘要: 1、tp6安装vendor包, 报Your requirements could not be resolved to an installable set of packages,如下图所示: 2、解决方法: 使用命令 composer install --ignore-platform-reqs 阅读全文
posted @ 2021-11-05 19:33 狂奔的狼 阅读(467) 评论(0) 推荐(0) 编辑
摘要: centos 7 dev 如何在 CentOS7 中安装 Nodejs https://www.cnblogs.com/lpbottle/p/install_nodejs.html 安装git 工具 sudo yum install git 安装sougou input https://blog.c 阅读全文
posted @ 2021-11-04 19:04 狂奔的狼 阅读(1312) 评论(0) 推荐(0) 编辑
摘要: centos 7 dev 如何在 CentOS7 中安装 Nodejs https://www.cnblogs.com/lpbottle/p/install_nodejs.html 阅读全文
posted @ 2021-11-04 19:00 狂奔的狼 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 查看vue_admin,没有node_modules 模块 使用一下命令安装node_modules模块 npm install --registry=https://registry.npm.taobao.org 安装完成后使用以下命令运行vue_admin 项目 npm run dev 问题解决 阅读全文
posted @ 2021-11-04 17:10 狂奔的狼 阅读(256) 评论(0) 推荐(0) 编辑
摘要: Windows10环境下创建vue项目: 1、进入D盘,在D盘目录创建edutrainvue项目 vue init webpack edutrainvue 2、解决方法: 设置所有代理为 null npm config set http-proxy null npm config set https 阅读全文
posted @ 2021-11-04 16:23 狂奔的狼 阅读(1641) 评论(2) 推荐(1) 编辑
摘要: Linux创建命令快捷方式vi ~/.bashrcalias xx='cd /xxx/' 转载:解决Linux服务器SSH后不执行.bashrc命令 https://blog.csdn.net/qq285744011/article/details/109741764 阅读全文
posted @ 2021-10-18 14:25 狂奔的狼 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 1.git命令行取ssh公钥,没有公钥,请自行生成。 $ cd $ cd .ssh $ ls cat id_rsa.pub 2. 复制id_rsa.pub公钥文件的内容到linux系统的authorized_keys文件中,操作步骤如图所示即可。 3、操作完毕可到git上输入ssh root@+服务 阅读全文
posted @ 2021-10-18 14:16 狂奔的狼 阅读(474) 评论(0) 推荐(0) 编辑
摘要: 1、原始表 CREATE TABLE [dbo].[BASE_UserInDept]( [HospitalID] [int] NOT NULL, [UserID] [int] NOT NULL, [DeptCode] [varchar](10) NOT NULL, [RoleID] [int] NO 阅读全文
posted @ 2020-09-22 20:58 狂奔的狼 阅读(230) 评论(0) 推荐(0) 编辑