摘要: /** * 裁剪图片 * imageCropper * @param string $source_path 图片地址 * @param string $w_file_path 要保存的地址 */ public function imageCropper($source_path, $w_file_ 阅读全文
posted @ 2021-12-29 15:59 -韩 阅读(112) 评论(0) 推荐(0) 编辑
摘要: /** *获取指定一段时间内的每天的开始时间 * @param $startdate 开始日期 时间戳 * @param $enddate 结束日期 时间戳 * @param $format 时间格式 0:时间戳 1日期格式 * @return array 返回一维数组 */ public stat 阅读全文
posted @ 2021-12-20 10:20 -韩 阅读(749) 评论(0) 推荐(0) 编辑
摘要: /* * 截取字符串 */ public static function cut($begin,$end,$str){ $b = mb_strpos($str,$begin) + mb_strlen($begin); $e = mb_strpos($str,$end) - $b; return mb 阅读全文
posted @ 2021-12-16 17:35 -韩 阅读(669) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2021-12-11 14:43 -韩 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script> <input type="text" value="" id="awardQqQun1"> <input type="text" value="" id="awar 阅读全文
posted @ 2021-12-08 10:50 -韩 阅读(326) 评论(0) 推荐(0) 编辑
摘要: /* * 生成水印logo * text 水印文字 bigImgPath 背景图 */ public static function make_watermark_img($text, $bigImgPath) { if (strtoupper(substr(PHP_OS,0,3)) 'WIN') 阅读全文
posted @ 2021-11-30 11:01 -韩 阅读(102) 评论(0) 推荐(0) 编辑
摘要: $(document).on('click', '.img_sp', function(data){ var imgSrc=$(this).attr('src'); layer.open({ type:1 ,title:false ,closeBtn:0 ,skin:'layui-layer-nob 阅读全文
posted @ 2021-11-29 18:42 -韩 阅读(604) 评论(0) 推荐(0) 编辑
摘要: form.verify({ money: [/^\d+$|^\d*\.\d+$/,'只能填写数字或小数'], }); 阅读全文
posted @ 2021-11-27 18:01 -韩 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 链接:https://pan.baidu.com/s/1uzwMPV46mVrLra9NRuR6UA 提取码:qwek 原文:https://www.daimabiji.com/mainmenus/4575.html 阅读全文
posted @ 2021-11-27 17:20 -韩 阅读(458) 评论(0) 推荐(0) 编辑
摘要: /** * @NodeAnotation(title="更新类节点") * @FunctionName:putTex * @User: hdd * @Date: 2021/11/26 0026 15:04 */ public function putTex() { // 获取当前文件的上级目录 $c 阅读全文
posted @ 2021-11-26 16:01 -韩 阅读(230) 评论(0) 推荐(0) 编辑