logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用开源软件FFmpeg将各种格式视频转换成MP4视频格式(最简单方法)

这是FFmpeg的官方介绍:FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports

#windows#其他
【python绘图】matplotlib基本使用(含实例)

matplot是优秀的数据可视化工具,关键还免费,非常好用。可以制作折线图,直方图,饼图等等。文末有实例。

文章图片
#python#matplotlib
【备忘录】pip安装TensorFlow出错原因及解决办法

目录问题概览出错原因解决办法解决pip下载慢的方法总结问题概览今天想用pip安装tensorflow,但是使用pip install --upgrade tensorflow命令时,报错。错误信息:ERROR:Could not find a version that satisfies the requirement tensorflowERROR:No matching distributio

#python#tensorflow#机器学习 +2
使用开源软件FFmpeg将各种格式视频转换成MP4视频格式(最简单方法)

这是FFmpeg的官方介绍:FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports

#windows#其他
【踩坑点】android 使用Toast程序会崩溃

解决方法:Looper.prepare();Toast.makeText(getApplicationContext(),"...",Toast.LENGTH_SHORT);Looper.loop();

#android
android爬取英文单词发音,并在app中播放。(使用百度接口)

前言最近在做翻译软件,发现百度翻译的单词发音获取比较简单。network分析从百度翻译官网中可以发现,向https://fanyi.baidu.com/gettts可以获取MP3音频文件http请求请求URL:https://fanyi.baidu.com/gettts请求方式Get请求参数:lan: uktext: petroleumspd: 3source: web...

#android#java#百度
android全局更改字体大小遇到的一些坑

最近app想控制全局字体大小,于是想用改变fontScale的方式来动态改变字体的大小。遇到一些坑,特此记录。

#java#android
使用开源软件FFmpeg将各种格式视频转换成MP4视频格式(最简单方法)

这是FFmpeg的官方介绍:FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports

#windows#其他
bootstrap5基本使用

bootstrap虽然没有Vue强大,但是对于新手快速建造精美的web有着非常大的帮助。我觉得bootstrap5更像是一个组件库,对于小型网页来说非常的nice。组件库非常精美、简洁。而且上手很快。非常的高兴的是官方文档很详细,不仅有详细的api文档,而且有完善的示例,对新手来说,一个例子胜过千字文。...

文章图片
#css#css3#html +1
到底了