摘要:
var common = { id: (new Date()).valueOf() } //数据深复制 common.deepCopy = function (json) { if (typeof json == 'number' || typeof json == 'string' || type 阅读全文
摘要:
sublime text 3 下载地址:https://www.sublimetext.com/3 一、安装完毕后 点击菜单 "help" -->"EnterLicense",输入如下注册码 即可激活 —– BEGIN LICENSE —– Michael Barnes Single User Li 阅读全文
摘要:
@echo off color 0b netsh wlan set hostednetwork mode=allow ssid=wenxi key=13141516 cls echo 输入"Y"或"y"键打开无线网,其他任意键关闭无线网: set /p input="" if %input% == 阅读全文