上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页
摘要: Hive 导入 parquet 格式数据 Parquet 格式文件,查看Schema Parquet 之mapreduce Hive 导入 parquet 格式数据 阅读全文
posted @ 2019-01-10 16:45 PanPan003 阅读(1350) 评论(0) 推荐(0) 编辑
摘要: parquet列式文件实战 parquet code demo http://www.programcreek.com/java-api-examples/index.php?source_dir=hiped2-master/src/main/java/hip/ch3/parquet/Example 阅读全文
posted @ 2019-01-10 16:42 PanPan003 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 大数据架构 大数据架构:搭建CDH5.5.1分布式集群环境 Hive 大数据:Hive常用参数调优 Spark Spark基本架构及原理 SparkContext原理解析 Spark RDD、DataFrame原理及操作详解 Spark On Yarn的两种模式yarn-cluster和yarn-c 阅读全文
posted @ 2019-01-10 16:41 PanPan003 阅读(189) 评论(0) 推荐(0) 编辑
摘要: Spark 学习: spark 原理简述与 shuffle 过程介绍 阅读全文
posted @ 2019-01-10 16:40 PanPan003 阅读(305) 评论(0) 推荐(0) 编辑
摘要: Spark基本架构及原理 Spark(一): 基本架构及原理 Hadoop 和 Spark 的关系 Spark 运算比 Hadoop 的 MapReduce 框架快的原因是: 因为 Hadoop 在一次 MapReduce 运算之后,会将数据的运算结果从内存写入到磁盘中,第二次 Mapredue 运 阅读全文
posted @ 2019-01-10 15:43 PanPan003 阅读(732) 评论(0) 推荐(0) 编辑
摘要: Parquet文件结构笔记 一个Parquet文件是 由一个header以及一个或多个block块组成,以一个footer结尾。 header中只包含一个4个字节的数字PAR1用来识别整个Parquet文件格式。 文件中所有的metadata都存在于footer中。 footer中的metadata 阅读全文
posted @ 2019-01-10 15:19 PanPan003 阅读(4654) 评论(0) 推荐(0) 编辑
摘要: 原文 Parquet 列式存储格式 面向分析型业务的列式存储格式 由 Twitter 和 Cloudera 合作开发,2015 年 5 月从 Apache 的孵化器里毕业成为 Apache 顶级项目 列式存储 列式存储和行式存储相比有哪些优势呢? 当时 Twitter 的日增数据量达到压缩之后的 1 阅读全文
posted @ 2019-01-10 11:29 PanPan003 阅读(8777) 评论(0) 推荐(3) 编辑
摘要: 阅读全文
posted @ 2019-01-10 11:28 PanPan003 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-10 11:27 PanPan003 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-01-10 11:26 PanPan003 阅读(171) 评论(0) 推荐(0) 编辑
摘要: error 信息: kubectl 获取node的host地址 或者在Kubernetes的service中进行查看 进入其他的node,其curl有问题的service 查看路由 ipconfig /all 确认IP地址,确认网关,DNS、子网掩码 是否正确 有一项出现0.0.0.0,标识路由器没 阅读全文
posted @ 2019-01-09 20:08 PanPan003 阅读(1443) 评论(0) 推荐(0) 编辑
摘要: --Find the PID by running this sql: SELECT pid , query, * from pg_stat_activity WHERE state != 'idle' ORDER BY xact_start; --You'll find the pid in the first (left) column, and the first (top) r... 阅读全文
posted @ 2019-01-07 12:20 PanPan003 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 下载链接 阅读全文
posted @ 2019-01-02 12:37 PanPan003 阅读(307) 评论(0) 推荐(0) 编辑
摘要: Spring boot 框架了解,java 阅读全文
posted @ 2019-01-02 10:25 PanPan003 阅读(177) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-01-02 10:16 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: GETTING DDD STARTED SURROUNDED BY LEGACY SYSTEMS ByEric Evans 阅读全文
posted @ 2018-12-29 18:45 PanPan003 阅读(464) 评论(0) 推荐(0) 编辑
摘要: 相关链接: Separation of Concerns 原文 The Art of Separation of Concerns Introduction In software engineering, Separation of Concerns refers to the delineati 阅读全文
posted @ 2018-12-29 13:25 PanPan003 阅读(1340) 评论(0) 推荐(0) 编辑
摘要: 原文 The Hollywood Principle states, “Don’t Call Us, We’ll Call You.” It’s closely related to the Dependency Inversion Principle, and illustrates a diff 阅读全文
posted @ 2018-12-29 13:10 PanPan003 阅读(320) 评论(0) 推荐(0) 编辑
摘要: Explicit Dependencies Principle The Explicit Dependencies Principle states: Methods and classes should explicitly require (typically through method pa 阅读全文
posted @ 2018-12-29 12:48 PanPan003 阅读(569) 评论(0) 推荐(0) 编辑
摘要: 原文 The principle of Persistence Ignorance (PI) holds that classes modeling the business domain in a software application should not be impacted by how 阅读全文
posted @ 2018-12-29 12:17 PanPan003 阅读(414) 评论(0) 推荐(0) 编辑
摘要: MultipleCanonicalModels Scratch any large enterprise and you'll usually find some kind of group focused on enterprise-wide conceptual modeling. Most c 阅读全文
posted @ 2018-12-29 12:09 PanPan003 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 原文 BoundedContext Bounded Context is a central pattern in Domain-Driven Design. It is the focus of DDD's strategic design section which is all about d 阅读全文
posted @ 2018-12-29 11:28 PanPan003 阅读(787) 评论(0) 推荐(0) 编辑
摘要: Tight Coupling, Legos, and Super Glue 阅读全文
posted @ 2018-12-28 15:23 PanPan003 阅读(200) 评论(0) 推荐(0) 编辑
摘要: ASP.NET - 使用依赖关系注入在 ASP.NET Core 中编写干净代码 阅读全文
posted @ 2018-12-28 15:22 PanPan003 阅读(182) 评论(0) 推荐(0) 编辑
摘要: How to register a service with multiple interfaces in ASP.NET Core DI 阅读全文
posted @ 2018-12-28 15:21 PanPan003 阅读(163) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Core Middleware 阅读全文
posted @ 2018-12-28 15:20 PanPan003 阅读(188) 评论(0) 推荐(0) 编辑
摘要: Configuration in ASP.NET Core App configuration in ASP.NET Core is based on key-value pairs established by configuration providers. Configuration prov 阅读全文
posted @ 2018-12-28 15:19 PanPan003 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Options pattern in ASP.NET Core 阅读全文
posted @ 2018-12-28 15:19 PanPan003 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 原文 "If builders built buildings the way programmers wrote programs, then the first woodpecker that came along would destroy civilization." - Gerald We 阅读全文
posted @ 2018-12-28 15:17 PanPan003 阅读(246) 评论(0) 推荐(0) 编辑
摘要: The SOLID principles The SOLID principles of Object Oriented Design include these five principles: SRP – Single Responsibility Principle OCP – Open/Cl 阅读全文
posted @ 2018-12-28 15:09 PanPan003 阅读(165) 评论(0) 推荐(0) 编辑
摘要: New is Glue When you’re working in a strongly typed language like C# or Visual Basic, instantiating an object is done with the new keyword. It’s impor 阅读全文
posted @ 2018-12-28 13:22 PanPan003 阅读(230) 评论(0) 推荐(0) 编辑
摘要: Static Cling Sticking Your Code To Things Unnecessarily Static Cling is a code smell used to describe the undesirable coupling introduced by accessing 阅读全文
posted @ 2018-12-28 12:05 PanPan003 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 原文 github地址 ASP.NET Core supports the dependency injection (DI) software design pattern, which is a technique for achieving Inversion of Control (IoC) 阅读全文
posted @ 2018-12-28 11:48 PanPan003 阅读(539) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-12-28 10:17 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: Validator.destroy() Destroys this instance of validator freeing up resources and unregistering events. jQuery.validator.methods Object holding all val 阅读全文
posted @ 2018-12-27 17:49 PanPan003 阅读(305) 评论(0) 推荐(0) 编辑
摘要: 原文 :unchecked Selector Selects all elements that are unchecked. jQuery( ":unchecked" ) Inversion of :checked. jQuery( ":unchecked" ) Inversion of :che 阅读全文
posted @ 2018-12-27 17:29 PanPan003 阅读(128) 评论(0) 推荐(0) 编辑
摘要: step method step method Makes the element require a given step. step( value ) value Type: Number Step value required step( value ) value Type: Number 阅读全文
posted @ 2018-12-27 17:24 PanPan003 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 原文 .validate() validate( [options ] ) options Type: Object debug (default: false) Type: Boolean Enables debug mode. If true, the form is not submitted 阅读全文
posted @ 2018-12-27 16:49 PanPan003 阅读(212) 评论(0) 推荐(0) 编辑
摘要: jQuery validator 主页 github地址 demo学习 效果: Validate forms like you've never validated before! 自定义Validate: doesn't jQuery make it easy to write your own 阅读全文
posted @ 2018-12-27 16:04 PanPan003 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 1.add method 2.validate事件绑定 3.调用 4.其他 相关html 相关js引用 C# 单个email的正则验证 参考资料: (multiple) emails in jQuery Validated text input example Javascript multiple 阅读全文
posted @ 2018-12-27 14:30 PanPan003 阅读(287) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 35 下一页