04 2020 档案

摘要:1.安装依赖 apt-get install build-essential libpcre3 libpcre3-dev libssl-dev 2.创建文件夹 mkdir ~/tools cd tools 3.下载nginx wget http://nginx.org/download/nginx- 阅读全文
posted @ 2020-04-16 11:24 peterWXM 阅读(2163) 评论(0) 推荐(0)
摘要:1 <!-- 自定义指令 --> 2 <input type="text" class="form-control" v-model="keywords" v-focus> 3 4 //定义全局指令 5 6 Vue.directive('focus',{ 7 bind:function(el){ 8 阅读全文
posted @ 2020-04-03 12:30 peterWXM 阅读(144) 评论(0) 推荐(0)