04 2018 档案
摘要:php发送邮件 -------------------------------------------------------------------------------- "; smtp,25);//socket链接 if($link){ set_...
阅读全文
摘要:切换验证码 document.getElementById('img_code_1').src="__URL__/verify/"+Math.random(1,9999); 生成验证码 <img src="{:U('Home/User/verify',array())}" id="img_code_
阅读全文
摘要:<?php namespace Home\Model; use Think\Model; class UserModel extends Model{ protected _validate = array( ['username','require','请输入用户名'], // 在新增的时候验证name...
阅读全文
摘要:在Common目录中建立 function.php {$vo.goods_name|subtext=10} 调用方法传参数
阅读全文
摘要:在元素中添加onmouseover="this.style.cursor='hand'"或者 cursor:pointer;
阅读全文
摘要:在php.ini下进行更改 查找disable_function 去掉exec xsell_exec 重启php
阅读全文
摘要:解决该问题需要 清除缓存文件 将retime下的文件删除
阅读全文
摘要:{$vo.create_time|date="Y-m-d H:i:s",###}
阅读全文
摘要:<form action="demo_form.asp" method="get"> Select images: <input type="file" name="img" multiple="multiple" /> <input type="submit" /> </form>
阅读全文