摘要: EPERM: operation not permitted, unlink 'D:\project\ploutoz-web\dist\plo-lib\fesm2015'Error: EPERM: operation not permitted, unlink 'D:\project\ploutoz 阅读全文
posted @ 2019-01-10 14:45 king_94boy 阅读(143) 评论(0) 推荐(0)
摘要: background: -moz-linear-gradient(top, #353c63 0%, #1b203c 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #353c63), color-stop(100%, #1b203c));background: -webkit-line... 阅读全文
posted @ 2018-11-20 18:01 king_94boy 阅读(224) 评论(0) 推荐(0)
摘要: 1. ctrl + shift + n: 打开工程中的文件,目的是打开当前工程下任意目录的文件。2. ctrl + j: 输出模板3. ctrl + b: 跳到变量申明处4. ctrl + alt + T: 围绕包裹代码(包括zencoding的Wrap with Abbreviation)5. c 阅读全文
posted @ 2018-11-13 14:32 king_94boy 阅读(174) 评论(0) 推荐(0)
摘要: onkeyup="this.value=this.value.replace(/\D/g,'')" onafterpaste="this.value=this.value.replace(/\D/g,'')" 阅读全文
posted @ 2018-11-13 14:28 king_94boy 阅读(1639) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-11-06 19:03 king_94boy 阅读(1139) 评论(0) 推荐(0)
摘要: git 命令 拉去代码 git clone + 项目地址 git命令 将现有的项目添加到GIit上 阅读全文
posted @ 2018-11-05 16:29 king_94boy 阅读(141) 评论(0) 推荐(0)
摘要: //高宽分别对应横竖滚动条的尺寸::-webkit-scrollbar { width: 16px; height: 16px; }//内阴影 和 圆角::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0 阅读全文
posted @ 2018-10-20 17:50 king_94boy 阅读(565) 评论(0) 推荐(0)
摘要: /*水平翻转*/.flipx { -moz-transform:scaleX(-1); -webkit-transform:scaleX(-1); -o-transform:scaleX(-1); transform:scaleX(-1); filter:FlipH();}/*垂直翻转*/.flip 阅读全文
posted @ 2018-09-21 11:09 king_94boy 阅读(216) 评论(0) 推荐(0)
摘要: angular 安装ngx-bootstrap npm install bootstrap --savenpm install --save @ng-bootstrap/ng-bootstrap 在style.scss中引入css @import "~bootstrap/dist/css/boots 阅读全文
posted @ 2018-09-18 15:41 king_94boy 阅读(1926) 评论(0) 推荐(0)
摘要: 多个参数 this.router.navigate(["deposits"],{queryParams:{'currencyId':currencyId}}); 跳转到另一个组件接收的时候 单个参数 阅读全文
posted @ 2018-09-14 12:09 king_94boy 阅读(135) 评论(0) 推荐(0)