上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: if (!empty($_SERVER["HTTP_CLIENT_IP"]) && strcasecmp($_SERVER["HTTP_CLIENT_IP"], "unknown")) { $ip = $_SERVER["HTTP_CLIENT_IP"];} elseif (!empty($_SER 阅读全文
posted @ 2021-07-14 18:44 悬剑丶 阅读(444) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>地理位置测试</title> <script type="text/javascript" src="http://api.map.baidu.com/api?v=1.3"></scr 阅读全文
posted @ 2021-07-14 18:08 悬剑丶 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 1、删除禁用函数 在禁用函数中删除或 php.ini 中查找 disable_functions 删除后面的函数即可putenv() 、 pcntl_signal() 、 proc_open() 2、安装composer 安装curl -sS https://getcomposer.org/inst 阅读全文
posted @ 2021-05-24 14:51 悬剑丶 阅读(88) 评论(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 悬剑丶 阅读(55) 评论(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 悬剑丶 阅读(77) 评论(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 悬剑丶 阅读(89) 评论(0) 推荐(0) 编辑
摘要: //指定允许其他域名访问 Access-Control-Allow-Origin:http://172.20.0.206 //一般用法(*,指定域,动态设置) //是否允许后续请求携带认证信息(cookies),该值只能是true,否则不返回 Access-Control-Allow-Credent 阅读全文
posted @ 2021-05-06 17:58 悬剑丶 阅读(7314) 评论(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 悬剑丶 阅读(512) 评论(0) 推荐(1) 编辑
摘要: 更换国内源 npm config set registry http://registry.cnpmjs.org 安装cnpm并设置国内源 npm install -g cnpm --registry=https://registry.npm.taobao.org 查看配置 npm config l 阅读全文
posted @ 2021-04-06 15:15 悬剑丶 阅读(167) 评论(0) 推荐(0) 编辑
摘要: Print Spooler 该服务在后台执行打印作业并处理与打印机的交互。如果关闭该服务,则无法进行打印或查看打印机。 Connected User Experiences and Telemetry 已连接的用户体验和遥测服务所启用的功能支持应用程序中用户体验和连接的用户体验。此外,如果在“反馈和 阅读全文
posted @ 2021-04-01 22:54 悬剑丶 阅读(622) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页