@小5点 以莘莘(xin xin)学子为例。 当你自己不确定发音是否正确时, 你当然没有体会。但当你知道正确的读音时,别人读xin xin学子, 你也确实能明白意思 , 只是有点别扭罢了。 不影响理解 。 但是读正确的音不是更好。
2019-03-26
solid.. decoration
搜你的。 => 说你的
抵 coration => 呆 coration
颜色我更习惯用Color.fromRGBO(r, g, b, opacity), 毕竟和css3用法一致。
搜你的。 => 说你的
抵 coration => 呆 coration
颜色我更习惯用Color.fromRGBO(r, g, b, opacity), 毕竟和css3用法一致。
2019-03-26
对于大多数文字来说,start就是left. 但是有些国家的语言是从右写到左的。 用 left就不合适。
然后用start就能解决全部问题 (会自适应语言)。
start和end比left, right有更好的兼容性
然后用start就能解决全部问题 (会自适应语言)。
start和end比left, right有更好的兼容性
2019-03-26
安装完 Android Studio 后执行 flutter doctor 报错:
Checking Android licenses is taking an unexpectedly long time...Unhandled exception:
Exception: ideviceinfo returned an error:
ERROR: Could not connect to lockdownd, error code -19
Checking Android licenses is taking an unexpectedly long time...Unhandled exception:
Exception: ideviceinfo returned an error:
ERROR: Could not connect to lockdownd, error code -19
2019-03-17
《Flutter从入门到进阶实战携程网App》课程地址:https://coding.imooc.com/class/321.html
2019-03-06
最新回答 / 渐渐懂了吧
new GestureDetector(onTap: () => debugPrint('点击了图片'),child: new Image.network('https://img3.doubanio.com/view/photo/s_ratio_poster/public/p2551353482.webp',fit: BoxFit.cover,),),
2019-03-01