小编Ahm*_*abi的帖子

MYSQL 8.0 - 不支持的重做日志格式

我最近更新了位于我的xampp文件夹下的mysql,并且我从日志文件中报告了以下错误:

2018-04-19T12:59:19.667059Z 0 [System] [MY-010116] [Server] C:\xampp\mysql\bin\mysqld.exe (mysqld 8.0.11) starting as process 9324
2018-04-19T12:59:20.025280Z 1 [ERROR] [MY-013090] [InnoDB] InnoDB: Unsupported redo log format (0). The redo log was created before MySQL 5.7.9
2018-04-19T12:59:20.026140Z 1 [ERROR] [MY-012930] [InnoDB] InnoDB: Plugin initialization aborted with error Generic error.
2018-04-19T12:59:20.229069Z 1 [ERROR] [MY-011013] [Server] Failed to initialize DD Storage Engine.
2018-04-19T12:59:20.230803Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2018-04-19T12:59:20.231371Z 0 [ERROR] [MY-010119] [Server] Aborting
2018-04-19T12:59:20.233136Z 0 [System] [MY-010910] [Server] C:\xampp\mysql\bin\mysqld.exe: Shutdown complete (mysqld …

php mysql xampp phpmyadmin

16
推荐指数
2
解决办法
1万
查看次数

如何在flutter中显示scrollController的滚动索引?

我想通过利用滚动控制器在 listView 底部显示索引,与下图中显示的方式相同:

在此输入图像描述

用户向下滚动或向上滚动后,左侧以红色突出显示的计数会根据用户的滚动方向增加/减少。

我想要实现的是自动更新显示项目的索引,如图中红色所示。因此,每当用户向下或向上滚动时,该索引就会根据显示项目的索引进行更新。

图为我已经到了第26项了。每当我向下或向上滚动时,该索引就会更新。

我尝试使用为滚动事件发出的偏移量,但没有成功。

dart flutter

4
推荐指数
1
解决办法
7606
查看次数

标签 统计

dart ×1

flutter ×1

mysql ×1

php ×1

phpmyadmin ×1

xampp ×1