Loading...
基本使用node.js后端下载引入websocket、http模块const { createServer } = require('http') con...
设置Git的user name和emailgit config --global user.name &...
初始化创建UA对象const myUA = new SIP.UA(initialConfig)initialConfig 配置{ uri: 'sip:...
主要用于VUE开发,快速以Eslint规范进行代码格式化配置它可以格式化大部分文件格式,但vue文件中的...
新建代码库# 在当前目录新建一个Git代码库 $ git init # 新建一个目录,将其初始化为Git代码库 $ git init [project-n...
单行文字溢出隐藏overflow: hidden; // 文字长度超出限定宽度,则隐藏超出的内容 whi...
// 禁止选中 -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-sele...
const timeDown = (startTimes, endTimes) => { ...
oninput = "value=value.replace(/[^\d]/g, '')" // 只能输入数字(正整数) oninpu...
aes加密function encrypt(word) { var key = CryptoJS...