1.首先自己创建数据库 create database luffy default charset=utf8mb4; 2.为当前项目创建数据库用户 create user luffy_user identified by 'luffy'; grant all privileges on luffy. ...
分类:
数据库 时间:
2020-06-20 11:29:22
阅读次数:
79
OpenStack Queens版本的 All-in-one 部署过程
分类:
其他好文 时间:
2020-06-20 10:56:23
阅读次数:
57
def __setattr__(self, name, value): """ Set the value of setting. Clear all cached values if _wrapped changes (@override_settings does this) or clear ...
分类:
编程语言 时间:
2020-06-20 10:19:43
阅读次数:
112
错误示范: 解决方法: 在 <!doctype html> 下加入下面这个标签: <!--suppress ALL--> 修改之后: ...
分类:
其他好文 时间:
2020-06-19 22:42:48
阅读次数:
96
客户端命令: status # 查看客户端状态 help # 查看所有客户端可执行命令 服务器端命令: 1、查看版本 select version(); 2、创建用户并授权 create user "root"@"%" identified by "mageedu.com"; GRANT ALL P ...
分类:
数据库 时间:
2020-06-19 22:39:38
阅读次数:
70
4.1.1 select语句一、select 查询语句 1.select [all | distinct] * | 列名1[,列名2,.........,列名n] from 表名 [where 条件表达式] [group by 列名 [asc | desc ] [having 条件表达式]] [or ...
分类:
其他好文 时间:
2020-06-19 20:54:38
阅读次数:
58
rm /etc/apt/sources.list.d/pve-enterprise.list export LC_ALL=en_US.UTF-8 apt update && apt -y install git && git clone https://github.com/ivanhao/pvet ...
分类:
其他好文 时间:
2020-06-19 20:32:27
阅读次数:
46
PHP调试,现实编译错误信息的方法
ini_set("display_errors", "On");
error_reporting(E_ALL); ...
分类:
Web程序 时间:
2020-06-19 14:07:15
阅读次数:
48
Different Ways to Add Parentheses (M) 题目 Given a string of numbers and operators, return all possible results from computing all the different possibl ...
分类:
其他好文 时间:
2020-06-19 12:31:00
阅读次数:
43
冲突引起的原因:ueditor全屏时会把父节点的position全部改为static,模态框样式也全部改变 解决方法:修改ueditor.all.min.js或者ueditor.all.js(根据项目引用情况),当父节点为el-dialog时,不修改position 找到 if (fullscren ...
分类:
其他好文 时间:
2020-06-19 10:24:34
阅读次数:
151