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
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
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是跨平台的,所以有适用于Android和iOS的两种风格的组件。一套是Google极力推崇的Material,一套是iOS的Cupertino风格的组件。无论哪种风格,都是通用的。 二,Material与Cupertino风格比较 控件 Material Cupertin ...
分类:
其他好文 时间:
2019-08-18 09:54:57
阅读次数:
144
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使用国内镜像源 这里用中科大的,另外还有清华的可用 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
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
一个圆形图标按钮,它悬停在内容之上,以展示应用程序中的主要动作。FloatingActionButton通常用于Scaffold.floatingActionButton字段 效果: 文档:https://api.flutter.dev/flutter/material/FloatingAction ...
分类:
其他好文 时间:
2019-08-13 13:54:33
阅读次数:
114