会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
秋寻草
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
6
7
8
9
10
11
12
13
14
···
49
下一页
2020年3月4日
elasticsearch7.4.2配置
摘要: # Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con
阅读全文
posted @ 2020-03-04 10:33 秋寻草
阅读(966)
评论(0)
推荐(0)
2020年3月3日
kibana重启
摘要: ps -ef|grep kibanaps -ef|grep 5601都找不到 尝试 使用 fuser -n tcp 5601kill -9 端口 ps -ef|grep node 或 netstat -anltp|grep 5601启动即可 ./kibana后台启动:nohup ../bin/kib
阅读全文
posted @ 2020-03-03 15:11 秋寻草
阅读(8982)
评论(0)
推荐(0)
es及kibana下载地址
摘要: https://blog.csdn.net/weixin_37281289/article/details/101483434
阅读全文
posted @ 2020-03-03 15:10 秋寻草
阅读(1374)
评论(0)
推荐(0)
2020年2月20日
Linux下启动停止服务shell脚本
摘要: jenkins构建重新部署时脚本: #!/bin/bash app=auth jar_pid=`ps -ef|grep -v grep | grep 'java -jar e-$app-controller-1.0-SNAPSHOT.jar'|awk '{ print $2 }'` echo $ja
阅读全文
posted @ 2020-02-20 18:19 秋寻草
阅读(2208)
评论(0)
推荐(0)
2020年2月19日
CentOS下升级Git1.7.1升级到Git2.2.1
摘要: 卸载CentOS自带的Git 通过git --version查看系统带的版本,Cento6.5自带的是git版本是1.7.1 yum remove git 1、安装准备 yum install -y curl-devel expat-devel gettext-devel openssl-devel
阅读全文
posted @ 2020-02-19 16:52 秋寻草
阅读(589)
评论(0)
推荐(0)
2020年2月18日
Redis:如何停止/重启/启动,以及解决远程不能访问
摘要: 如果是用apt-get或者yum install安装的redis,可以直接通过下面的命令停止/启动/重启redis /etc/init.d/redis-server stop /etc/init.d/redis-server start /etc/init.d/redis-server restar
阅读全文
posted @ 2020-02-18 17:01 秋寻草
阅读(8636)
评论(0)
推荐(0)
2020年2月13日
安装的openjdk如何能知道安装在哪里了呢
摘要: 转:https://www.cnblogs.com/kerrycode/archive/2015/08/27/4762921.html
阅读全文
posted @ 2020-02-13 15:38 秋寻草
阅读(703)
评论(0)
推荐(0)
2020年2月4日
IDEA中使用JUnit单元测试
摘要: https://blog.csdn.net/weixin_44425934/article/details/99858528
阅读全文
posted @ 2020-02-04 17:54 秋寻草
阅读(391)
评论(0)
推荐(0)
2020年1月20日
Python测试框架之unittest和pytest
摘要: 目前搜狗商城接口测试框架用的是unittest+HTMLTestRunner,case数有1097条,目前运行一次自动化测试,时长约为30分钟,期望控制在10分钟或者更短的时间内。近期打算重新优化框架,着重解决运行效率低的问题。最近调研了一下另一种主流测试框架Pytest,Pytest是一个非常成熟
阅读全文
posted @ 2020-01-20 20:02 秋寻草
阅读(1608)
评论(0)
推荐(0)
2020年1月15日
MySQL 5.7 Invalid default value for 'CREATE_TIME'报错的解决方法
摘要: https://blog.csdn.net/qq_27229113/article/details/80176489 https://blog.csdn.net/qq_30770095/article/details/81458931
阅读全文
posted @ 2020-01-15 11:31 秋寻草
阅读(2431)
评论(0)
推荐(0)
上一页
1
···
6
7
8
9
10
11
12
13
14
···
49
下一页
公告