摘要: 算术运算符 MySQL 支持的算术运算符包括: 运算符作用 + 加法 - 减法 * 乘法 / 或 DIV 除法( DIV 整除,结果为整数; / 除法结果带有小数) % 或 MOD 取余 比较运算符 SELECT 语句中的条件语句经常要使用比较运算符。通过这些比较运算符,可以判断表中的哪些记录是符合 阅读全文
posted @ 2021-02-05 23:34 emanlee 阅读(155) 评论(0) 推荐(0)
摘要: findfont: Font family ['sans-serif'] not found. Falling back to DejaVu Sans. 解决方法 1 在C盘搜索 simhei.ttf 2 参考: https://blog.csdn.net/geek64581/article/det 阅读全文
posted @ 2021-02-05 17:40 emanlee 阅读(2941) 评论(0) 推荐(1)
摘要: [root@localhost ~]# wget http://dev.mysql.com/get/mysql-community-release-el7-5.noarch.rpm[root@localhost ~]# rpm -ivh mysql-community-release-el7-5.n 阅读全文
posted @ 2021-02-05 16:49 emanlee 阅读(230) 评论(0) 推荐(0)
摘要: qt.qpa.screen: QXcbConnection: Could not connect to display localhost:10.0 y.plot(figsize=(15, 6))qt.qpa.screen: QXcbConnection: Could not connect to 阅读全文
posted @ 2021-02-05 14:50 emanlee 阅读(5493) 评论(0) 推荐(0)
摘要: Centos 7上安装MySQL出现错误 Transaction check error: file /etc/my.cnf from install of mysql-community-server-5.6.51-2.el7.x86_64 conflicts with file from pac 阅读全文
posted @ 2021-02-05 11:38 emanlee 阅读(1570) 评论(0) 推荐(0)
摘要: yumThere was a problem importing one of the Python modulesrequired to run yum. The error leading to this problem was: /usr/lib64/python2.7/site-packag 阅读全文
posted @ 2021-02-05 10:50 emanlee 阅读(2120) 评论(0) 推荐(0)
摘要: MariaDB 数据库管理系统是 MySQL 的一个分支,主要由开源社区在维护,采用 GPL 授权许可。 开发这个分支的原因之一是:甲骨文公司收购了 MySQL 后,有将 MySQL 闭源的潜在风险,因此社区采用分支的方式来避开这个风险。MariaDB完全兼容mysql,使用方法也是一样的.有的ce 阅读全文
posted @ 2021-02-05 09:35 emanlee 阅读(3404) 评论(0) 推荐(0)