一、对于服务器端的搭建可以参考上一篇文章:kafka单机版环境搭建与测试
服务器端IP :10.0.30.221
运行环境的目录如下:
需要改动config文件夹下的server.properties中的以下两个属性
zookeeper.connect=localhost:2181改成zookeeper.connect=10.0.30.221:2181
以及默认注释掉的
#host...
C# driver Releases notesC# driver 指南(博客园友翻译)Mongodb
Connection Stringmongodb的write concern各版本驱动解决的问题(JIRA)
分类:
数据库 时间:
2014-05-08 22:01:44
阅读次数:
360
登录界面:
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.Connection;
import java.sql.PreparedStatement;
...
分类:
其他好文 时间:
2014-05-08 00:10:47
阅读次数:
617
solution1.Tick the primary key 1.right click on
the Id of the entity in dataset schema. 2.Edit Key 3.Tick the Primary Key
分类:
其他好文 时间:
2014-05-07 19:18:56
阅读次数:
362
Arranging Cup-cakes
Our Chef is catering for a big corporate office party and is busy preparing different mouth watering dishes. The host has insisted that he serves his delicious cupcakes for de...
分类:
其他好文 时间:
2014-05-07 12:34:21
阅读次数:
396
unable to resolve host address...
分类:
其他好文 时间:
2014-05-07 07:09:02
阅读次数:
280
host-only
在某些特殊的网络调试环境中,如何要求将真实环境和虚拟环境隔离开,这时你就可采用host-only模式。在host-only模式中,所有的虚拟系统是可以相互通信的,但虚拟系统和真实的网络是被隔离开的,VMWare虚拟机不能访问互联网。
提示:在host-only模式下,虚拟系统和宿主机器系统是可以相互通信的,相当于这两台机器通过双绞线互连。
在host...
分类:
其他好文 时间:
2014-05-07 04:57:28
阅读次数:
344
I make a connection through SSH and then I type:
# x0vncserver --PasswordFile=/home/hello/.vnc/passwd
x0vncserver: unable to open display ""
~ImageCleanup called
the reason is :
...
分类:
其他好文 时间:
2014-05-07 04:23:43
阅读次数:
581
通常我们通过登录具有外网ip的远程机器来连接内网的机器;本文介绍,通过putty进行ssh tunnel,进而达到使用本机直接连接远程内网机器;
1,在putty中创建一个session,输入具有外网ip的node信息:
2,在connection下面找到SSH,打开SSH点击tunnel输入source port,source port是你想在本机使用的端口,destination是远程...
分类:
其他好文 时间:
2014-05-06 22:50:40
阅读次数:
453
1、权表介绍
(1)、user表包括了3个字段:Host,User,Password分别表示:主机名、用户名、密码
(2)、db表包括了3个字段:Host,DbUser,分别表示:主机名数据库名和用户名
(3)、host表包括了2个字段:Host,Db,
2、创建和删除普用户
(1)、新建一个普通用户
语法:createuser‘用户名..
分类:
数据库 时间:
2014-05-06 20:27:29
阅读次数:
424