05 2021 档案

摘要:1、删除禁用函数 在禁用函数中删除或 php.ini 中查找 disable_functions 删除后面的函数即可putenv() 、 pcntl_signal() 、 proc_open() 2、安装composer 安装curl -sS https://getcomposer.org/inst 阅读全文
posted @ 2021-05-24 14:51 悬剑丶 阅读(93) 评论(0) 推荐(0) 编辑
摘要:官网 https://www.swiper.com.cn/ 安装依赖 npm install swiper vue-awesome-swiper --save 直接在页面中使用 <template> <swiper ref="mySwiper" :options="swiperOptions"> < 阅读全文
posted @ 2021-05-19 15:46 悬剑丶 阅读(58) 评论(0) 推荐(0) 编辑
摘要:<template> <div id="SlideBar" class="container"> <div class="item" ref="slide" :style="slideStyle" @touchstart="start($event)" @touchmove="move($event 阅读全文
posted @ 2021-05-18 19:18 悬剑丶 阅读(85) 评论(0) 推荐(0) 编辑
摘要:Node设置淘宝镜像 npm config set registry https://registry.npm.taobao.org 安装cnpm npm install -g cnpm --registry=https://registry.npm.taobao.org 添加enter点击事件 @ 阅读全文
posted @ 2021-05-07 15:36 悬剑丶 阅读(94) 评论(0) 推荐(0) 编辑
摘要://指定允许其他域名访问 Access-Control-Allow-Origin:http://172.20.0.206 //一般用法(*,指定域,动态设置) //是否允许后续请求携带认证信息(cookies),该值只能是true,否则不返回 Access-Control-Allow-Credent 阅读全文
posted @ 2021-05-06 17:58 悬剑丶 阅读(7455) 评论(0) 推荐(1) 编辑
摘要:HTML <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>背景图片拉伸铺满页面</title> <link type="text/css" rel="stylesheet" href="img.css"/> </head> <b 阅读全文
posted @ 2021-05-02 17:58 悬剑丶 阅读(531) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示