摘要: 如果再控制器末尾保留空行会导致输出的页面中也存在空行 阅读全文
posted @ 2022-12-01 01:49 学画人生 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 用于拖拽放置的前端代码 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> 阅读全文
posted @ 2022-11-29 16:49 学画人生 阅读(106) 评论(0) 推荐(0) 编辑
摘要: php发送 云片短信验证码 $send_data['apikey'] = 'f13123213e9'; $send_data['mobile'] = $phone; $send_data['text'] = '【云片短信】您的验证码是 '.$phone_code; // 开始发送 $ch = cur 阅读全文
posted @ 2022-11-05 21:43 学画人生 阅读(8) 评论(0) 推荐(0) 编辑
摘要: function toQrPay(id) { var parames = new Array(); parames.push({name: "pay_id", value:id}); Post("/pay/wxzf/addprice.php", parames); return false; } f 阅读全文
posted @ 2022-10-15 23:46 学画人生 阅读(106) 评论(0) 推荐(0) 编辑
摘要: https://mp.weixin.qq.com/intp/getuserclientip 阅读全文
posted @ 2022-05-10 11:49 学画人生 阅读(21) 评论(0) 推荐(0) 编辑
摘要: Thinkphp5对接钉钉 <?php namespace dingding; /** * PHP7.1及其之上版本的回调加解密类库 * 该版本依赖openssl_encrypt方法加解密,注意版本依赖 (PHP 5 >= 5.3.0, PHP 7) */ class DingCallbackCry 阅读全文
posted @ 2022-05-01 16:37 学画人生 阅读(496) 评论(0) 推荐(0) 编辑
摘要: db()->startTrans();//开启事务 $res_a = db('sendgroup')->where(['pc_id'=>$pc_id,'sendblock_id'=>$sendblock_id,'pc_id'=>$pc_id])->delete(); $res_b = db('sen 阅读全文
posted @ 2021-10-27 12:10 学画人生 阅读(42) 评论(0) 推荐(0) 编辑
摘要: $curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'http://114.55.100.196:21632/api', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODIN 阅读全文
posted @ 2021-10-25 16:40 学画人生 阅读(47) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <title>1</title> <meta name="keywords" co 阅读全文
posted @ 2020-10-30 03:00 学画人生 阅读(509) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="renderer" content="webkit" /> <meta name="force-rendering" content="webkit" /> <met 阅读全文
posted @ 2020-02-11 19:01 学画人生 阅读(410) 评论(1) 推荐(0) 编辑