Git 常用指令
分支操作 创建分支并切换 1git checkout -b [branch name] 修改分支名称 1git branch -m [source] [target] 删除本地分支 1git branch -d [branch name] 删除远程分支 1git push origin --delete [branch name] 暂存 暂存本地数据1git stash 取出暂存修改1git stash pop 配置用户名和邮箱 当前项目123# 在需要配置的项目目录中执行git config user.email "xxx@qq.com"git config user.name "your username" 全局配置12git config --global user.email "xxx@qq.com"git config --global user.name "your username" 更换远程仓库地址1git remote set-url origin [remote...
电脑上传速度慢
我们有时候上传文件视频发现速度只有几十K,但是现在下载速度却很快,这是怎么回事呢? 电脑上传速度慢怎么解决 点击“开始–运行”或者“窗口键+R”,输入 gpedit.msc 回车 出现“组策略对象编辑器” 展开“计算机配置–管理模板–网络–QoS数据包计划程序” 双击右面设置栏中的“限制可保留带宽” “限制可保留带宽”设置为“已启用”, 然后在下面展开的“带宽限制(%)”栏将带宽值“20”设置为“0”确定即可 大家的电脑上传速度慢其实是网络被限制了哦,只要按以上方法把限制带宽修改了 就可以了,大家赶紧试试吧!
对数组进行分类
假设我们有一个员工列表,其中每个员工都是一个具有 2 个属性的对象:name 和 age。 12345const people = [ { name: 'Alice', age: 21 }, { name: 'Max', age: 20 }, { name: 'Jane', age: 20 }]; 现在,我们需要对其进行按 age 分类,最终实现输出结果如下: 123456789const groupedPeople = { 20: [ { name: 'Max', age: 20 }, { name: 'Jane', age: 20 } ], 21: [ { name: 'Alice', age: 21 } ]} 通常的方法是使用 array.reduce(),reduce()...
html2canvas导出指定内容图片和图片跨域透明背景设置
安装插件 1npm install --save html2canvas // yarn add html2canvas 引入插件,给导出内容部分添加ref标记 关键代码 1234567891011121314151617181920212223242526272829303132333435363738394041import html2canvas from 'html2canvas';export default { onExport() { const clientWidth = this.$refs.imageWrapper.offsetWidth; const clientHeight = this.$refs.imageWrapper.offsetHeight; const wh = [clientWidth, clientHeight]; html2canvas(this.$refs.imageWrapper, { useCORS:...
css常用tips
文字两端对齐12345.name { display: inline-block; text-align: justify; text-align-last: justify;} 关闭按钮效果图 html 123<span class="icon"> <i class="el-icon-close"/></span> css 12345678910111213.icon { width: 50px; height: 50px; background: #FF9D47; box-shadow: 0px 2px 10px 0px rgba(201, 181, 169, 0.5); border-radius: 0px 0px 0px 86px; margin-left: auto; color: #fff; font-size: 22px;}.icon i{ margin: 10px 0px 0px 20px;...
css伪类画tree
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164<template><div class="task"> <div...
css伪类样式效果合集
文字添加前置后置样式效果图如下 123456789101112131415161718192021222324252627282930.name{ font-weight: bold; color: #333333; position: relative; font-size: 34px; margin-top: 300px; z-index:0}// 文字前方块.name::before { position:absolute; content: ''; width: 21px; height: 21px; background: #1678FF; border-radius: 1px; left: -40px; bottom: 9px; transform: rotate(45deg); }// 文字后数字.name::after { position:absolute; ...
Google镜像
使用镜像时,切记勿进行登录等敏感操作。 本文更新2023年2月的镜像站链接。 01谷歌搜索 https://google.mirrors.pw/ https://search.aust.cf/ https://search.ecnu.cf/ https://search.ahau.cf/ https://search.ahnu.cf/ https://search.njau.cf/ https://note.cm/ https://google.uitsrt.top/ https://search.aust.cf/ https://txt.muxinghe.ga/ 02谷歌学术 https://scholar.mirrors.pw/ https://sc.panda321.com/ https://xueshu.studiodahu.com/ https://scholar.lanfanshu.cn/