由于自己的本地网站环境使用了 mysql 8.0的版本,在测试一个 group by 的sql查询语句时出现了如下的错误,在百度了不少的解决方法后,终于解决了了,记录一下。 Expression #2 of SELECT list is not in GROUP BY clause........ ...
分类:
数据库 时间:
2020-03-26 14:00:24
阅读次数:
168
There is a problem when I login into Ubuntu in GUI, it always loop in the GUI login. I searched in internet, there are lots of solutions, but only bel ...
分类:
系统相关 时间:
2020-03-26 10:50:56
阅读次数:
94
914. 翻转游戏 中文English You are playing the following Flip Game with your friend: Given a string that contains only two characters: + and -, you can flip ...
分类:
其他好文 时间:
2020-03-26 01:06:15
阅读次数:
79
Problem : Given a sorted array nums, remove the duplicates in place such that each element appear only once and return the new length. Do not allocate ...
分类:
其他好文 时间:
2020-03-26 01:03:12
阅读次数:
78
MongoDB是一个基于分布式文件存储的数据库,由C++语言编写。旨在为WEB应用提供可可扩展的高性能数据库存储解决方案。 被称为NoSQL(Not Only SQL ),意为不仅仅是SQL 是由Carlo Storzzi最早开发的个轻量、开源、不兼容SQL功能的关系型数据库。 2009年,NoSQ ...
分类:
数据库 时间:
2020-03-25 23:08:55
阅读次数:
79
Remove the history from recreate the repos from the current content only push to the github remote repos ensuring you overwrite history 来源: https://gi ...
分类:
其他好文 时间:
2020-03-25 18:47:35
阅读次数:
415
在slave库中执行: 1.设置对普通账号的只读权限,对拥有super权限的账号是不生效的 SET GLOBAL READ_ONLY=1; 2.想要取消普通账号的只读模式,执行下面sql SET GLOBAL READ_ONLY=0; 3.创建普通账号,并授权: create user mice i ...
分类:
数据库 时间:
2020-03-25 10:40:34
阅读次数:
277
一、问题如下 1、报错内容:Only the original thread that created a view hierarchy can touch its views.Only the original thread that created a view hierarchy can to ...
分类:
移动开发 时间:
2020-03-24 20:22:52
阅读次数:
99
对css的伪类选择器真的是又爱又恨,每次都很完美的被搞混了,还是得做一下总结。 :nth of type(n) 选择第n个元素 :first of type 选择第一个元素 :last of type 选择最后一个元素 :nth child(n) 选择父元素的第n个子元素 :nth last chi ...
分类:
Web程序 时间:
2020-03-24 19:05:22
阅读次数:
232
Git does not apply deleted files when merging an old branch into the master. How can I tell Git to apply deleted files? The only way I can fathom this ...
分类:
移动开发 时间:
2020-03-23 16:40:27
阅读次数:
82