09 2017 档案

摘要:Apache Kafka™ is a distributed streaming platform. What exactly does that mean? Apache Kafka™是一个分布式平台。 这究竟是什么意思? We think of a streaming platform as h 阅读全文
posted @ 2017-09-17 17:15 #料 阅读(741) 评论(0) 推荐(0)
摘要:springboot官网 Apache Kafka is supported by providing auto-configuration of the spring-kafka project. Kafka configuration is controlled by external conf 阅读全文
posted @ 2017-09-16 21:47 #料 阅读(313) 评论(0) 推荐(0)
摘要:1.String 是最基本的数据类型吗? 答:不是。Java中的基本数据类型只有8个:byte、short、int、long、float、double、char、boolean;除了基本类型(primitive type)和枚举类型(enumeration type),剩下的都是引用类型(refer 阅读全文
posted @ 2017-09-09 17:41 #料 阅读(239) 评论(0) 推荐(0)
摘要:由于自己搭建的maven私服,不能时刻的启动,则改用了阿里云的maven 私服 私服地址:http://maven.aliyun.com/nexus/ 如何使用呢? 在你的settings.xml文件里配置mirrors的子节点,添加如下mirror: <mirror> <id>nexus-aliy 阅读全文
posted @ 2017-09-03 09:42 #料 阅读(975) 评论(0) 推荐(0)
摘要:mongodb设置用户名以及密码, 本人版本是 mongodb 3.4 ,创建用户名以及密码 报了这个错 由于版本的问题, mongodb3.0版本以上不支持 db.addUser改为 db.createUser 方法创建用户名和密码。 查看数据库 show dbs; 阅读全文
posted @ 2017-09-02 22:29 #料 阅读(97) 评论(0) 推荐(0)