1、安装zookeeper 2、安装kafka 2.1下载并上传kafka_2.12-1.1.0.tgz 2.2解压 2.3 单节点模式启动kafka服务端,新开窗口用于持续打印kafka服务端的日志【窗口1】 2.3 查看启动的zookeeper和kafka的服务 2.4 创建和查看主题topic ...
分类:
其他好文 时间:
2018-05-26 16:45:54
阅读次数:
376
pc端如何实现QQ在线咨询? html代码如下: <a href="tencent://message/?uin=1234567&Site=Sambow&Menu=yes">QQ在线咨询</a> 1 其中,上述HTML代码中的“1234567”指的是QQ客服号码。 只需要这么一句简单的html代码, ...
分类:
其他好文 时间:
2018-05-24 13:12:15
阅读次数:
531
之前激活的可能都不好使了 现在用这个 http://idea.imsxm.com/好使 步骤如下,点击help按钮,选择Register 点击license server 修改下面的服务器激活地址 ...
分类:
其他好文 时间:
2018-05-23 17:06:40
阅读次数:
242
Frogger Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 56003 Accepted: 17617 Description Freddy Frog is sitting on a stone in the middle o ...
分类:
其他好文 时间:
2018-05-23 13:49:47
阅读次数:
219
在学习代理模式的时候,编写动态生成代理类.java文件时,用try{}catch(){}捕获异常发现catch(Exception e)报错,得换成catch(Throwable e),然后又查了查两者的区别,在文章最后附上。 这里还是要码一码throws、throw和try catch三者的关系, ...
分类:
其他好文 时间:
2018-05-21 14:30:38
阅读次数:
182
There are 1000 buckets, one and only one of them contains poison, the rest are filled with water. They all look the same. If a pig drinks that poison ...
分类:
其他好文 时间:
2018-05-21 01:05:33
阅读次数:
227
1. 进入ngnix安装路径下,修改nginx.conf文件 cd /usr/local/nginx/ 2. 增加www.water.com.conf文件 [root@*** conf]# cd vhost/[root@*** vhost]# vi www.water.com.conf 文件内容: ...
分类:
其他好文 时间:
2018-05-19 21:30:24
阅读次数:
163
Maven pom.xml 必须包含 [plain] view plain copy <packaging>jar</packaging> [plain] view plain copy [plain] view plain copy [html] view plain copy <build> < ...
分类:
编程语言 时间:
2018-05-19 12:08:11
阅读次数:
207
Maven pom.xml 必须包含 [plain] view plain copy <packaging>jar</packaging> [plain] view plain copy [plain] view plain copy [html] view plain copy <build> < ...
分类:
编程语言 时间:
2018-05-19 12:05:20
阅读次数:
195
用Vue框架,熟悉它的生命周期可以让开发更好的进行。 首先先看看官网的图,详细的给出了vue的生命周期: 它可以总共分为8个阶段: beforeCreate(创建前), created(创建后), beforeMount(载入前), mounted(载入后), beforeUpdate(更新前), ...
分类:
Web程序 时间:
2018-05-18 15:49:43
阅读次数:
186