解决git pull时遇到error: cannot lock ref ‘xxx’: ref xxx is at (一个commitID) but expected
在执行git pull时遇到如下错误: error: cannot lock ref 'xxx': ref xxx is at (一个commitID) but expected 原因: 原因是你这个git工程的.git/refs目录下跟踪的某些git分支,在git pull的时候,与远端的对应分支的refs对比发现不同,所以导致git pul…
661 2020-10-12 去围观jquery tip提示
文案提示 气泡 提示 https://sdeno.com/wp-content/uploads/2020/09/jquery.tip.js css: .tip-wrap { position: absolute; display: none; } .tip-arr-a, .tip-arr-b { position: absolute; width: 0; height: 0; …
550 2020-09-29 去围观jquery 滑块 刻度条
样式: .pubr{width: 15%;height: 100%;} .inputcen{width: 70%;height: 100%;position: relative;} .inputcen input{display: block;width: 100%;position: absolute;z-index: 2;height: 100%;opacity: 0;} .lr{background: red;} .rr{background: red;} .input…
519 2020-09-29 去围观