1.启动Zookeeper服务器./zookeeper-server-start.sh/opt/cx/kafka_2.11-0.9.0.1/config/zookeeper.properties2.修改broker-1,broker-2配置broker.id=1
listeners=PLAINTEXT://:9093
#Theportthesocketserverlistenson
port=9093
log.dirs=/opt/cx/kafka/kafka-logs-1broker.id..
分类:
其他好文 时间:
2016-04-12 17:43:58
阅读次数:
601
可编辑文本两种方法: 一种是html5的属性 contenteditable 二种 css user-modify (只有chrome浏览器支持) read-write与read-write-plaintext-only的区别,粘贴副本时,read-write会保留样式(图片,字体大小等),read
分类:
其他好文 时间:
2016-03-16 18:54:06
阅读次数:
214
(1)、打开word2010,点击“视图”选项卡,找到最右边“宏”点击,选择“查看宏”(2)、在“宏的位置”处选择“Normal.dotm(共用模板)”,最上面输入宏的名字如“PastePlainText”,点击右侧“创建”,就进入了VB编辑器。SubPastePlainText()
‘
‘PastePlainText宏
‘
‘
Select..
分类:
其他好文 时间:
2016-02-02 23:26:01
阅读次数:
487
方案一:/** * 1.对文本进行32位小写MD5加密 * @param plainText 要进行加密的文本 * @return 加密后的内容 */ public static String textToMD5L32(String plainText){ ...
分类:
编程语言 时间:
2016-01-05 20:38:22
阅读次数:
163
维吉尼亚密码表=============================================#维吉尼亚密码加密key=‘helloworld‘plaintext=‘whereisthekey‘#key=‘relations‘#plaintext=‘tobeornottobeth‘ascii=‘abcdefghijklmnopqrstuvwxyz‘keylen=len(key)ptlen=len(plaintext)ciphertext=‘‘i=0whilei<p..
分类:
编程语言 时间:
2015-12-19 22:00:38
阅读次数:
918
The Principle of Encryption/Decryption加密解密流程:plaintext(明文)->encryption->ciphertext(密文)->decryption->plaintext(明文)CT = f1(PT, key)PT = f2(CT, key)根据key...
分类:
其他好文 时间:
2015-11-21 17:08:38
阅读次数:
150
题目大意:一个字符串,去掉空格和符号后变成"plaintext"。另一个字符串叫"keyword"。将plaintext排成多行,每行有keyword.size的宽度,不能排满一列的用别的字符填满,生成了字符矩阵。每次选取keyword中字典序最小的字符对应的列,作为需要选取的矩阵的列,被选择过的字...
分类:
其他好文 时间:
2015-10-05 23:13:08
阅读次数:
203
1 /** 2 * md5签名 3 * @param plainText 要签名的字符串 4 * @param enc 要编译的格式 gbk;utf-8 5 * @return 6 */ 7 public static String...
分类:
其他好文 时间:
2015-09-10 12:46:30
阅读次数:
158
functionbase64url_encode($plainText) {$base64=base64_encode($plainText);$base64url=strtr($base64,'+/=','-_,');return$base64url;}functionbase64url_deco...
分类:
Web程序 时间:
2015-08-17 16:51:12
阅读次数:
155
When you find a ZIP/RAR file with password protected in the evidence, you may try dictionary attack or bruteforce attack or Rainbow talbes... Usually ...
分类:
其他好文 时间:
2015-08-15 17:49:54
阅读次数:
253