浩浩 浩浩
4年前
面试问到烂的MVC、MVP以及MVVM
MVP什么是MVP?在了解MVP之前可以先观察MVC的架构模式。MVC中三个组成部分:1.View,即视图中的各个控件;2.Controller
Easter79 Easter79
3年前
SpringBoot系列——Jackson序列化
  前言  SpringBoot提供了与三个JSON映射库的集成:GsonJacksonJSONB  Jackson是首选的默认库。  官网介绍:  https://docs.spring.io/springboot/docs/2.1.6.RELEASE/reference/html/boot
Stella981 Stella981
3年前
SpringBoot系列——Jackson序列化
  前言  SpringBoot提供了与三个JSON映射库的集成:GsonJacksonJSONB  Jackson是首选的默认库。  官网介绍:  https://docs.spring.io/springboot/docs/2.1.6.RELEASE/reference/html/boot
Stella981 Stella981
3年前
Docker学习笔记
三、Docker网络设置!(https://oscimg.oschina.net/oscnet/dad459758c83f52e6b9ed054bff8699d920.png)图:  Dockercontainerandlightweightvirtualization(https://www.oschina.net/action
Stella981 Stella981
3年前
Executor, ExecutorService 和 Executors 间的区别与联系
UML简要类图关系:!(https://oscimg.oschina.net/oscnet/add0342201daad6a6336aacc220bbffa7fa.png)下面详细看一下三者的区别:ExecutorvsExecutorServicevsExecutors
Wesley13 Wesley13
3年前
CSS如何让多个图片无缝水平排列,高度相同
以三张图片为例html<divclass"img\_container"<div<imgsrc"../img/cake1.jpg"alt""</div<div<imgsrc"../img/cake2.JPG"alt""</div<div<imgsrc"../img/cake3.pn
Stella981 Stella981
3年前
055. SkyWalking 集群环境搭建
1\.环境准备1.1.用于搭建SkyWalking的三台服务器1.1.1.服务器10.1.62.7810.1.62.7910.1.62.801.1.2.需要端口11800(gRPC数据收集和内网节点间通信)12800(SkyWalki
Stella981 Stella981
3年前
SNMPv3 配置及snmpwalk命令信息获取
snmpv3安全级别有三种,分别为noAuthNoPriv(不认证也不加密)、authNoPriv(认证但是不加密)、authPriv(既认证又加密)一、SNMPv3配置代码:snmpservercontactzhangsansnmpserverlocationchengdusnmpserverview
Easter79 Easter79
3年前
TinyML
在小型设备运行MachineLearning,通常面临着三大挑战 功耗(powerconsumption)延时(latency)精度(Accuracy)人们通常比较了解MachineLearning,因为它与神经网络相关(pertaintoneuralnetworks),那么TinyMNL又是什么呢?
Stella981 Stella981
3年前
Spring Security教程之Jsp标签(八)
目录1.1     authorize1.2     authentication1.3     accesscontrollist      SpringSecurity也有对Jsp标签的支持的标签库。其中一共定义了三个标签:authorize、authentication和accesscontrollist。其中authent