好好爱自己!

上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 179 下一页
摘要: 准备工作: 1. 准备3台机器,IP地址分别为:192.168.0.10,192.168.0.11,192.168.0.12 2. 下载kafka稳定版本,我的版本为:kafka_2.9.2-0.8.1.1.tgz 3. 分别解压放入到想安装的目录下,我的目录为:/home/www 解压命令为: 搭 阅读全文
posted @ 2017-08-25 08:44 立志做一个好的程序员 阅读(2406) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Robotke1/archive/2013/05/25/3099309.html Java也提供了一个byte数据类型,并且是基本类型。java byte是做为最小的数字来处理的,因此它的值域被定义为-128~127,也就是signed byte。不幸的 阅读全文
posted @ 2017-08-24 14:10 立志做一个好的程序员 阅读(3420) 评论(0) 推荐(0) 编辑
摘要: Valgrind是一款用于内存调试、内存泄漏检测以及性能分析的软件开发工具。 Valgrind的最初作者是Julian Seward,他于2006年由于在开发Valgrind上的工作获得了第二届Google-O'Reilly开源代码奖。 Valgrind遵守GNU通用公共许可证条款,是一款自由软件。 阅读全文
posted @ 2017-08-23 16:06 立志做一个好的程序员 阅读(195) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/20203081/postgresql-sum-typecasting-as-a-bigint Question: I am doing the sum() of an integer column and I want to 阅读全文
posted @ 2017-08-22 15:17 立志做一个好的程序员 阅读(488) 评论(0) 推荐(0) 编辑
摘要: https://community.hortonworks.com/questions/27187/using-kafkabolt-to-write-to-a-kafka-topic.html I'm building a kafka and storm based streaming applic 阅读全文
posted @ 2017-08-22 10:57 立志做一个好的程序员 阅读(528) 评论(0) 推荐(0) 编辑
摘要: How to pass external configuration properties to storm topology? I want to pass some custom configuration properties to storm topology that are not pa 阅读全文
posted @ 2017-08-22 10:25 立志做一个好的程序员 阅读(374) 评论(0) 推荐(0) 编辑
摘要: question: Which one should I install when I want to start learning Java? I'm going to start with some basics, so I will write simple programs that cre 阅读全文
posted @ 2017-08-18 01:39 立志做一个好的程序员 阅读(406) 评论(0) 推荐(0) 编辑
摘要: The method IComponent.declareOutputFields(...) is called on the client machine when the client code calls createTopology() on the TopologyBuilder inst 阅读全文
posted @ 2017-08-17 17:38 立志做一个好的程序员 阅读(275) 评论(0) 推荐(0) 编辑
摘要: 原文: http://www.logicbig.com/how-to/maven/mvn-java-exec-args/ Command line syntax for running Java main class and pass application arguments in Maven: 阅读全文
posted @ 2017-08-17 14:13 立志做一个好的程序员 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 原文: http://blog.csdn.net/csfreebird/article/details/7561189 这篇文章介绍的经验心得不错,故转载之。 三年前,我写了 Java Web项目管理得失谈,文章地址:http://blog.csdn.net/sheismylife/article/ 阅读全文
posted @ 2017-08-16 21:16 立志做一个好的程序员 阅读(355) 评论(0) 推荐(0) 编辑
上一页 1 ··· 117 118 119 120 121 122 123 124 125 ··· 179 下一页

不断学习创作,与自己快乐相处