上一页 1 2 3 4 5 6 7 8 9 10 ··· 42 下一页
摘要: 后台:https://q.qq.com/#/ 文档:https://q.qq.com/wiki/ 获取accessToken:https://q.qq.com/wiki/develop/miniprogram/server/open_port/port_use.html#getaccesstoken 阅读全文
posted @ 2020-08-04 16:28 程序生(Codey) 阅读(636) 评论(0) 推荐(0) 编辑
摘要: 前端支付返回-15004 其实可能是米大师的沙箱机制 必须先用沙箱key测试通过才能使用正式key 其他原因: https://developers.weixin.qq.com/community/develop/doc/00068477b34618dda42a24ad351800 https:// 阅读全文
posted @ 2020-08-03 17:41 程序生(Codey) 阅读(1317) 评论(0) 推荐(0) 编辑
摘要: 1.下载包 phalcon包下载地址: https://github.com/phalcon/cphalcon/releases/tag/v3.4.3 最新用4.0以上: https://github.com/phalcon/cphalcon/releases/tag/v4.0.6 psr下载地址: 阅读全文
posted @ 2020-07-27 18:36 程序生(Codey) 阅读(513) 评论(0) 推荐(0) 编辑
摘要: Route::get('Index/{action}', function(App\Http\Controllers\IndexController $index, $action){ return $index->$action(); }); https://xueyuanjun.com/post 阅读全文
posted @ 2020-07-24 11:54 程序生(Codey) 阅读(419) 评论(0) 推荐(0) 编辑
摘要: es常用查询 term 项 例: 搜 Dahlen, Malone $filter[] = ['term' => ['ename' => 'accountcreate']]; $filter[] = ['term' => ['app_id' => 1000084]]; field 字段 field: 阅读全文
posted @ 2020-07-21 17:02 程序生(Codey) 阅读(432) 评论(0) 推荐(0) 编辑
摘要: 多次回调处理,成功返回 <xml> <return_code><![CDATA[SUCCESS]]></return_code> <return_msg><![CDATA[OK]]></return_msg> </xml> https://pay.weixin.qq.com/wiki/doc/api 阅读全文
posted @ 2020-07-17 16:42 程序生(Codey) 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 问题1:工具的服务端口已关闭。要使用命令行调用工具,请在下方输入 y 以确认开启,或手动打开工具 -> 设置 -> 安全设置,将服务端口开启。 https://ask.dcloud.net.cn/article/13373 问题2:turnneling socket could not tunnel 阅读全文
posted @ 2020-07-17 16:41 程序生(Codey) 阅读(1395) 评论(0) 推荐(0) 编辑
摘要: 替换think-multi-app https://github.com/hmxingkong/think-multi-app 阅读全文
posted @ 2020-07-17 16:38 程序生(Codey) 阅读(148) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/dudeyouth/p/9017394.html 阅读全文
posted @ 2020-07-17 16:36 程序生(Codey) 阅读(196) 评论(0) 推荐(0) 编辑
摘要: 添加索引: curl -X PUT "localhost:9200/index_name?pretty" https://www.cnblogs.com/quanxiaoha/p/11532487.html 查询: 官方: https://www.elastic.co/guide/en/elasti 阅读全文
posted @ 2020-07-15 14:18 程序生(Codey) 阅读(219) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 42 下一页