林岱颖的博客

学无止境


  • 首页

  • 关于

  • 标签

  • 分类

  • 站点概览

面试题一刷

Posted on 2019-04-17
面试题理解一刷 用关键字new创建对象 new都做了什么(随笔) 12345678910111213function Person () { this.name = name; this.age = age; this.job = job; this.sayN ...
Read more »

Git学习笔记

Posted on 2018-07-12
123456789要随时掌握工作区的状态,使用git status命令。如果git status告诉你有文件被修改过,用git diff可以查看修改内容。HEAD指向的版本就是当前版本,因此,Git允许我们在版本的历史之间穿梭,使用命令git reset --hard commit_id。穿梭前,用 ...
Read more »

Vue学习笔记

Posted on 2018-07-12
v-model 修饰符 v-model.lazy 作用是input的内容同步会变慢 v-model.trim 去除无用的空格 v-model.number 将input中的字符串转换成数字 vue中的组件一般的是局部变量,比较少应用于全局中 这个html1234567<di ...
Read more »

Jquery精分记录

Posted on 2018-07-06
12345678910111213141516//选择器$('#a').css('color','blue').css('background','red'); //通过id选择器选择元素$(&apo ...
Read more »

JS精分记录

Posted on 2018-07-04
window常用三个时间函数 setTimeout() setInterval() clearInterval() setTimeout()主要作用是触发一个定时动作 setInterval()主要作用是每隔多长时间触发一个动作 clearInterval()清除时间函数, clearInter ...
Read more »

二零一八年七月三号

Posted on 2018-07-03
二零一八年七月三号大雨 阴天 今天我就想换一下hexo的主题对换一个漂亮的.之后就可以开开心心,稳稳当当的记录了.
Read more »

栅格系统

Posted on 2018-07-03
title:css栅格系统中想填什么填什么date: 2018-07-03 11:46:10 tags:记录初次用Markdown写博客表单 1234567<div class="form-group"> <lable for=""& ...
Read more »

我的服务器崩了

Posted on 2018-07-03
记录初次用Markdown写博客 我的天 我的天
Read more »

我的测试文章

Posted on 2018-07-02
第一次写博客
Read more »

Hello World

Posted on 2018-07-02
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...
Read more »
Dying Lin

Dying Lin

努力前进中的小菜鸟

10 posts
1 tags
GitHub E-Mail
© 2019 Dying Lin
Powered by Hexo
|
Theme — NexT.Pisces v5.1.4