摘要: <script > //打开新页面并获取数据 layer.open({ type: 2, title: '筛选', //不显示标题栏, closeBtn: false, area:['100%', '100%'], shade: 0.8, id: 'LAY_layuipro', //设定一个id,防 阅读全文
posted @ 2021-04-13 17:28 祈愿仙帝 阅读(30) 评论(0) 推荐(0) 编辑
摘要: $val = implode(',', array_fill(0, count([$a,$a,$a,$a]), '?')); $keys = ['1','2','3','4']; /* * @return string $table 表名 * @return array $keys 字段 * @re 阅读全文
posted @ 2021-02-24 13:42 祈愿仙帝 阅读(226) 评论(0) 推荐(0) 编辑
摘要: //安装类:composer require griffinledingham/php-apple-signin <?php use AppleSignIn\ASDecoder; //由ios传过来这两个参数 $clientUser = "example_client_user"; $identit 阅读全文
posted @ 2021-02-07 14:01 祈愿仙帝 阅读(366) 评论(0) 推荐(0) 编辑
摘要: //资料:https://www.yestupa.com/how-to-join-shareasale-as-merchant-step-by-step.html 阅读全文
posted @ 2021-01-20 10:42 祈愿仙帝 阅读(68) 评论(0) 推荐(0) 编辑
摘要: https://developer.umeng.com/open-api/docs/com.umeng.uapp/umeng.uapp.getAllAppData/1 阅读全文
posted @ 2021-01-12 14:09 祈愿仙帝 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1、安装 PhpSpreadsheet composer require phpoffice/phpspreadsheet 2、控制器代码 public function importExcel() { // 接收文件 $file = $_FILES['file']['tmp_name']; // 阅读全文
posted @ 2021-01-04 16:02 祈愿仙帝 阅读(438) 评论(0) 推荐(0) 编辑
摘要: //源链接:/ovim/p/12442054.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>showImages</title> <style type="text/cs 阅读全文
posted @ 2020-12-25 15:11 祈愿仙帝 阅读(194) 评论(0) 推荐(0) 编辑
摘要: <script src="__STATIC__/phy/js/echarts.min.js"></script> <div id="main" style="width: 100%;height:246px; "></div><script type="text/javascript"> // 基于 阅读全文
posted @ 2020-12-19 13:49 祈愿仙帝 阅读(1079) 评论(0) 推荐(0) 编辑
摘要: //控制器重定向url $this->redirect('/index/index/login'); //要跳转的页面 入口文件/控制器/方法名 阅读全文
posted @ 2020-12-18 14:38 祈愿仙帝 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 图片操作:mix-blend-mode: multiply; /*会把图片所有白色的部分转换成半透明的 png*/ 阅读全文
posted @ 2020-12-02 11:41 祈愿仙帝 阅读(138) 评论(0) 推荐(0) 编辑