07 2020 档案

摘要: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) 阅读(523) 评论(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) 阅读(427) 评论(0) 推荐(0) 编辑
摘要:es常用查询 term 项 例: 搜 Dahlen, Malone $filter[] = ['term' => ['ename' => 'accountcreate']]; $filter[] = ['term' => ['app_id' => 1000084]]; field 字段 field: 阅读全文
posted @ 2020-07-21 17:02 程序生(Codey) 阅读(449) 评论(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) 阅读(254) 评论(0) 推荐(0) 编辑
摘要:问题1:工具的服务端口已关闭。要使用命令行调用工具,请在下方输入 y 以确认开启,或手动打开工具 -> 设置 -> 安全设置,将服务端口开启。 https://ask.dcloud.net.cn/article/13373 问题2:turnneling socket could not tunnel 阅读全文
posted @ 2020-07-17 16:41 程序生(Codey) 阅读(1417) 评论(0) 推荐(0) 编辑
摘要:替换think-multi-app https://github.com/hmxingkong/think-multi-app 阅读全文
posted @ 2020-07-17 16:38 程序生(Codey) 阅读(149) 评论(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) 阅读(223) 评论(0) 推荐(0) 编辑
摘要:在腾讯云申请证书,选择免费1年的 然后等大概一小时,就会通过,然后下载证书 nginx配置 将crt和key文件配置到nginx的配置,重启生效 跨域处理 location ^~ /sdk { #add_header Access-Control-Allow-Methods *; #add_head 阅读全文
posted @ 2020-07-13 16:46 程序生(Codey) 阅读(997) 评论(0) 推荐(0) 编辑
摘要:官网下载: https://www.elastic.co/cn/downloads/past-releases/ windows环境: bin文件夹新建run_default.bat(随意命名)写入 logstash -f mysqletc/mysql.conf bin文件夹新建文件夹mysqlet 阅读全文
posted @ 2020-07-12 20:08 程序生(Codey) 阅读(443) 评论(0) 推荐(0) 编辑
摘要:官网简介: https://www.elastic.co/guide/en/kibana/current/introduction.html 官网下载: https://www.elastic.co/cn/downloads/kibana logstash-6-1-4 下载解压,执行 ./bin/k 阅读全文
posted @ 2020-07-12 20:00 程序生(Codey) 阅读(230) 评论(0) 推荐(0) 编辑
摘要:官网下载:https://www.elastic.co/cn/downloads/elasticsearch 下载解压后,运行bin文件夹下的 elasticsearch.bat 以管理员身份执行elasticsearch.bat 看到started说明启动成功,打开浏览器测试一下,如下图 http 阅读全文
posted @ 2020-07-12 19:35 程序生(Codey) 阅读(134) 评论(0) 推荐(0) 编辑
摘要:ELK Stack 是Elasticsearch、Logstash、Kiban三个开源软件的组合。在实时数据检索和分析场合,三者通常是配合共用,而且又都先后归于 Elastic.co 公司名下,故有此简称。 ELK Stack成为机器数据分析,或者说实时日志处理领域,开源界的第一选择。和传统的日志处 阅读全文
posted @ 2020-07-12 16:48 程序生(Codey) 阅读(199) 评论(0) 推荐(0) 编辑
摘要:项目目录下执行 composer require phpunit/phpunit 根目录下创建tests文件夹 再创建一个测试类LoginTest <?php /** * 1、引入autoload.php文件 * 2、测试案例 * * */ namespace tests; use PHPUnit\ 阅读全文
posted @ 2020-07-01 11:46 程序生(Codey) 阅读(373) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示