匠心不改,精益求精!
[ 登陆 - 注册 ]

相关分类

欢迎 小蝌蚪加大 的加入!

根目录下vue.config.js lintOnSave: false, //关闭eslint检查

我自已的服务器网站运行是没问题,客户用阿里云虚拟主机,毛病来了1 微信报错40164,根据报错提示,我把 提示的 ip:115.29.98.239 加入到微信白单后,就不会报错了,但可以明确的是,我的阿里云虚拟主机并不是这个ip,这就有点郁闷了!!!2 file_get_contents 

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

public function exlDemo(){ header("Content-type: text/csv"); header("Content-Disposition: attachment; filename="

checkbox .wx-checkbox-input {     width: 40rpx;     height: 40rpx;     border-radius: 50%;

接收get参数echostr,原样返回就可以了,至于要不要验证请参考官网//服务器配置验证 if(input('get.echostr')){    return input('get.echostr');  }

https://baijiahao.baidu.com/s?id=1752067998487174957

右击网站-》属性主目录-》配置选项-》勾选启用交路径

loadcache('plugin'); $var = $_G['cache']['plugin']['zuso_help']; var_dump($var);

mainImg.zip

html<div> 上传<input id="myfile" type="file" name="myfile"/> </div> <div>上传进度:<span&nbs

开发文档:https://developers.weixin.qq.com/doc/oplatform/Website_App/WeChat_Login/Wechat_Login.html微信默认就有扫码登陆的接口,但网页授权作用域(scope=snsapi_login)需要额外收取验证费用,应此不想使用这个方式登陆通

error_reporting(E_ALL | E_STRICT);

//封装Promise let ajaxTimes = 0; //当存在多个请求时,来控制loading显示与隐藏 let baseUrl = 'https://p.51zuso.com/'; const http = (url,para

<?php //要查询的IP地址 $IP = "39.156.69.79";   //拼接url $url = "https://api.vore.top/api/IPdata?ip=".$ip; //请求数据并解码 $result 

安装 prism.js  https://www.51zuso.com/admin/p/1397.html在内容显示页面加上这个代码<script>     var $codepre = $("pre[class]&

可以使用以下方法替代$(document).on('mouseover mouseout','.class',function(event){ if(event.type == 'mouseover'){ //鼠标经过 } if(event.type =

//备份 public function todo(){ //打包文件,将备份文件保存到backup文件夹 $filename = date('YmdHis').'.php';  $zip = new \ZipArchive(

一贴扫尽Sublime Text 3所有实用快捷键Sublime Text 是一款流行的文本编辑器软件。跨平台,可运行在Linux,Windows和Mac OS X。也是许多程序员喜欢使用的一款文本编辑器软件。目前版本是Sublime Text 3,该软件也是是PHP程序员学习和开发非常实用的工具,但是想要用好,一些快捷键不可或缺,特整理分享此贴。一、选择类