subtitle

flutter中的列表组件

拜拜、爱过 提交于 2020-04-06 09:21:12
列表布局是我们项目开发中最常用的一种布局方式。Flutter 中我们可以通过 ListView 来定义列表项,支持垂直和水平方向展示。通过一个属性就可以控制列表的显示方向。列表有以下分类: 垂直列表 垂直图文列表 水平列表 动态列表 矩阵式列表 列表参数 在flutter中,类别组件 ListView 包含以下可选参数: scrollDirection:Axis.horizontal 水平列表Axis.vertical 垂直列表 padding:内边距 resolve:组件反向排序 children :列表元素 基本列表 import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar: AppBar(title: Text('FlutterDemo')), body: HomeContent(), )); } } class HomeContent extends StatelessWidget { @override Widget build

Flutter ListView 列表组件

烈酒焚心 提交于 2020-04-06 09:20:54
列表常见的情况: 1 、垂直列表 2 、垂直图文列表 3 、横向列表 4 、动态列表 名称 类型 说明 scrollDirection Axis Axis.horizontal 横向列表 Axis.vertical 垂直列表(默认垂直列表) padding EdgeInsetsGeometry 内边距 resolve bool 组件反向排序 children List<Widget> 列表元素 Flutter 基本列表 import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( home: Scaffold( appBar: AppBar(title: Text("flutter demo")), body: HomeContent())); } } class HomeContent extends StatelessWidget { @override Widget build(BuildContext context) { return Center( child: ListView(

Python爬取大量数据时防止被封IP

早过忘川 提交于 2020-04-05 23:29:30
继续老套路,这两天我爬取了猪八戒上的一些数据 网址是: http://task.zbj.com/t-ppsj/p1s5.html ,可能是由于爬取的数据量有点多吧,结果我的IP被封了,需要自己手动来验证解封ip,但这显然阻止了我爬取更多的数据了。 下面是我写的爬取猪八戒的被封IP的代码 # coding=utf-8 import requests from lxml import etree def getUrl(): for i in range(33): url = 'http://task.zbj.com/t-ppsj/p{}s5.html'.format(i+1) spiderPage(url) def spiderPage(url): if url is None: return None htmlText = requests.get(url).text selector = etree.HTML(htmlText) tds = selector.xpath('//*[@class="tab-switch tab-progress"]/table/tr') try: for td in tds: price = td.xpath('./td/p/em/text()') href = td.xpath('./td/p/a/@href') title = td.xpath(

How to create a facetted plot with title and subtitle specific to each facet?

六月ゝ 毕业季﹏ 提交于 2020-02-22 23:23:11
问题 Generating a plot combined with separate plots for each column with title and subtitles, along with a vertical line for each plot: I have created using the histogram plot for a column with a vertical line. library(ggplot2) library(gridExtra) library(tidyr) actualIris <- data.frame(Sepal.Length=6.1, Sepal.Width=3.1, Petal.Length=5.0, Petal.Width=1.7) # Sepal Length oneTailed <- sum(actualIris$Sepal.Length < iris$Sepal.Length)/nrow(iris) plot1SL <- ggplot(iris, aes(x=Sepal.Length)) + geom

How to create a facetted plot with title and subtitle specific to each facet?

隐身守侯 提交于 2020-02-22 23:22:58
问题 Generating a plot combined with separate plots for each column with title and subtitles, along with a vertical line for each plot: I have created using the histogram plot for a column with a vertical line. library(ggplot2) library(gridExtra) library(tidyr) actualIris <- data.frame(Sepal.Length=6.1, Sepal.Width=3.1, Petal.Length=5.0, Petal.Width=1.7) # Sepal Length oneTailed <- sum(actualIris$Sepal.Length < iris$Sepal.Length)/nrow(iris) plot1SL <- ggplot(iris, aes(x=Sepal.Length)) + geom

【Python可视化】超详细Pyecharts 1.x教程,让你的图表动起来~

怎甘沉沦 提交于 2020-02-19 13:44:27
前言 pyecharts 是一个用于生成 Echarts 图表的Python库。 Echarts 是百度开源的一个数据可视化 JS 库,可以生成一些非常酷炫的图表。 Pyecharts在1.x版本之后迎来重大更新,与老版本(0.5X)已是两个完全不同的版本,所以很多小伙伴在使用Pyecharts出现了类似 'pyecharts' has no attribute 'xxx' 的报错,那是因为你安装了1.x的版本却使用了0.5x的调用方法。 当然如果你更习惯使用0.5X版本的可以通过如下语句来进行安装: pip install pyecharts==0.5.11 安装1.x版本( 仅支持Python 3.6+ ): pip install pyecharts 本文将会介绍Pyecharts1.x版本的使用方法,本文所有语句均基于 v1.6.2 ,通过以下语句查询使用pyecharts版本: import pyecharts print(pyecharts.__version__) 基本使用 链式调用 pyecharts在v1.x之后支持链式调用,具体语句如下: from pyecharts.charts import Bar from pyecharts import options as opts # 示例数据 cate = ['Apple', 'Huawei', 'Xiaomi'

How to add Captions to Youtube video using Youtube API v3?

戏子无情 提交于 2020-01-25 05:23:11
问题 I used the Youtube API v3 example to successfully upload a video. I can't find how to programmatically add subtitles to the video. https://developers.google.com/youtube/v3/code_samples/dotnet#upload_a_video 来源: https://stackoverflow.com/questions/27913273/how-to-add-captions-to-youtube-video-using-youtube-api-v3

Subtitle Workshop使用教程

别说谁变了你拦得住时间么 提交于 2020-01-25 01:04:12
Subtitle Workshop使用教程 写在前面: 自打接触DVDRIP,就离不开字幕。但是并不是所有的字幕拿来就可以使用了, 有时需要调整修改,或者根本没有字幕,需要听译的时候,就想找个方便的字幕编辑工具。 终于被我找到了,就是SUBTITLE WORKSHOP 1.软件简介 SUBTITLE WORKSHOP(以下简称SW)是由URUSOFT( http://www.urusoft.net/home.php?lang=1 )公司推出的一款字幕软件, 最新版本为2.51版本(UNTIL 2005.06.17),功能强大, 集字幕制作、修改调整、合并/分割、格式转换、内容检查等功能于一身, 几乎支持所有常见的字幕格式(好像不支持vobsub格式,请先把sub转为srt格式先),支持自定义字幕格式,界面友好。 正如在其英文使用手册中说的:HAVE A TRY, AND YOU'LL FORGET THE REST! 下载: http://www.urusoft.net/download.php?lang=1&id=sw 安装:跟其他软件的安装无异,无需注册 SW默认状态下安装完后是英文界面,但是它提供了丰富的语言包, 可以调整为中文界面:SETTINGS>> LANGUAGE>> CHINESE SIMPLIFIED 介绍一下左面板: A。这里可以设定字幕是按时间显示还是按帧率

Set a subtitle language using ffmpeg

荒凉一梦 提交于 2020-01-22 11:59:45
问题 I tried googling a way to set the language of a subtitle stream with ffmpeg and found the -slang option. So I tried the following command but immediately receive an error: ffmpeg -i input.avi -i subs.srt -c:a copy -c:s mov_text -slang eng -c:v libx264 -profile:v high -level:v 4.0 output.mp4 ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers built on Jul 18 2013 23:00:53 with Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn) libavutil 52. 13.100 / 52. 13

Play video with subtitles in JavaFX 2

我是研究僧i 提交于 2020-01-21 09:13:59
问题 I notice that JavaFX 1 has a SubtitleTrack class for extracting subtitles from video files, but I can't find equivalent functionality in JavaFX 2 (a similarly named class in javafx.scene.media doesn't appear to exist. Is this functionality implemented at all in which case where has it moved to? Or is it planned for a future release? 回答1: I don't think video subtitle support was implemented for JavaFX 2.2. I think the Public API changes to media Tracks feature implements the functionality you