会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zsls-lang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2019年3月1日
Github开源Java项目(Disconf)上传到Maven Central Repository参考资料
摘要: https://www.cnblogs.com/liuzy2014/p/5545974.html https://www.sojson.com/blog/250.html
阅读全文
posted @ 2019-03-01 13:16 zsls-lang
阅读(163)
评论(0)
推荐(0)
2019年1月14日
GitHub收藏的项目
摘要: https://github.com/zsls-lang/zsls https://github.com/zsls-lang/response-result https://github.com/zsls-lang/mybatis-expands-generator 转载 https://mp.we
阅读全文
posted @ 2019-01-14 22:47 zsls-lang
阅读(484)
评论(0)
推荐(0)
2019年1月10日
ElasticSearch 常见错误
摘要: 在一次使用虚拟机做实验的过程中启动elasticsearch遇到了这样的报错: 问题在于 ES 5.x版本 需要2G内存 -Xms2G -Xmx2G 本地物理内存过小导致 参考 http://blog.51cto.com/10950710/2124131 解决: 原因:查看了 /usr/local/
阅读全文
posted @ 2019-01-10 22:06 zsls-lang
阅读(1093)
评论(0)
推荐(0)
linux系统中存在Python情况共存安装新版Python及pip安装
摘要: 参考 https://blog.csdn.net/wowocpp/article/details/80710984 安装setuptools,要需要安装zlib: yum install zlib zlib-dev 为在python编译时加入ssl模块,yum安装openssl和openssl-de
阅读全文
posted @ 2019-01-10 10:38 zsls-lang
阅读(225)
评论(0)
推荐(0)
2018年12月29日
ElasticSearch 伪分布式安装
摘要: 单机情况下安装伪分布式的es服务。首先配置之前已安装好的es服务的配置文件 [root@zsls elasticsearch-head-master]# cd /usr/local/elasticsearch-5.6.10/[root@zsls elasticsearch-5.6.10]# lsbi
阅读全文
posted @ 2018-12-29 00:26 zsls-lang
阅读(756)
评论(0)
推荐(0)
2018年12月28日
ElasticSearch 的实用插件elasticsearch-head
摘要: 引用 http://blog.51cto.com/zero01/2130696 elasticsearch-head,这个插件可以提供一个图形化的界面,能让我们直观的查看节点数据以及集群健康状态等 切换成root用户 进入elasticsearch-head的github地址,复制其.zip的下载链
阅读全文
posted @ 2018-12-28 23:42 zsls-lang
阅读(430)
评论(0)
推荐(0)
2018年12月25日
ElasticSearch 安装
摘要: 1.首先准备好Java环境: CentOS7下安装JDK详细过程 :https://www.cnblogs.com/zsls-lang/p/11687510.html [root@zsls ~]# java -versionjava version "1.8.0_161"Java(TM) SE Ru
阅读全文
posted @ 2018-12-25 23:35 zsls-lang
阅读(263)
评论(0)
推荐(0)
2018年11月13日
scp linux 传输文件目录
摘要: scp是 secure copy的缩写, scp是linux系统下基于ssh登陆进行安全的远程文件拷贝命令 scp -r /var/lib/app/src/web 172.16.4.71:/var/lib/app/src ***********scp -r 本机 source目录 目标机target
阅读全文
posted @ 2018-11-13 18:21 zsls-lang
阅读(11891)
评论(0)
推荐(0)
2018年10月31日
expect
摘要: expect: command not found 执行: yum -y install expect 从最简单的层次来说,Expect用来实现计算机之间需要建立连接时进行特定的登录会话、 function login(){ echo "in" expect_sh=$(expect -c " spa
阅读全文
posted @ 2018-10-31 16:06 zsls-lang
阅读(329)
评论(0)
推荐(0)
2018年10月20日
linux git安装 并且使用https方式 git pull 代码的免密操作
摘要: 安装依赖的包 缺少什么装什么yum -y install curl-devel expat-devel gettext-devel openssl-devel zlib-devel gcc perl-ExtUtils-MakeMaker 验证Git是否安装成功,命令如下: git --version
阅读全文
posted @ 2018-10-20 14:49 zsls-lang
阅读(3026)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告