上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 49 下一页
摘要: 一、效果图 1、公众号 2、短信 将跳转的链接生成短链接 点击查看生成短链接的方法 二、代码 1、h5代码 <html> <head> <title>打开小程序</title> <meta http-equiv="Content-Type" content="text/html; charset=u 阅读全文
posted @ 2021-03-27 13:48 样子2018 阅读(477) 评论(0) 推荐(0) 编辑
摘要: QQ:2575404985 一、效果图 1、后台展示 2、后台手机端展示 3、前端展示 阅读全文
posted @ 2021-03-17 10:19 样子2018 阅读(358) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 阅读全文
posted @ 2021-03-10 15:27 样子2018 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 一、示例 function showDeskTopNotice(id, title, msg){ var Notification = window.Notification || window.mozNotification || window.webkitNotification; if(Not 阅读全文
posted @ 2021-03-03 10:26 样子2018 阅读(2425) 评论(0) 推荐(1) 编辑
摘要: 一、详解 二、例子 test.sh #!/bin/bash source ./stop.sh source ./stop_by.sh source ./start_by.sh nohup /www/server/php/54/bin/php ./Applications/Chat/start_reg 阅读全文
posted @ 2021-02-25 13:34 样子2018 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 一、操作 1、将脚本移动到/etc/rc.d/init.d目录下 mv /usr/local/script/test.sh /etc/rc.d/init.d 2、增加脚本的可执行权限 chmod +x /etc/rc.d/init.d/test.sh 3、添加脚本到开机自动启动项目中 cd /etc 阅读全文
posted @ 2021-02-23 16:49 样子2018 阅读(1536) 评论(0) 推荐(0) 编辑
摘要: 一、代码 function ajax(options) { options = options || {}; //调用函数时如果options没有指定,就给它赋值{},一个空的Object options.type = (options.type || "GET").toUpperCase();// 阅读全文
posted @ 2021-02-01 16:19 样子2018 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 一、效果图 二、代码 1、客户端 <?php class SocketIO { public function send($host = null, $port = null, $action = "message", $data = null, $address = "/socket.io/?EI 阅读全文
posted @ 2021-01-27 13:38 样子2018 阅读(796) 评论(0) 推荐(0) 编辑
摘要: 注意:若小程序已接入文娱-视频插件,暂不需补充文娱-视频类目。 缺点:需要付费去广告、水印。 一、配置 具体文档点击上图详情 阅读全文
posted @ 2021-01-27 08:57 样子2018 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 在公众号中发消息,转发到自定义客户端。 一、效果图 公众号 客户端 阅读全文
posted @ 2021-01-26 10:40 样子2018 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 49 下一页