会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
thewindkee
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
2019年1月3日
SpringAOP源码学习总结
摘要: 1.使用@EnableAspectJAuto...
阅读全文
posted @ 2019-01-03 14:09 thewindkee
阅读(91)
评论(0)
推荐(0)
2018年12月23日
配置Kafka
摘要: 1.最好是配置成三台,这里我只有2台机器(gk-1,gk-2),就这样配置了。2.kafka各个节点配置 ,gk-1节点对应的机器 /etc/hosts如下:3. kafka配置文件,server.proper...
阅读全文
posted @ 2018-12-23 21:17 thewindkee
阅读(238)
评论(0)
推荐(0)
2018年11月11日
Zookeeper error: Cannot open channel to X at election address
摘要: 配置zookeeper集群的时候报错 Zookeeper error: Cannot open channel to X at election address。配置如下:server.1=x.x.x.x:288...
阅读全文
posted @ 2018-11-11 14:00 thewindkee
阅读(325)
评论(0)
推荐(0)
2018年10月29日
redis-哨兵
摘要: 哨兵Redis Sentinel是Redis...
阅读全文
posted @ 2018-10-29 16:18 thewindkee
阅读(144)
评论(0)
推荐(0)
redis-共享对象池
摘要: 当数据为0–9999的整数时 ,默使用对象池...
阅读全文
posted @ 2018-10-29 16:15 thewindkee
阅读(569)
评论(0)
推荐(0)
redis-阻塞
摘要: 当Redis阻塞时,Jedis客户端会跑出J...
阅读全文
posted @ 2018-10-29 16:14 thewindkee
阅读(117)
评论(0)
推荐(0)
2018年9月3日
MySQL锁问题
摘要: MySQL锁问题MySQL的锁机制比较简单,其最显著的特点是不同的存储引擎支持不同的锁机制。比如,MyISAM和MEMORY存储引擎采用的是表级锁;BDB存储引擎采用的是页面锁,但也支持表级锁;InnoDB存储引...
阅读全文
posted @ 2018-09-03 11:03 thewindkee
阅读(100)
评论(0)
推荐(0)
2018年8月29日
vim学习3-《Vim实用技巧》
摘要: 注:代表 按着Ctrl+o 其他删除J - join line 。删除空白行 \n \txp 调换两个字符的位置 查找并跳转 查找光标所在的单词,“*” next identifier , ";" 下一个...
阅读全文
posted @ 2018-08-29 16:56 thewindkee
阅读(195)
评论(0)
推荐(0)
2018年8月23日
【读书笔记】《码农翻身》jdbc
摘要: 《码农翻身》p108-p119 1.工厂模式,不同的数据库实现不同的Driver,产生不同的Connection去操作数据库.2.通过Class.forName("com.xx.Driver").来加载Drive...
阅读全文
posted @ 2018-08-23 13:04 thewindkee
阅读(128)
评论(0)
推荐(0)
2018年7月19日
线程池ThreadPoolExecutor参数设置
摘要: 转自:https://blog.csdn.net/zhouhl_cn/article/details/7392607JDK1.5中引入了强大的concurrent包,其中最常用的莫过了线程池的实现ThreadPo...
阅读全文
posted @ 2018-07-19 13:59 thewindkee
阅读(148)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
18
下一页
公告