2022年4月18日

Elasticsearch 学习

摘要: 1、Elasticsearch 冷热分离 2、Elasticsearch 常用命令 一、基本命令1.1 获取所有_cat命令命令:curl -XGET localhost:9200/_cat [elasticsearch@test-es7-master-0 ~]$ curl -XGET localh 阅读全文

posted @ 2022-04-18 11:06 petroe 阅读(99) 评论(0) 推荐(0) 编辑

jenkins 学习

摘要: jenkins 学习 阅读全文

posted @ 2022-04-18 11:05 petroe 阅读(3) 评论(0) 推荐(0) 编辑

2016年7月23日

LinkedList

摘要: 数据结构: 链表 增删改查: 初始化,上一个和下一个都是他本身。 增加: 阅读全文

posted @ 2016-07-23 18:52 petroe 阅读(201) 评论(0) 推荐(0) 编辑

2016年7月22日

ArrayList

摘要: public class ArrayList<E> extends AbstractList<E> implements List<E>, RandomAccess, Cloneable, Serializable 问题: 1、底层的数据结构是什么 2、怎么扩容 数据结构: 数组 增删改查: 增: 阅读全文

posted @ 2016-07-22 15:08 petroe 阅读(162) 评论(0) 推荐(0) 编辑

2015年10月31日

linux 查看 cpu 内存使用情况

摘要: http://www.cnblogs.com/xd502djj/archive/2011/03/01/1968041.html 阅读全文

posted @ 2015-10-31 10:11 petroe 阅读(93) 评论(0) 推荐(0) 编辑

2015年10月30日

hashMap 和 concurrentHashMap

摘要: http://blog.csdn.net/xuefeng0707/article/details/40834595 阅读全文

posted @ 2015-10-30 10:41 petroe 阅读(84) 评论(0) 推荐(0) 编辑

2015年10月16日

linux 下的上传下载命令

摘要: Linux下几种文件传输命令 sz rz sftp scp介绍1.sftpSecure Ftp是一个基于SSH安全协议的文件传输管理工具。由于它是基于SSH的,会在传输过程中对用户的密码、数据等敏感信息进行加密,因此可以有效的防止用户信息在传输的过程中被窃取,比FTP有更高的安全性。在功能方面与FT... 阅读全文

posted @ 2015-10-16 14:45 petroe 阅读(2747) 评论(0) 推荐(0) 编辑

2015年10月15日

java 拦截器

摘要: http://blog.csdn.net/geloin/article/details/7537070http://www.2cto.com/kf/201403/288502.html 阅读全文

posted @ 2015-10-15 19:40 petroe 阅读(93) 评论(0) 推荐(0) 编辑

2015年7月20日

转发 :java线程:互斥锁与读写锁

摘要: 原文链接:http://coolxing.iteye.com/blog/1236909两种互斥锁机制:1、synchronized2、ReentrantLockReentrantLock是jdk5的新特性,采用ReentrantLock可以完全替代替换synchronized传统的锁机制,而且采用R... 阅读全文

posted @ 2015-07-20 15:05 petroe 阅读(192) 评论(0) 推荐(0) 编辑

2015年7月15日

整合maven,jetty,jrebel进行调试

摘要: http://www.cnblogs.com/juforg/p/3606142.html?utm_source=tuicool 阅读全文

posted @ 2015-07-15 10:53 petroe 阅读(85) 评论(0) 推荐(0) 编辑

导航