上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 187 下一页
摘要: zh.wikipedia.org/wiki/面向服务的架构 【程序功能做为服务】 面向服务的体系结构(英语:service-oriented architecture)是构造分布式計算的应用程序的方法。它将应用程序功能作为服务发送给最终用户或者其他服务。 它采用开放标准、与软件资源进行交互并采用表示 阅读全文
posted @ 2017-10-27 22:31 papering 阅读(338) 评论(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 阅读(246) 评论(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 阅读(272) 评论(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 阅读(180) 评论(0) 推荐(0)
摘要: jetty netty 阅读全文
posted @ 2017-10-27 16:54 papering 阅读(281) 评论(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 阅读(236) 评论(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 阅读(475) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-kafka/index.html 周 明耀2015 年 6 月 10 日发布 示例:网络游戏 示例:网络游戏 假设我们正在开发一个在线网络游戏平台,这个平台需要支持大量的在线用户实时操作,玩 阅读全文
posted @ 2017-10-27 14:46 papering 阅读(585) 评论(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 阅读(302) 评论(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 阅读(217) 评论(0) 推荐(0)
摘要: 1970 阅读全文
posted @ 2017-10-27 12:54 papering 阅读(152) 评论(0) 推荐(0)
摘要: Data dictionary 阅读全文
posted @ 2017-10-27 10:11 papering 阅读(153) 评论(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 阅读(191) 评论(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 阅读(330) 评论(0) 推荐(0)
摘要: hadoop不支持传统文件系统的挂载,使得流式数据装进hadoop变得复杂。 hadoo中,文件只是目录项存在;在文件关闭前,其长度一直显示为0:如果在一段时间内将数据写到文件却没有将其关闭,则若网络中断后,则我们得到的仅仅是一个空白文件;故:最好编写小文件,这样能尽快将其关闭 错误。 【mappe 阅读全文
posted @ 2017-10-26 20:03 papering 阅读(475) 评论(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 阅读(421) 评论(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 阅读(335) 评论(0) 推荐(0)
摘要: https://www.ibm.com/developerworks/cn/opensource/os-cn-kafka/index.html Kafka 与 Flume 很多功能确实是重复的。以下是评估两个系统的一些建议: Kafka 是一个通用型系统。你可以有许多的生产者和消费者分享多个主题。相 阅读全文
posted @ 2017-10-26 17:57 papering 阅读(379) 评论(0) 推荐(0)
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2017-10-26 17:48 papering 阅读(135) 评论(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 阅读(347) 评论(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 阅读(577) 评论(0) 推荐(0)
摘要: An Overview of Query Optimization in Relational Systems 阅读全文
posted @ 2017-10-26 13:56 papering 阅读(368) 评论(0) 推荐(0)
摘要: hdfs shortcircuit 阅读全文
posted @ 2017-10-26 08:06 papering 阅读(136) 评论(0) 推荐(0)
摘要: s3 阅读全文
posted @ 2017-10-26 01:22 papering 阅读(143) 评论(0) 推荐(0)
摘要: Lowest Common Ancestors 阅读全文
posted @ 2017-10-26 00:27 papering 阅读(133) 评论(0) 推荐(0)
摘要: Traveling Saleman Problem 阅读全文
posted @ 2017-10-26 00:26 papering 阅读(125) 评论(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 阅读(367) 评论(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 阅读(144) 评论(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 阅读(200) 评论(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 阅读(214) 评论(0) 推荐(0)
摘要: Dominant Resource Fairness: Fair Allocation of Multiple Resource Types 阅读全文
posted @ 2017-10-23 19:40 papering 阅读(156) 评论(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 阅读(182) 评论(0) 推荐(0)
摘要: Large-scale Incremental Processing Using Distributed Transactions and Notifications 阅读全文
posted @ 2017-10-22 21:02 papering 阅读(170) 评论(0) 推荐(0)
摘要: ip 阅读全文
posted @ 2017-10-21 14:26 papering 阅读(174) 评论(0) 推荐(0)
摘要: w+r> 阅读全文
posted @ 2017-10-21 14:22 papering 阅读(99) 评论(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 阅读(252) 评论(0) 推荐(0)
摘要: https://github.com/google/snappy Introduction 【速度第一,压缩比适宜】 【favors speed over compression ratio】 Snappy is a compression/decompression library. It doe 阅读全文
posted @ 2017-10-21 12:25 papering 阅读(380) 评论(0) 推荐(0)
摘要: 位图索引 翻译 搜索 复制 阅读全文
posted @ 2017-10-21 12:24 papering 阅读(183) 评论(0) 推荐(0)
摘要: lru 阅读全文
posted @ 2017-10-21 11:14 papering 阅读(162) 评论(0) 推荐(0)
摘要: 机架 阅读全文
posted @ 2017-10-21 00:10 papering 阅读(270) 评论(0) 推荐(0)
上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 187 下一页