logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Angular 获取dom方法

1.通过原生的js获取(在ngAfterViewInit的生命周期里面获取,类似vue的mounted)2.通过ViewChild装饰器获取import { Component, OnInit, AfterViewInit, ViewChild, ElementRef } from '@angular/core';//引入 ViewChild, ElementRef (表示d...

git命令学习笔录一

1. git最小配置 name && emailgit config --global user.name 'your_name'git config --global user.email 'youer_email@qq.com'--global 当前用户的所有仓库(个人home目录下的.gitconfig里面,例如:C:\Users\74986)--l...

#git
到底了