最新发布 第28页
php curl (60) SSL certificate problem unable to get local issuer certificat
php curl: (60) SSL certificate problem: unable to get local issuer certificate 网站移到win服务器 1.查看php.ini位置 2.先去 https://cur...
小程序上传图片和视频
<view class='bx'> <text class='title'>视频</text> <view class="page-body-info"> <block w...
php 获取两个时间中的所有日期
function periodDate($start_time,$end_time){ $start_time = strtotime($start_time); $end_time = strtotime($end_time); $i=0...
PHP 两个可逆加解密实用的方法
echo '-----1------'; echo "<br>"; $pwd = '123456'; echo 'authcode'.'<br>'; echo 'pwd:'.$pwd.'<br>'; $m...
select改变时执行跳转
<form class="layui-form"> <select name="links" lay-verify="required" οnchange=mbar(this) name="select"> <...
tp5.1修改ueditor文件上传到阿里云oss
1. composer 阿里云oss composer require aliyuncs/oss-sdk-php 2.修改ueditor文件 Uploader.class.php 2.1 引入 require_once realpath(d...
IE下开调试模式才登录正常是什么原因?
最后才发现是由于我的代码中有这样一句话,就没有执行进去。 var id = items[i].childNodes[9].childNodes[0].nodeValue; console.log(id); alert("id"+id); 原...
echarts视图切换
toolbox: { show : true, feature : { mark : {show: true}, dataView : {show: true, readOnly: false}, magicType : {show: tr...
获取邮箱的邮件
1. 安装扩展imap 2.composer下载 composer require php-imap/php-imap 包地址: https://packagist.org/packages/php-imap/php-imap 3.使用 p...
王明昌博客