随笔 - 80  文章 - 0  评论 - 3  阅读 - 37371
05 2022 档案
mysql5.7执行sql语句成功,但是报错Err:1055
摘要:无论执行什么sql语句都报错: [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILIN 阅读全文
posted @ 2022-05-27 16:53 flash610 阅读(291) 评论(0) 推荐(0) 编辑
mysql5.7修改my.ini的默认字符集后,无法重启服务
摘要:在my.ini配置文件中加了一条default-character-set=utf8服务无法启动 最后发现是文本保存的默认字符集不对,记事本默认的字体为: 用notepade++打开此文件,保存为utf8;重启服务成功; 阅读全文
posted @ 2022-05-27 16:41 flash610 阅读(257) 评论(0) 推荐(0) 编辑
python生成EXE可执行文件的方法
摘要:1,安装pyinstaller pip install pyinstaller 速度较慢,切换清华源 pip install pyinstaller -i https://pypi.tuna.tsinghua.edu.cn/simple/ 2,cmd切换到Python源文件的目录下执行 pyinst 阅读全文
posted @ 2022-05-20 11:42 flash610 阅读(1434) 评论(0) 推荐(0) 编辑
mysql5.7.36安装
摘要:1.将官网下载的mysql5.7.36.zip解压到D:\program files下 2.新建my.ini文件(文件格式保存为ANSI格式,否则下面执行mysqld --initialize --console命令时会报错) [mysqld]character-set-server=UTF8MB4 阅读全文
posted @ 2022-05-14 09:53 flash610 阅读(515) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示