上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 229 下一页
摘要: 原文地址:https://github.com/tony19/logback-android/issues/54Please provide an example of how to configure the AsyncAppender with a FileAppender to write t... 阅读全文
posted @ 2015-10-27 11:12 一天不进步,就是退步 阅读(1346) 评论(0) 推荐(0) 编辑
摘要: 1. 分隔>>split -l 5 data_out.sql test2.重命名>>for j in test*; do mv -v -- "$j" "$j.sql";doneTo exportIf it's an entire DB, then:$ mysqldump -u [uname] -p[... 阅读全文
posted @ 2015-10-26 20:05 一天不进步,就是退步 阅读(653) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://engineering.linkedin.com/garbage-collection/garbage-collection-optimization-high-throughput-and-low-latency-java-applicationsHigh-perform... 阅读全文
posted @ 2015-10-26 15:08 一天不进步,就是退步 阅读(514) 评论(0) 推荐(0) 编辑
摘要: 新设计表时可以执行语句:`update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',修改表可执行语句:ALTER TABLE table_name MODI... 阅读全文
posted @ 2015-10-23 13:22 一天不进步,就是退步 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://howtodoinjava.com/2013/04/04/java-exception-handling-best-practices/This post is another addition inbest practicesseries available in this... 阅读全文
posted @ 2015-10-21 09:34 一天不进步,就是退步 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://zh.hortonworks.com/blog/apache-hadoop-yarn-nodemanager/The NodeManager (NM) is YARN’s per-node agent, and takes care of the individual com... 阅读全文
posted @ 2015-10-20 15:36 一天不进步,就是退步 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://zh.hortonworks.com/blog/apache-hadoop-yarn-resourcemanager/ResourceManager (RM)is the master that arbitrates all the available cluster res... 阅读全文
posted @ 2015-10-20 15:32 一天不进步,就是退步 阅读(2492) 评论(0) 推荐(0) 编辑
摘要: 一切从示例程序开始: 示例程序 Hadoop2.7 提供的示例程序WordCount.java 1.Mapper 将输入的键值对映射到一组中间的键值对。 映射将独立的任务的输入记录转换成中间的记录。装好的中间记录不需要和输入记录保持同一种类型。一个给定的输入对可以映射成0个或者多个输出对。 Hado 阅读全文
posted @ 2015-10-20 10:54 一天不进步,就是退步 阅读(5932) 评论(0) 推荐(1) 编辑
摘要: 原文地址:http://www.javacodegeeks.com/2015/02/streaming-big-data-storm-spark-samza.htmlThere are a number of distributed computation systems that can proc... 阅读全文
posted @ 2015-10-19 16:18 一天不进步,就是退步 阅读(397) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.uml.org.cn/sjjm/201205302.asp00 – 基本概念当并发事务同时访问一个资源的时候,有可能导致数据不一致。因此需要一种致机制来将访问顺序化。锁就是其中的一种机制。我们用商场的试衣间来做一个比喻。试衣间供许多消费者使用。因此可能有多个消费者同时... 阅读全文
posted @ 2015-10-17 11:16 一天不进步,就是退步 阅读(861) 评论(0) 推荐(0) 编辑
上一页 1 ··· 124 125 126 127 128 129 130 131 132 ··· 229 下一页