7-28 每日一句 7-28 每日一句
A wise man lives with a purpose.智者的人生往往由目标指引。– 《美国奇家族:翡冷翠名门》
2022-07-28
前端算法入门一 前端算法入门一
前端算法入门一:刷算法题常用的JS基础扫盲 一、数组常用方法1.push() 进栈2.pop() 出栈3.unshift() 入队4.shift() 出队5.concat() 拼接数组6.indexOf()在数组中寻
2022-07-27 Zetai Wei
7-27 每日一句 7-27 每日一句
Where there is life, there is hope.生命尚存,希望不灭。– 《行尸走肉》
2022-07-27
7-26 每日一句 7-26 每日一句
Life is a collection of moments. The idea is to have as many good ones as you can.生命由一系列的瞬间组成。宗旨是尽可能地拥有快乐的瞬间。–《爱情限时恋未尽》
2022-07-26
7-25 每日一句 7-25 每日一句
The strongest person is the person who isn’t scared to be alone.强大的人不会惧怕孤独。–《女王的棋局》
2022-07-25
7-24 每日一句 7-24 每日一句
It’s never too late to be the person you want to be.去做你想成为的那个人永远都不会晚。
2022-07-24
搭建Hexo 搭建Hexo
安装 Hexo在指定路径下运行代码即可安装hexo -g 表示全局安装,第一次安装后,以后便可以不用安装 npm install -g hexo-cli 安装完后输入hexo -v验证是否安装成功。 初始化Hexo创建博客项目的文件
2022-07-24
7-23 每日一句 7-23 每日一句
In this life time, you don’t have to prove nothing to nobody except yourself.一生中,你不必向任何人证明什么,除了你自己。
2022-07-23
7-22 每日一句 7-22 每日一句
You gatta take chances for the things you care about.你应该为了你在乎的事情冒险。
2022-07-22
手写MVVM框架 手写MVVM框架
手写MVVM框架创建MVVM.html<body> <div id="app"> <input type="text" v-model="message" /> {{message}}
2022-07-20
7 / 8