上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页
摘要: <ctrl+win+d> 创建一个虚拟桌面 <ctrl+win+方向键> 在虚拟桌面移动 <ctrl+win+f4> 关闭虚拟桌面 <win+m> 最小化所有窗口 <win+1-9> 快速访问任务栏上的应用 <win+方向键> 对窗口进行排列 <ctrl+alt+tab> 列出所有窗口 <win+[ 阅读全文
posted @ 2019-07-30 13:12 Ajanuw 阅读(59) 评论(0) 推荐(0)
摘要: Center( child: Material( shape: const BeveledRectangleBorder( borderRadius: BorderRadius.all(Radius.circular(40)), side: BorderSide(color: Colors.blac 阅读全文
posted @ 2019-07-28 09:19 Ajanuw 阅读(76) 评论(0) 推荐(0)
摘要: "文档" "原文" 阅读全文
posted @ 2019-07-28 09:04 Ajanuw 阅读(422) 评论(0) 推荐(0)
摘要: "文档" 阅读全文
posted @ 2019-07-17 21:26 Ajanuw 阅读(555) 评论(0) 推荐(1)
摘要: ``` Column( mainAxisAlignment: MainAxisAlignment.center, crossAxisAlignment: CrossAxisAlignment.center, children: [ TextField( controller: TextEdi... 阅读全文
posted @ 2019-07-12 22:33 Ajanuw 阅读(531) 评论(0) 推荐(0)
摘要: ``` FutureBuilder( future: DefaultAssetBundle.of(context).loadString('data/data.json'), builder: (context, snap) { .... }, ), ``` 阅读全文
posted @ 2019-07-12 14:25 Ajanuw 阅读(2606) 评论(0) 推荐(1)
摘要: "更多代码参考" 有短暂的白屏时间 配置xml "文档" 1) 添加启动图 android\app\src\main\res\drawable\bg.png 2) 修改android\app\src\main\res\drawable\launch_background.xml 阅读全文
posted @ 2019-07-08 22:40 Ajanuw 阅读(429) 评论(0) 推荐(1)
摘要: "原文" 函数 rxdart 阅读全文
posted @ 2019-07-07 22:58 Ajanuw 阅读(1839) 评论(0) 推荐(0)
摘要: "API 文档" example: 这将获取所有的版本 最新版本: 下载最新的包 阅读全文
posted @ 2019-07-06 16:32 Ajanuw 阅读(2136) 评论(0) 推荐(0)
摘要: 然后使用VScode开启 开启ios就能看到ui变化 阅读全文
posted @ 2019-07-01 20:31 Ajanuw 阅读(746) 评论(0) 推荐(0)
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 40 下一页