caiqichang

Results 5 comments of caiqichang

@dntzhang 这个写法有问题:放大后,双指按住img(不缩放,只是按住),img会变回原来的大小。把pinchStart改成multipointStart就不会了

@CsCherrYY i have this problem, too. and i think it is a bug. because this settings says if no wrapper or java.import.gradle.version, it will use GRADLE_HOME. but it not works...

@formulahendry thank you. i change the authentication method of mysql and it works.

@gisaac85 ALTER USER '**username**'@'**host**' IDENTIFIED WITH 'mysql_native_password' BY '**password**'; you can check it: USE mysql; SELECT plugin FROM user WHERE User = '**username**'; by the way, you may need root...

+1 i can't found any usage in documentation.