上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 185 下一页
摘要: https://www.xenproject.org/ The Xen ProjectTM is the leading open source virtualization platform that is powering some of the largest clouds in produc 阅读全文
posted @ 2017-10-28 21:13 papering 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 小结: 1、A file descriptor is considered ready if it is possible to perform the corresponding I/O operation (e.g., read(2)) without blocking. UNIX网络编程卷1: 阅读全文
posted @ 2017-10-28 12:58 papering 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 32:+:1 x:1 x<=8 https://flume.apache.org/FlumeUserGuide.html#flume-topology-design Flume topology design 【拓扑 分层原因 0-缓冲1-路由】 The first step in designin 阅读全文
posted @ 2017-10-28 09:26 papering 阅读(218) 评论(0) 推荐(0) 编辑
摘要: A page, memory page, or virtual page is a fixed-length contiguous block of virtual memory, described by a single entry in the page table. It is the sm 阅读全文
posted @ 2017-10-28 02:48 papering 阅读(531) 评论(0) 推荐(0) 编辑
摘要: zh.wikipedia.org/wiki/面向服务的架构 【程序功能做为服务】 面向服务的体系结构(英语:service-oriented architecture)是构造分布式計算的应用程序的方法。它将应用程序功能作为服务发送给最终用户或者其他服务。 它采用开放标准、与软件资源进行交互并采用表示 阅读全文
posted @ 2017-10-27 22:31 papering 阅读(318) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/WildFly 【实现基于面向服务的架构SOA的web应用和服务】 WildFly,[1] formerly known as JBoss AS, or simply JBoss, is an application server auth 阅读全文
posted @ 2017-10-27 22:23 papering 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 【hibernate ORM 是对象关系映射框架 事实上的持久化存储引擎】 http://docs.jboss.org/hibernate/orm/5.2/userguide/html_single/Hibernate_User_Guide.html Object/Relational Mappin 阅读全文
posted @ 2017-10-27 21:46 papering 阅读(253) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/New_I/O_(Java) zh.wikipedia.org/wiki/Java_NIO Java NIO API提供在java.nio套件或其子套件中。 緩衝區的基本資料類型 字元集的編碼器和解碼器 基於Perl風格的正則表達式(在 j 阅读全文
posted @ 2017-10-27 21:25 papering 阅读(172) 评论(0) 推荐(0) 编辑
摘要: jetty netty 阅读全文
posted @ 2017-10-27 16:54 papering 阅读(275) 评论(0) 推荐(0) 编辑
摘要: http://azkaban.github.io/azkaban/docs/2.5/ There is no reason why MySQL was chosen except that it is a widely used DB. We are looking to implement com 阅读全文
posted @ 2017-10-27 16:50 papering 阅读(228) 评论(0) 推荐(0) 编辑
摘要: root@oneweek:~# ssh -i uat.pem root@110.5.15.6@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ WARNING: UNPROTECTED PRIVATE KEY FILE! @@@@ 阅读全文
posted @ 2017-10-27 16:06 papering 阅读(457) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-kafka/index.html 周 明耀2015 年 6 月 10 日发布 示例:网络游戏 示例:网络游戏 假设我们正在开发一个在线网络游戏平台,这个平台需要支持大量的在线用户实时操作,玩 阅读全文
posted @ 2017-10-27 14:46 papering 阅读(558) 评论(0) 推荐(0) 编辑
摘要: 实践 3) 通过连表mysql,字段值IS NOT NULL,实现数据分流 CREATE TEMPORARY TABLE `nocache_table_test` ( `device_id` STRING) WITH ( 'connector' = 'rds', 'username' = 'acfo 阅读全文
posted @ 2017-10-27 14:43 papering 阅读(266) 评论(0) 推荐(0) 编辑
摘要: netty Netty: Home http://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high perf 阅读全文
posted @ 2017-10-27 13:31 papering 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 1970 阅读全文
posted @ 2017-10-27 12:54 papering 阅读(146) 评论(0) 推荐(0) 编辑
摘要: Data dictionary 阅读全文
posted @ 2017-10-27 10:11 papering 阅读(148) 评论(0) 推荐(0) 编辑
摘要: http://mina.apache.org/ Apache MINA is a network application framework which helps users develop high performance and high scalability network applica 阅读全文
posted @ 2017-10-27 10:10 papering 阅读(181) 评论(0) 推荐(0) 编辑
摘要: Tired of Null Pointer Exceptions? Consider Using Java SE 8's Optional! https://www.oracle.com/technical-resources/articles/java/java8-optional.html Ti 阅读全文
posted @ 2017-10-26 23:27 papering 阅读(312) 评论(0) 推荐(0) 编辑
摘要: hadoop不支持传统文件系统的挂载,使得流式数据装进hadoop变得复杂。 hadoo中,文件只是目录项存在;在文件关闭前,其长度一直显示为0:如果在一段时间内将数据写到文件却没有将其关闭,则若网络中断后,则我们得到的仅仅是一个空白文件;故:最好编写小文件,这样能尽快将其关闭 错误。 【mappe 阅读全文
posted @ 2017-10-26 20:03 papering 阅读(445) 评论(0) 推荐(0) 编辑
摘要: 3种解决办法 https://tech.meituan.com/mt-log-system-arch.html 基于Flume的美团日志收集系统(一)架构和设计 - https://tech.meituan.com/mt_log_system_arch.html 基于Flume的美团日志收集系统(一 阅读全文
posted @ 2017-10-26 19:02 papering 阅读(382) 评论(0) 推荐(0) 编辑
摘要: https://flume.apache.org/FlumeUserGuide.html 【测试模拟】 a1.sources.r1.type = exec a1.sources.r1.command = tail -F /opt/data/access.log 【生产】 阅读全文
posted @ 2017-10-26 18:29 papering 阅读(327) 评论(0) 推荐(0) 编辑
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-kafka/index.html Kafka 与 Flume 很多功能确实是重复的。以下是评估两个系统的一些建议: Kafka 是一个通用型系统。你可以有许多的生产者和消费者分享多个主题。相 阅读全文
posted @ 2017-10-26 17:57 papering 阅读(364) 评论(0) 推荐(0) 编辑
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2017-10-26 17:48 papering 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Hadoop文件格式 1-非结构化文本数据 可分片压缩 2-结构化文本数据 3-二进制数据 Flume的接收器 HDFS HBase IRC ElasticSearch 如果希望HDFS接收器写入的是压缩文件,则需要制定压缩方式,其通过设置hdfs.codeC设置 gzip bzip2 lzo sn 阅读全文
posted @ 2017-10-26 16:45 papering 阅读(340) 评论(0) 推荐(0) 编辑
摘要: kill(2) - Linux manual page https://man7.org/linux/man-pages/man2/kill.2.html NAME top kill - send signal to a process SYNOPSIS top #include <signal.h 阅读全文
posted @ 2017-10-26 15:31 papering 阅读(523) 评论(0) 推荐(0) 编辑
摘要: An Overview of Query Optimization in Relational Systems 阅读全文
posted @ 2017-10-26 13:56 papering 阅读(356) 评论(0) 推荐(0) 编辑
摘要: hdfs shortcircuit 阅读全文
posted @ 2017-10-26 08:06 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: s3 阅读全文
posted @ 2017-10-26 01:22 papering 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Lowest Common Ancestors 阅读全文
posted @ 2017-10-26 00:27 papering 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Traveling Saleman Problem 阅读全文
posted @ 2017-10-26 00:26 papering 阅读(122) 评论(0) 推荐(0) 编辑
摘要: https://hadoop.apache.org/docs/r2.7.2/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html Introduction 【相对于POSIX,放宽要求】 The Hadoop Distributed File System 阅读全文
posted @ 2017-10-25 21:19 papering 阅读(360) 评论(0) 推荐(0) 编辑
摘要: for i in range(3, -2, -1): try: print(4 / i) except Exception as e: print(Exception) print(e) 阅读全文
posted @ 2017-10-25 14:36 papering 阅读(138) 评论(0) 推荐(0) 编辑
摘要: https://maprdocs.mapr.com/home/AdministratorGuide/ResourceAllocation-YARNContainer.html yarn.scheduler.minimum-allocation-mb yarn.scheduler.maximum-al 阅读全文
posted @ 2017-10-24 17:10 papering 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Our goal is to foster an ecosystem of components and tools that relieve the burden of running applications in public and private clouds. https://kuber 阅读全文
posted @ 2017-10-24 16:15 papering 阅读(204) 评论(0) 推荐(0) 编辑
摘要: Dominant Resource Fairness: Fair Allocation of Multiple Resource Types 阅读全文
posted @ 2017-10-23 19:40 papering 阅读(147) 评论(0) 推荐(0) 编辑
摘要: RocksDB RocksDB is a high performance[1][2][3][4][5] embedded database for key-value data. It is a fork of LevelDB which was then optimized to exploit 阅读全文
posted @ 2017-10-23 14:34 papering 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Large-scale Incremental Processing Using Distributed Transactions and Notifications 阅读全文
posted @ 2017-10-22 21:02 papering 阅读(158) 评论(0) 推荐(0) 编辑
摘要: ip 阅读全文
posted @ 2017-10-21 14:26 papering 阅读(165) 评论(0) 推荐(0) 编辑
摘要: w+r> 阅读全文
posted @ 2017-10-21 14:22 papering 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 分治 Divide Conquer 快速排序 | 菜鸟教程 https://www.runoob.com/w3cnote/quick-sort.html DivideConquerFillAHole func quickSort(input []int) []int { // DivideConqu 阅读全文
posted @ 2017-10-21 13:27 papering 阅读(235) 评论(0) 推荐(0) 编辑
上一页 1 ··· 144 145 146 147 148 149 150 151 152 ··· 185 下一页