摘要:
-c-1是禁用缓存的意思,其他可选配置如下: -p 要使用的端口(默认为8080) -a 要使用的地址(默认为0.0.0.0) -d 显示目录列表(默认为“True”) -i 显示autoIndex(默认为“True”) -g或–gzip启用时(默认为“False”),它将用于./public/so 阅读全文
摘要:
JSX 是什么 JSX 是一种 Javascript 的语法扩展,JSX = Javascript + XML,即在 Javascript 里面写 XML,因为 JSX 的这个特性,所以他即具备了 Javascript 的灵活性,同时又兼具 html 的语义化和直观性 为什么要在 Vue 中使用 J 阅读全文
摘要:
const productionGzipExtensions = /\.(js|css|json|txt|html|ico|svg|ttf|woff2|woff)(\?.*)?$/i; /********BR*******/ new CompressionPlugin({ test: product 阅读全文
摘要:
//判断类型 var typeOf$1 = function (x) { if (x null) { return 'null'; } if (x undefined) { return 'undefined'; } var t = typeof x; if (t 'object' && (Arra 阅读全文
摘要:
<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>设计图为 3 阅读全文
摘要:
this.$parent.$emit("on-form-change"); freeCom.vue <input type="text" name="" id="" @input="emitfun" v-model="val" /> emitfun() { this.$parent.$emit("o 阅读全文
摘要:
<!DOCTYPE html><html lang="en"> <head> <meta name="description" content="canvas zoom example"> <meta charset="UTF-8" /> <meta name="viewport" content= 阅读全文
摘要:
<moveCom @yzmComfirm="yzmComfirm" ref="moveCom"></moveCom> /**************************/ <template> <view> <canvas @touchend="touchend" @touchmove="tou 阅读全文
摘要:
终端打开 gem sources --remove https://rubygems.org/ gem sources --add http://gems.ruby-china.com/ 安装cocoapods 阅读全文
摘要:
第一步 检查CPU是否支持虚拟化 第一种方法,右键计算机(此电脑)→属性,查看自己的CPU型号。如下图,我使用的这台电脑是Inter Core i5 6500,然后再百度中输入“Inter Core i5 6500是否支持虚拟化”,然后就明白了。 第二种方法,进入BIOS设置中,寻找关于虚拟化的选项 阅读全文