上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 42 下一页
摘要: 添加索引: 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) 阅读(996) 评论(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) 阅读(441) 评论(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) 阅读(229) 评论(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) 阅读(371) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/f2c50812f0d7 https://blog.csdn.net/Lcq_best/article/details/105232739 阅读全文
posted @ 2020-06-29 22:12 程序生(Codey) 阅读(1053) 评论(0) 推荐(0) 编辑
摘要: https://www.kancloud.cn/manual/thinkphp5/126075 阅读全文
posted @ 2020-06-29 22:11 程序生(Codey) 阅读(144) 评论(0) 推荐(0) 编辑
摘要: 钉钉消息推送: https://www.jianshu.com/p/532231cba545 官方文档: https://ding-doc.dingtalk.com/doc#/serverapi2/qf2nxq Thinkphp5.X异常接管后通过钉钉机器人推送通知: https://www.wol 阅读全文
posted @ 2020-06-20 12:28 程序生(Codey) 阅读(216) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 42 下一页