本文译自https://towardsdatascience.com/10-common-software-architectural-patterns-in-a-nutshell-a0b47a1e9013?gi=f8addb915af7,作者VijiniMallawaarachchi,Sep4,2017译者:evandeng2009(blog.csdn.net/evandeng2009/)为了更
分类:
其他好文 时间:
2020-12-18 12:15:51
阅读次数:
2
Smallest Subtree with all the Deepest Nodes (M) 题目 Given the root of a binary tree, the depth of each node is the shortest distance to the root. Retur ...
分类:
其他好文 时间:
2020-12-17 12:55:47
阅读次数:
3
20/12/12 15:49:47 ERROR SparkContext: Error initializing SparkContext. java.lang.IllegalArgumentException: System memory 259522560 must be at least 47 ...
分类:
其他好文 时间:
2020-12-17 12:52:27
阅读次数:
3
悟净真是勤奋好学,才用两天时间就手写了一个JsonBuilder出来,经过测试完全OK,而且具有开源精神,把它放到了Github上了(https://github.com/endofprogram/eop-common)。唐僧边走边想着,移动互联网大潮下,网民巨多,无时无刻都在网上。应用都进行了分层拆分,分布式部署,它们之间大都是以http为基础的接口调用。应该打造一个通用的工具来进行接口调用,或
分类:
Web程序 时间:
2020-12-16 12:18:29
阅读次数:
4
org.apache.hadoop.hbase.DoNotRetryIOException: java.lang.IllegalAccessError: tried to access method com.google.common.base.Stopwatch.<init>()V from cl ...
分类:
编程语言 时间:
2020-12-15 12:35:48
阅读次数:
4
\angular-master\packages\common\src\directives 模拟ngClass 方法 @Directive({ selector: '[appNkClass]' }) export class NkClassDirective implements DoCheck ...
分类:
其他好文 时间:
2020-12-15 11:42:24
阅读次数:
2
JSON值的比较和排序JSON值可以使用=,<,<=,>,>=,<>,!=,和<=>运算符进行比较。JSON值尚不支持以下比较运算符和函数:●BETWEEN●IN()●GREATEST()●LEAST()要想使用上面这些列出的比较运算符和函数,一个解决方法是将JSON值转换为原生MySQL数值或字符串数据类型,以便它们具有一致的非JSON标量类型。J
分类:
数据库 时间:
2020-12-11 12:37:47
阅读次数:
26
Spring IOC 初始化刷新流程:https://www.cnblogs.com/jhxxb/p/13609289.html 这一步主要是实例化和注册 beanFactory 中实现了 BeanPostProcessor 接口的 Bean。 什么是 BeanPostProcessor /** * ...
分类:
编程语言 时间:
2020-12-11 12:18:18
阅读次数:
10
一、统一响应对象 项目开发中返回统一的数据格式有利于统一前后台开发规范 1、编写统一响应对象 package com.learn.mall.common; import com.learn.mall.exception.LearnMallExceptionEnum; /** * 通用返回对象 * * ...
分类:
编程语言 时间:
2020-12-09 12:29:35
阅读次数:
9
使用idea操作HDFS、创建文件、上传文件、获取块信息、下载文件 1.搭建maven工程 2.pom依赖 <!-- https://mvnrepository.com/artifact/org.apache.hadoop/hadoop-common --> <dependency> <groupI ...
分类:
其他好文 时间:
2020-12-09 12:24:14
阅读次数:
6