码迷,mamicode.com
首页 >  
搜索关键字:material theme    ( 3272个结果
flutter DropdownButton使用
效果: ...
分类:其他好文   时间:2019-08-23 00:13:37    阅读次数:481
使用vue-video-player插件实现视频播放
1下载插件==》npm install vue-video-player -s 2在main.js引入 // 视频播放的插件 import VideoPlayer from 'vue-video-player' import 'vue-video-player/src/custom-theme.cs ...
分类:其他好文   时间:2019-08-21 20:11:50    阅读次数:158
138、脚本编辑器
dir_alert .set({ theme: { width: '70%', }, title: '脚本编辑器', tpl: '<div ng-init="init()">' + '<div id="editormd">' + '<textarea style="display:none;"></... ...
分类:其他好文   时间:2019-08-21 13:35:07    阅读次数:91
一些chrome调试
1.command + shift + P 变换主题 theme截屏 capture 2.添加代码片段 Sources->Snippets->new Snippets->save,run 3.command + p 迅速寻找资源 4.console 中的 '$'(1)$0 是对我们当前选中的 htm ...
分类:其他好文   时间:2019-08-18 14:03:04    阅读次数:134
【Flutter学习】之button按钮
一,概述 由于Flutter是跨平台的,所以有适用于Android和iOS的两种风格的组件。一套是Google极力推崇的Material,一套是iOS的Cupertino风格的组件。无论哪种风格,都是通用的。 二,Material与Cupertino风格比较 控件 Material Cupertin ...
分类:其他好文   时间:2019-08-18 09:54:57    阅读次数:144
英文写作report
Writting Attached Files Maybe you might want to get familiar about how to write the Final report. Please find bellow some useful material: http://www. ...
分类:其他好文   时间:2019-08-17 15:04:13    阅读次数:132
brew update慢,brew install慢如何解决?
主要是资源访问太慢造成的,替换默认源镜像就行。 brew使用国内镜像源 这里用中科大的,另外还有清华的可用 1 2 3 4 5 6 7 8 9 10 # 步骤一 cd "$(brew --repo)" git remote set-url origin https://mirrors.tuna.ts ...
分类:其他好文   时间:2019-08-15 19:07:06    阅读次数:84
Flutter异步编程 http网络请求数据
import 'dart:convert'; import 'package:flutter/material.dart'; import 'package:http/http.dart' as http; import 'dart:async'; class HttpDemo extends St ...
分类:Web程序   时间:2019-08-13 15:54:08    阅读次数:165
畜禽免疫系统使用LODOP打印
...
分类:其他好文   时间:2019-08-13 15:21:24    阅读次数:64
flutter FloatingActionButton组件
一个圆形图标按钮,它悬停在内容之上,以展示应用程序中的主要动作。FloatingActionButton通常用于Scaffold.floatingActionButton字段 效果: 文档:https://api.flutter.dev/flutter/material/FloatingAction ...
分类:其他好文   时间:2019-08-13 13:54:33    阅读次数:114
3272条   上一页 1 ... 43 44 45 46 47 ... 328 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!