div.absolutemiddle { position: absolute; left: 50%; transform: translate(-50%); /* 平移50%为自身尺寸的一半,实现水平居中 */ } ...
分类:
Web程序 时间:
2020-02-08 10:05:48
阅读次数:
101
利用vue写一个简单的音乐播放器,包括功能有歌曲搜索、歌曲播放、歌曲封面、歌曲评论、播放动画、mv播放六个功能。 <template> <div class="wrap"> <!-- 播放器主体区域 --> <div class="play_wrap" id="palyer"> <div class ...
分类:
其他好文 时间:
2020-02-02 10:19:35
阅读次数:
166
AprilTag最神奇的是3D定位的功能,它可以得知Tag的空间位置,一共有6个自由度,三个位置,三个角度。 # AprilTags Example # # This example shows the power of the OpenMV Cam to detect April Tags # o ...
分类:
其他好文 时间:
2020-01-28 23:17:37
阅读次数:
165
原文:.NET CORE(C#) WPF 值得推荐的动画菜单设计 微信公众号:Dotnet9,网站:Dotnet9,问题或建议:请网站留言, 如果对您有所帮助:欢迎赞赏。 .NET CORE(C#) WPF 值得推荐的动画菜单设计 阅读导航 本文背景 代码实现 本文参考 源码 1. 本文背景 You... ...
Configuration file Scrapyd searches for configuration files in the following locations, and parses them in order with the latest one taking more prior ...
分类:
其他好文 时间:
2020-01-27 17:21:16
阅读次数:
229
腾讯翻译 分析: 查看到translate_uuid1579275396885 可能为时间: 测试: https://tool.lu/timestamp/ 搜索js:断点测试 另外qtv qtk 会变 第一次请求https://fanyi.qq.com/ 会回去两个变量的值,在源码中搜索即可获取。 ...
分类:
其他好文 时间:
2020-01-18 01:10:08
阅读次数:
111
背景话不多说,我们能否用纯css实现以下效果:答案是肯定的。借助css:placeholder-shown:valid:invalid伪类及html5inputpattern属性就可以实现,:placeholder-shown伪类目前兼容性如下:直接上代码!html:<!DOCTYPEhtml><html><head><metacharset="utf-8
分类:
Web程序 时间:
2020-01-17 10:18:59
阅读次数:
110
一、CSS3 转换通过 CSS3 转换,我们能够对元素进行移动、缩放、转动、拉长或拉伸。浏览器支持Internet Explorer 10、以及 Opera 支持 transform 属性。注释:Internet Explorer 9 需要前缀 -ms-。Chrome 和 Safari 需要前缀 -... ...
分类:
Web程序 时间:
2020-01-16 12:37:53
阅读次数:
96
说明 魔方大家应该是不会陌生的,这次我们来一起用CSS实现一个魔方旋转的特效,先来看看效果图! 解释 我们要做这样的效果,重点在于怎么把6张图片,摆放成魔方的样子,而把它们摆放成魔方的样子,重点在于用好CSS的transform,这是非常重要的,好的,我们先拼出一个魔方的样子。 效果图 代码(代码比 ...
分类:
Web程序 时间:
2020-01-16 01:07:02
阅读次数:
93
【原因】sources.list中源不正确。修改其中的版本为对应版本即可。如把xenial改为bionic。 版本代号如下: 18.04:bionic;17.10:artful;16.04:xenial;14.04:trusty。 【操作】sudo gedit /etc/apt/sources.li ...
分类:
系统相关 时间:
2020-01-16 00:38:34
阅读次数:
167