会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
梦。
编写简略,请多见谅。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
下一页
2021年4月21日
swoole4 配置及简单使用
摘要: Tcp.php<?php namespace server; use \Swoole\Coroutine\Channel; require_once 'Pdo.php'; class Tcp{ protected $number = 5; //数据包长度 protected $host = '0.0
阅读全文
posted @ 2021-04-21 19:03 祈愿仙帝
阅读(747)
评论(0)
推荐(0)
2021年4月13日
layer 片段
摘要: <script > //打开新页面并获取数据 layer.open({ type: 2, title: '筛选', //不显示标题栏, closeBtn: false, area:['100%', '100%'], shade: 0.8, id: 'LAY_layuipro', //设定一个id,防
阅读全文
posted @ 2021-04-13 17:28 祈愿仙帝
阅读(36)
评论(0)
推荐(0)
2021年2月24日
pdo
摘要: $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 祈愿仙帝
阅读(253)
评论(0)
推荐(0)
2021年2月7日
验证苹果登录:app 苹果 登录后台做验证登录
摘要: //安装类:composer require griffinledingham/php-apple-signin <?php use AppleSignIn\ASDecoder; //由ios传过来这两个参数 $clientUser = "example_client_user"; $identit
阅读全文
posted @ 2021-02-07 14:01 祈愿仙帝
阅读(398)
评论(0)
推荐(0)
2021年1月20日
opcart接入Shareasale联盟平台
摘要: //资料:https://www.yestupa.com/how-to-join-shareasale-as-merchant-step-by-step.html
阅读全文
posted @ 2021-01-20 10:42 祈愿仙帝
阅读(81)
评论(0)
推荐(0)
2021年1月12日
友盟统计接入
摘要: https://developer.umeng.com/open-api/docs/com.umeng.uapp/umeng.uapp.getAllAppData/1
阅读全文
posted @ 2021-01-12 14:09 祈愿仙帝
阅读(218)
评论(0)
推荐(0)
2021年1月4日
使用 PhpSpreadsheet 将 Excel 表格数据导入到数据库
摘要: 1、安装 PhpSpreadsheet composer require phpoffice/phpspreadsheet 2、控制器代码 public function importExcel() { // 接收文件 $file = $_FILES['file']['tmp_name']; //
阅读全文
posted @ 2021-01-04 16:02 祈愿仙帝
阅读(490)
评论(0)
推荐(0)
2020年12月25日
PHP + JQuery 实现多图上传并预览
摘要: //源链接:https://www.cnblogs.com/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 祈愿仙帝
阅读(218)
评论(0)
推荐(0)
2020年12月19日
Echarts.js 实现饼状图
摘要: <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 祈愿仙帝
阅读(1102)
评论(0)
推荐(0)
2020年12月18日
tp5.0
摘要: //控制器重定向url $this->redirect('/index/index/login'); //要跳转的页面 入口文件/控制器/方法名
阅读全文
posted @ 2020-12-18 14:38 祈愿仙帝
阅读(152)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
下一页
公告