第 2 章 React 面向组件编程
第 2 章 React 面向组件编程
第 1 章 React入门
第 1 章 React入门
第三章:使用TS实现贪吃蛇
使用TS实现贪吃蛇
第二章:TS面向对象
TS面向对象
第一章 TS快速入门
TS快速入门
解决GitHub报错问题
解决GitHub报错一、 hint: Updates were rejected because the remote contains work that you do
hint: Updates were rejected because the remote contains work that you do
解决方法
1.git pull origin master --allow-unrelated-histories2.git pull origin master3.git init4.git remote add origin git@github.com:arenxiaolanz/blog.git(可忽略)5.git add .6.git commit -m 'testst'7.git push -u origin master
docsify学习笔记
docsify基本使用及部署到GitHub Pages上
css的grid布局
传统布局有三种:
传统布局
利用position + display + float布局,兼容性好,但是效率低
flex布局
有自己的一套属性,效率高,学习成本低,兼容性强
grid布局
网格布局是最强大的css布局方案,但是知识点多,学习成本相对困难,目前的兼容性不如flex好
基本概念
容器—-有容器属性(container)项目—-有项目属性(item)
容器属性
grid-template-columns
grid-template-rows
row-gap
column-gap
grid-gap
grid-template-areas
grid-auto-flow
justify-items
align-items
place-items
justify-content
align-content
place-content
grid-auto-columns
grid-auto-rows
grid-template-*
grid-template-columns: 250px 200px 180px; 用来设置有几列,且每一列的宽度分别是多少 ,这个设置的就 ...
github多账户ssh-key配置
github多账户ssh-key配置
typora基本使用
typora基本使用