Loading...
设置Git的user name和emailgit config --global user.name "koufengqi" git ...
初始化创建UA对象const myUA = new SIP.UA(initialConfig)initi...
主要用于VUE开发,快速以Eslint规范进行代码格式化配置它可以格式化大部分文件格式,但vue文件中的样式部分无法格式化{ // 默认图标 &q...
新建代码库# 在当前目录新建一个Git代码库 $ git init # 新建一个目录,将其初始化为Git...
单行文字溢出隐藏overflow: hidden; // 文字长度超出限定宽度,则隐藏超出的内容 white-space: nowrap; // 设置文字...
// 禁止选中 -webkit-touch-callout: none; /* iOS Safa...
const timeDown = (startTimes, endTimes) => { startTimes = new Dat...
oninput = "value=value.replace(/[^\d]/g, '')&qu...
aes加密function encrypt(word) { var key = CryptoJS.enc.Utf8.parse("123...
function guid() { return 'xxxxxxxx-xxxx-4xxx-yxxx-...