我的梦想
安得广厦千万间,大庇天下寒士俱欢颜!——杜甫
浏览器缩放解决方案 浏览器缩放解决方案
class DevicePixelRatio { constructor() { //this.flag = false; } //获取系统类型 _getSystem() {
2022-02-15
background-iamge background-iamge
想拿一张文件服务器上的图片作为背景图,链接比如:https://www.xxx-xxx.com:/oss/xxxx-5bbc/nav(1).jpg 直接插入dom节点中 [style.backgroundImage]="background
2021-01-22
async async
const array = [1,2,3,4,5] const arr = await Promise.all( array.map(async ele => { // asyncHandl
2021-01-20
兼容iPhone X*刘海屏 兼容iPhone X*刘海屏
设置viewport-fit 属性,使得页面内容完全覆盖整个窗口<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cove
2020-12-16
TypeScript TypeScript
{ "extends": "tslint:recommended", "rulesDirectory": [ "codelyzer" ], "rules": { // 禁止自动检测末尾行必
2020-12-14
error setting certificate verify locations解决办法 error setting certificate verify locations解决办法
git -c diff.mnemonicprefix=false -c core.quotepath=false fetch origin fatal: unable to access 'https:
2020-11-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
git git
commitgit add . git commit -m "" git commit -m "feat: aas" commit规范Commit message格式<type>: &
2020-11-12
hexo hexo
创建文章hexo new [layout] <title> 创建一个新文章。如果未layout提供,Hexo将使用default_layoutfrom _config.yml。如果title包含空格,请用引号引起来。 Op
2020-11-12
fileReader fileReader
**FileReader** 对象允许Web应用程序异步读取存储在用户计算机上的文件(或原始数据缓冲区)的内容,使用 File 或 Blob 对象指定要读取的文件或数据。 属性: FileReader.error 一个DOMExceptio
1 / 2