上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 169 下一页
摘要: 一,测试分词命令: 1,查看已安装的插件: [lhdop@blog ~]$ curl -X GET "localhost:9200/_cat/plugins?v&s=component" name component version 2,standard分词 [lhdop@blog ~]$ curl 阅读全文
posted @ 2024-07-11 11:17 刘宏缔的架构森林 阅读(2183) 评论(0) 推荐(0)
摘要: 一,安装需要的库 1,包的地址: https://packagist.org/packages/elasticsearch/elasticsearch 2,文档地址: https://www.elastic.co/guide/en/elasticsearch/client/php-api/curre 阅读全文
posted @ 2024-07-11 09:22 刘宏缔的架构森林 阅读(164) 评论(0) 推荐(0)
摘要: 一,报错信息: laravel在安装完成后初次运行时会报错, Internal Server Error Illuminate\Database\QueryException SQLSTATE[HY000]: General error: 8 attempt to write a readonly 阅读全文
posted @ 2024-07-10 17:05 刘宏缔的架构森林 阅读(415) 评论(0) 推荐(0)
摘要: 一,报错信息: [lhdop@blog site]$ composer create-project --prefer-dist laravel/laravel api Creating a "laravel/laravel" project at "./api" Installing larave 阅读全文
posted @ 2024-07-10 15:12 刘宏缔的架构森林 阅读(571) 评论(0) 推荐(0)
摘要: 一,什么是es? Elasticsearch 是一款近实时的搜索引擎,底层是基于 Lucene 做搜索,再此基础上加入了分布式的特性,以便支持海量数据的存储和搜索 官网: https://www.elastic.co/cn/ 二,下载 1,进入下载页面 在下载页面下载 得到链接地址后可以从服务端直接 阅读全文
posted @ 2024-07-10 14:13 刘宏缔的架构森林 阅读(440) 评论(0) 推荐(0)
摘要: 一,rdb的开启关闭 1, rdb存储方式默认是开启的: 在dir一项指定的存储路径下,可以看到dump.rdb [lhdop@blog redisdata]$ ls dump.rdb 2, 关闭: # Snapshotting can be completely disabled with a s 阅读全文
posted @ 2024-07-10 10:58 刘宏缔的架构森林 阅读(423) 评论(0) 推荐(0)
摘要: 一,查看redis所有配置 使用命令: CONFIG GET * 例: 127.0.0.1:6379> CONFIG GET * 1) "cluster-announce-bus-port" 2) "0" 3) "syslog-ident" 4) "redis" 5) "enable-module- 阅读全文
posted @ 2024-07-10 10:04 刘宏缔的架构森林 阅读(501) 评论(0) 推荐(0)
摘要: 一,项目代码地址: https://github.com/erikdubbelboer/phpRedisAdmin 二,下载: 从命令行用wget下载 [root@blog phpredisadmin]# wget https://github.com/erikdubbelboer/phpRedis 阅读全文
posted @ 2024-07-09 18:50 刘宏缔的架构森林 阅读(115) 评论(0) 推荐(0)
摘要: 一,返回为空: [lhdop@blog ~]$ curl localhost:9200/_cluster/health?pretty curl: (52) Empty reply from server [lhdop@blog ~]$ curl localhost:9200 curl: (52) E 阅读全文
posted @ 2024-07-08 13:47 刘宏缔的架构森林 阅读(753) 评论(0) 推荐(0)
摘要: 一,什么是supervisor Supervisor是一个进程控制系统,它使用户能够监视和控制类unix操作系统进程。它通过提供基于配置或事件启动、停止和重新启动进程的机制,帮助管理应该在系统中连续运行的进程。对于需要控制和监视Linux或其他类unix操作系统上多个进程的状态的开发人员和系统管理员 阅读全文
posted @ 2024-07-08 09:23 刘宏缔的架构森林 阅读(203) 评论(0) 推荐(0)
上一页 1 ··· 74 75 76 77 78 79 80 81 82 ··· 169 下一页