under Website Notes of Programming
1. 镜面水平翻转法 #tBox1 { display: flex; } .ta { width: 50%; padding-bottom: 56.25%; backgr...
under Website Notes of Programming
示例流光溢彩字 @supports (-webkit-transform: scale(0)) { .RainBowText { background-image: linear-gradient(to right, red, orange,...
under Website Notes of Programming
点击 Ant Design Vue 的 Radio 单选框时会出现如上类似于 outline 或 box-shadow 类的框框,但通过 CSS 进行屏蔽均无效。在自定义配色时这个框框的浅蓝色在自定义配色按钮外围常常显得不相匹配解决方法在 a-radio-button 里配置点击事件 @cl...
under Notes of Programming
Git 暂存本地更新 PULL 后再恢复本地更新git status查看本地更新文件列表,是否与远端更新文件冲突git stash第一步无冲突,则暂存本地更新,并回滚到更新前版本执行 PULL下载并更新本地版本,将本地版本与远端同步git stash pop将暂存的本地更新覆盖于当前版本,实现...
under Notes of Programming
安装 FRPSwget https://github.com/fatedier/frp/releases/download/v0.36.2/frp_0.36.2_linux_amd64.tar.gz tar -zxvf frp_0.36.2_linux_amd64.tar.gz rm frp_...