20170820

Posted Helenbj

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了20170820相关的知识,希望对你有一定的参考价值。

1. find the mysql configure file in 192.168.101.71
mysql --help | grep Default -A 1  // bellow is part of output

Default options are read from the following files in the given order:
/etc/my.cnf /etc/mysql/my.cnf ~/.my.cnf

2. override the default mysql configure abouONLY_FULL_GROUP_BY

sudo vim /etc/mysql/my.cnf  // add the following line

[mysqld]
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
3. restart mysql

sudo service mysql restart

#1055 - Expression of SELECT list is not in GROUP BY clause and contains nonaggregated column this is incompatible with sql_mode=only_full_group_by

window.open

http://www.5idev.com/p-javascript_window_open.shtml

ssh login error

https://zhidao.baidu.com/share/17f3e1e6700c559b6036f6e49d82fd5c.html

mysql dump error 

http://www.cnblogs.com/gqdw/p/3844933.html

http://blog.csdn.net/longxibendi/article/details/6363934

http://blog.csdn.net/shaochenshuo/article/details/49888785

orderedDict

http://www.zlovezl.cn/articles/collections-in-python/


http://www.cnblogs.com/lonelywolfmoutain/p/5433581.html

https://stackoverflow.com/questions/37951742/1055-expression-of-select-list-is-not-in-group-by-clause-and-contains-nonaggr

以上是关于20170820的主要内容,如果未能解决你的问题,请参考以下文章

20170820

20170820四校联考

微信小程序代码片段

VSCode自定义代码片段——CSS选择器

谷歌浏览器调试jsp 引入代码片段,如何调试代码片段中的js

片段和活动之间的核心区别是啥?哪些代码可以写成片段?