会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kpwong
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
23
下一页
2022年1月24日
kerberos 加密错误
摘要: https://www.orchome.com/436 https://www.orchome.com/1951 https://blog.csdn.net/bugzeroman/article/details/84782068
阅读全文
posted @ 2022-01-24 20:55 kpwong
阅读(39)
评论(0)
推荐(0)
2022年1月21日
kafka + kerberos
摘要: https://blog.csdn.net/u012373717/article/details/115401536 security.protocol=SASL_PLAINTEXT (or SASL_SSL) sasl.mechanism=GSSAPI sasl.kerberos.service.
阅读全文
posted @ 2022-01-21 22:03 kpwong
阅读(79)
评论(0)
推荐(0)
2022年1月20日
zookeeper + kerberos
摘要: https://cwiki.apache.org/confluence/display/ZOOKEEPER/Server-Server+mutual+authentication 官网 https://article.itxueyuan.com/ylgo9Q sessionRequireClient
阅读全文
posted @ 2022-01-20 22:23 kpwong
阅读(822)
评论(0)
推荐(0)
2022年1月15日
kerberos
摘要: https://www.freesion.com/article/25221275844/ https://www.jianshu.com/p/032cc462bbca https://www.cnblogs.com/bainianminguo/p/12548175.html https://blo
阅读全文
posted @ 2022-01-15 22:11 kpwong
阅读(45)
评论(0)
推荐(0)
2022年1月3日
Druid 连接MySql
摘要: Druid 配置文件详解: #驱动加载 driverClassName=com.mysql.jdbc.Driver #注册驱动 url=jdbc:mysql://127.0.0.1:3306/student?characterEncoding=utf-8 #连接数据库的用户名 username=ro
阅读全文
posted @ 2022-01-03 21:27 kpwong
阅读(759)
评论(0)
推荐(0)
2021年12月9日
docker中 启动所有的容器命令 关闭所有的容器命令
摘要: docker中 启动所有的容器命令 docker start $(docker ps -a | awk '{ print $1}' | tail -n +2) docker中 关闭所有的容器命令 docker stop $(docker ps -a | awk '{ print $1}' | tai
阅读全文
posted @ 2021-12-09 18:19 kpwong
阅读(247)
评论(0)
推荐(0)
2021年12月6日
Watermarker详解
摘要: Watermaker如何触发窗口计算的? 窗口计算的触发条件为:1.窗口中有数据 2.Watermaker >= 窗口的结束时间Watermaker = 当前窗口的最大的事件时间 - 最大允许的延迟时间或乱序时间也就是说只要不断有数据来,就可以保证Watermaker水位线是会一直上升/变大的,不会
阅读全文
posted @ 2021-12-06 06:38 kpwong
阅读(455)
评论(0)
推荐(0)
2021年12月5日
kafka 参数设置
摘要: public static void main(String[] args) { Properties properties = new Properties(); //kafka集群,下面的配置都可以Prodcuer properties.put(ProducerConfig.BOOTSTRAP_
阅读全文
posted @ 2021-12-05 21:50 kpwong
阅读(294)
评论(0)
推荐(0)
2021年9月27日
Java子线程中的异常处理(通用)
摘要: 参考 连接 https://www.cnblogs.com/jpfss/p/10272066.html 核心代码: 子线程代码: public class ChildThread implements Callable<String> { public String call() throws Ex
阅读全文
posted @ 2021-09-27 11:03 kpwong
阅读(72)
评论(0)
推荐(0)
2021年9月2日
centos6 yum 安装 更新
摘要: centos yum安装 官方停止更新了。需要换镜像 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.rep
阅读全文
posted @ 2021-09-02 09:35 kpwong
阅读(174)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
23
下一页
公告