随笔分类 -  Java

一切与Java相关的小知识
【Mooc】1.3 java常用工具类--字符串
摘要:关于String String s1="hello"; String s2="hello"; String s3=new String("hello"); String s4="hello"+s1; String s5="hello"+s1; String s6=new String("hello" 阅读全文

posted @ 2016-07-03 18:53 Alice&Bob 阅读(433) 评论(0) 推荐(0)

Java小问题汇总-eclipse
摘要:字符乱码,windows->preference->general->workspace->textfile recoding 注释太小,windows->preference->general->appearance->colors and fonts->basic 选择“CourierNew”, 阅读全文

posted @ 2016-06-20 09:57 Alice&Bob 阅读(159) 评论(0) 推荐(0)

Rabbitmq基本操作
摘要:消息代理(message broker), 为应用之间或者应用的不同组件之间的通信- building integration, 语言:Erlang 角色:producer,consumer (消息的发送和接收方) 应用:点对点通信,订阅/推送 消息:携带序号,consumer将从独立线程中获得消息 阅读全文

posted @ 2016-06-02 15:01 Alice&Bob 阅读(1037) 评论(0) 推荐(0)

导航