css 禁止长按屏幕选中文本
-webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;
495 2019-10-31 去围观webstorm使用git
https://gitforwindows.org/ 去下载最新的window版本Git工具 选好路径,点击“test”即可。 1,确定你的项目目录是git仓库,看有没有.git目录就知道 2,对着当前git仓库的根目录右键 3,接着会显示该仓库的所有commit数据,就是…
710 2019-10-15 去围观js聚划算砸金蛋特效
砸蛋 聚划算线上(需要登录你的淘宝账号):地址 案例:https://sdeno.com/wp-content/uploads/2019/10/egg/index.html
459 2019-10-14 去围观解决:谷歌浏览器chrome被劫持毒霸、hao123
打开桌面上浏览器快捷方式,首页被毒霸、hao123劫持。 1,输入:chrome://version/ 看到这个说明你可能安装了类似流氓软件什么的 2,复制那段命令行,把后面的网址删除 "c:\program files (x86)\google\chrome\application\chro…
869 2019-10-12 去围观Git多SSH Key共存问题
如果同时使用github和gitlab那就要考虑这个问题了。 1,配置用户名、邮箱 (1)GitHub配置,全局配置 $ git config --global user.name "zhouyang-cn" $ git config --global user.email "lyzhou1107@163.com" (2)GitLab配置,进入项目的根目录 (如…
502 2019-10-11 去围观