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

相关分类

欢迎 小蝌蚪加大 的加入!

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

按照步骤安装php扩展、ImageMagick,ghostscript。版本要仔细检查,最后完全OK。并可以将图片合成转换等操作,就是在读取pdf时报错。重新安装了很多版本,都无法解决。$im = new Imagick(); $fileUrl = './5.pdf'; $im&nbs

<div class="logos-swiper"> <div class="swiper-wrapper">     <div class="swiper-slid

.TTF或.OTF,适用于Firefox 3.5、Safari、Opera.EOT,适用于Internet Explorer 4.0+.SVG,适用于Chrome、IPhone

//$year 年 //$month 月 public function monthDate($year,$month){ $monthDate = array(); $mtime = strtotime($year.&#

使用stripslashes函数 去除反斜杠$jsonData = json_decode(stripslashes($param['data']),true);

php取整数函数常用的四种方法:1.直接取整,舍弃小数,保留整数:intval();2.四舍五入取整:round();3.向上取整,有小数就加1:ceil();4.向下取整:floor()。一、intval—对变数转成整数型态intval如果是字符型的会自动转换为0。intval(3.14159); //&n

/*单行*/ .text1 {     width:200px;     overflow:hidden;     text-overflow:ellipsis;  &n

每次搞微信支付都要翻微信开发文档,相当繁锁,有几个文档,还有点不一样,这次理清楚记录一下微信支付开发文档  https://pay.weixin.qq.com/wiki/doc/api/wxa/wxa_api.php?chapter=9_1&index=1微信支付接口签名校验工具  

//添加自已的图片上传 UE.registerUI('upimg', function(editor, uiName) { //注册按钮执行时的command命令,使用命令默认就会带有回退操作 editor.registerCommand(uiName, { execCommand:&n

官网:https://jqueryvalidation.org///自定义验证用户名长度     $.validator.addMethod("userLen", function(value, element, param) {   

1 服务器配置设置与开发-》基本配置2 获取access_token//$this->appid   微信appid //$this->AppSecret  微信AppSecret   public 

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

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

<a href="javascript:scrollto('#md');" target="_self">去到锚点</a> <a id="md">锚点标记</a>js$(function(){

之前关闭了,好像最近又开始折腾了?,一服务器值几毛钱,关闭干啥,真是服了这个是放出来的最新地址https://layui.gitee.io/v2

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

在pages下 添加types目录,在添加index.d.ts   declare module声明引入的模块

position: sticky;top:0;

$(document).on('click',function(e){     if($(e.target).closest('.obj').length <= 0){