摘要: 原链接: https://www.cpolar.com/blog/%E3%80%90-iis-building-a-website-%E3%80%91-using-a-local-computer-as-a-server-to-build-a-web-site-and-connect-it-to-t 阅读全文
posted @ 2024-07-01 23:11 祈愿仙帝 阅读(1) 评论(0) 推荐(0) 编辑
摘要: /vanjnbolg/p/18062990相关资料:https://blog.csdn.net/weixin_46505978/article/details/132401372 开启22端口 # 使用 iptables sudo iptables -A 阅读全文
posted @ 2024-06-30 20:09 祈愿仙帝 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 原地址:https://www.sysgeek.cn/openssh-windows/ 阅读全文
posted @ 2024-06-30 15:28 祈愿仙帝 阅读(3) 评论(0) 推荐(0) 编辑
摘要: mac安装brew install supervisor 原文:https://blog.csdn.net/pierre_/article/details/127578224 php安装 pip install supervisor 阅读全文
posted @ 2024-06-27 09:20 祈愿仙帝 阅读(1) 评论(0) 推荐(0) 编辑
摘要: json_decode(html_entity_decode($images)) 阅读全文
posted @ 2024-06-25 18:30 祈愿仙帝 阅读(1) 评论(0) 推荐(0) 编辑
摘要: //小程序一键登录 public function wechat() { $code = $this->request->post('code'); //前端获取传过来的code if (!$code){ return $this->err('缺少参数'); } //获取秘钥key if ($res 阅读全文
posted @ 2024-06-25 10:57 祈愿仙帝 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 文档:https://www.kancloud.cn/gzhxkjgs/fastadmin/ 接口请求API(api文件下的方法):api/文件名.控制器名/方法名 支付 https://pay.yansongda.cn/docs/v2/installation.htmlEasyPay: https 阅读全文
posted @ 2024-06-24 09:40 祈愿仙帝 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 文档:https://uniapp.dcloud.net.cn/api/location/open-location.html 阅读全文
posted @ 2024-06-21 13:40 祈愿仙帝 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 在CRMEB中,如果你想要使用jQuery来获取编辑器(例如富a56爆大奖在线娱乐编辑器,如UEditor或KindEditor)的内容; // 假设你的UEditor编辑器的id是'editor' var content = UE.getEditor('editor').getContent(); // 假设你的 阅读全文
posted @ 2024-06-14 09:48 祈愿仙帝 阅读(1) 评论(0) 推荐(0) 编辑
摘要: /** * 文件上传 * * @ApiMethod (POST) * @param string $image 上传的文件(单文件/多文件) * @param string $upload_dir 文件夹名称(默认名:image) */ function FilesAll($image, $uplo 阅读全文
posted @ 2024-06-04 15:21 祈愿仙帝 阅读(3) 评论(0) 推荐(0) 编辑
摘要: /** * 文件上传 * * @ApiMethod (POST) * @param string $image 上传的文件(单文件/多文件) * @param string $upload_dir 文件夹名称(默认名:image) */ public function FilesAll($image 阅读全文
posted @ 2024-05-21 09:14 祈愿仙帝 阅读(58) 评论(0) 推荐(0) 编辑
摘要: //调用微信、支付宝支付 原链接 https://blog.csdn.net/GhostWHS/article/details/113688625//相关资料https://blog.csdn.net/TiaoZhanJi_Xian/article/details/124259722 echo \a 阅读全文
posted @ 2024-05-01 16:07 祈愿仙帝 阅读(5) 评论(0) 推荐(0) 编辑
摘要: nginx(fastadmin) location ~* (runtime|application)/{ return 403; } location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break 阅读全文
posted @ 2024-04-27 15:48 祈愿仙帝 阅读(3) 评论(0) 推荐(0) 编辑
摘要: //swoole 安装 /* * git clone https://github.com/swoole/swoole-src.git * * cd swoole-src * * phpize * * ./configure --with-php-config=/www/server/php/71/ 阅读全文
posted @ 2021-06-01 19:07 祈愿仙帝 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 获取时间SELECT unix_timestamp() //1621909170(当前时间戳:年月日时分秒) SELECT unix_timestamp(CURDATE()) //1621872000(当前时间戳:年月日) SELECT NOW() //2021-05-25 10:20:28(当前时 阅读全文
posted @ 2021-05-25 10:22 祈愿仙帝 阅读(61) 评论(0) 推荐(0) 编辑
摘要: update test set `name`='ni',id=LAST_INSERT_ID(id) where age=20; select LAST_INSERT_ID(); 阅读全文
posted @ 2021-04-21 19:12 祈愿仙帝 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 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 祈愿仙帝 阅读(642) 评论(0) 推荐(0) 编辑
摘要: <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) 编辑
摘要: // 这里的code是通过前端页面获取的 //$appid = "公众号在微信的appid"; //$secret = "公众号在微信的app secret"; public function userOpenId($appid,$secret,$code){ $url = "https://api 阅读全文
posted @ 2024-07-01 14:21 祈愿仙帝 阅读(1) 评论(0) 推荐(0) 编辑