愿世界充满爱
云想衣裳花想容, 春风拂槛露华浓
02
15
01
22
background-iamge background-iamge
想拿一张文件服务器上的图片作为背景图,链接比如:https://www.xxx-xxx.com:/oss/xxxx-5bbc/nav(1).jpg 直接插入dom节点中 [style.backgroundImage]="background
2021-01-22
20
async async
const array = [1,2,3,4,5] const arr = await Promise.all( array.map(async ele => { // asyncHandl
2021-01-20
12
16
兼容iPhone X*刘海屏 兼容iPhone X*刘海屏
设置viewport-fit 属性,使得页面内容完全覆盖整个窗口<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cove
2020-12-16
14
TypeScript TypeScript
{ "extends": "tslint:recommended", "rulesDirectory": [ "codelyzer" ], "rules": { // 禁止自动检测末尾行必
2020-12-14
11
20
20
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2020-11-20 zhou jun wei
12
git git
commitgit add . git commit -m "" git commit -m "feat: aas" commit规范Commit message格式<type>: &
2020-11-12
12
hexo hexo
创建文章hexo new [layout] <title> 创建一个新文章。如果未layout提供,Hexo将使用default_layoutfrom _config.yml。如果title包含空格,请用引号引起来。 Op
2020-11-12
02
fileReader fileReader
**FileReader** 对象允许Web应用程序异步读取存储在用户计算机上的文件(或原始数据缓冲区)的内容,使用 File 或 Blob 对象指定要读取的文件或数据。 属性: FileReader.error 一个DOMExceptio
1 / 2