上一页 1 2 3 4 5 6 7 8 9 10 ··· 76 下一页
摘要: linux redis 三种启动方式 1.直接启动 进入redis根目录,执行命令: #加上‘&’号使redis以后台程序方式运行 nohup redis-server & 2.通过指定配置文件启动 可以为redis服务启动指定配置文件,例如配置为/etc/redis/6379.conf 进入red 阅读全文
posted @ 2022-03-21 13:48 _海阔天空 阅读(18883) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/-zhuang/articles/10599276.html redis单机安装1、redis安装需要c语言的编译环境。如果没有gcc 需要在线安装 rmp -qa | grep gcc-c++2、在/user/local/upload 下解压redi 阅读全文
posted @ 2022-03-21 11:26 _海阔天空 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: Linux下Redis的安装 redis的优势我就不多说了(其实我也就是跟着主流) 既然想试试redis,那么就从linux下安装redis开始。那么windows下可以安装redis吗? 答案是肯定的,但是官方也不建议我们使用windows来安装和使用redis。 而且,在99%的企业中,也没有企 阅读全文
posted @ 2022-03-15 15:27 _海阔天空 阅读(838) 评论(0) 推荐(0) 编辑
摘要: -bash: make: 未找到命令 gcc官方有yum源吗? 没有就算了,都到个安装开发工具的命令,有make命令,可以用了 如何在CentOS 8上安装GCC开发工具(Development Tools) 要安装开发工具包,请以root或具有sudo特权的用户身份运行以下命令: [linuxid 阅读全文
posted @ 2022-03-15 15:21 _海阔天空 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: SpringCloud Alibaba微服务运维- 集成ELK日志 Securing Elasticsearch and Kibana Getting Started with Security 支持矩阵 Installing X-Pack 阅读全文
posted @ 2022-03-15 09:15 _海阔天空 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Centos8.2安装Elasticsearch-7.11.1 1. 下载elasticsearch curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-linux-x86_64.t 阅读全文
posted @ 2022-03-15 09:07 _海阔天空 阅读(794) 评论(0) 推荐(0) 编辑
摘要: 1. 下载elasticsearch curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-linux-x86_64.tar.gz tar -xzvf elasticsearch-7. 阅读全文
posted @ 2022-03-15 09:06 _海阔天空 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1. 下载elasticsearch curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-linux-x86_64.tar.gz tar -xzvf elasticsearch-7. 阅读全文
posted @ 2022-03-15 09:06 _海阔天空 阅读(1961) 评论(0) 推荐(0) 编辑
摘要: 按照此地址使用yum命令安装logstash,https://www.elastic.co/guide/en/logstash/8.1/installing-logstash.html#_yum sudo yum install logstash出现错误: CentOS Linux 8 - AppS 阅读全文
posted @ 2022-03-11 15:33 _海阔天空 阅读(739) 评论(0) 推荐(0) 编辑
摘要: C# NPOI 导入与导出Excel文档 兼容xlsx, xls 参考:http://www.cnblogs.com/restran/p/3889479.html 附加:C# NPOI 日期格式 之前写了个小程序,导出一些数据成Excel,程序使用的是Microsoft.Office.Interop 阅读全文
posted @ 2022-03-10 13:49 _海阔天空 阅读(388) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 76 下一页
点击右上角即可分享
微信分享提示