onlyfew

Results 4 issues of onlyfew

如题,想通过后台配置感受下这个框架的整体易用性。

question
other

1.拉取代码 `git clone https://github.com/Meituan-Dianping/SQLAdvisor.git` 2.安装依赖项 ``` apt-get install cmake libaio-dev libffi-dev apt-get install libglib2.0-dev apt-get install libperconaserverclient18.1-dev //g++不知道有没有起作用,中间各种出错后尝试安装了他 apt-get install g++ ``` percona的安装参考 https://www.percona.com/doc/percona-server/5.6/installation/apt_repo.html 3.编译依赖项sqlparser ``` cmake -DBUILD_CONFIG=mysql_release -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=/usr/local/sqlparser...

你好,我在mac机器上下载了最新的flutter 1.10.7,xcode是10.1版本,下载代码后执行flutter run,很多报错类似于下面这样: `../sdk/flutter/packages/flutter/lib/src/rendering/viewport.dart:161:6: Error: This can't be used as metadata; metadata should be a reference to a compile-time constant variable, or a call to a constant constructor. @required ViewportOffset...