DDD的分析体系 eshopOnWeb实际上把UI Layer 和 Application Layer 这两层合二为一了 ,按一般的分层来说,Application Layer(应用层)就是整合领域服务供UI Layer来调用的, 来看一些依赖注入的顺序,以购物车来举例 ...
分类:
Web程序 时间:
2020-09-17 23:48:21
阅读次数:
45
/var/lib/docker/overlay 这里存放的是镜像的每一层layer解压后的结果,以及基于每一个镜像生成容器后,对镜像合并挂载后的目录和对应的init目录。这里的id就是cache-id和mount-id. 对于容器的挂载目录,比如对某个容器docker inspect后查询到的“Gr ...
分类:
其他好文 时间:
2020-09-17 19:50:46
阅读次数:
36
Pytorch: import torchfrom torch import nnfrom torch.nn import initimport numpy as npimport sysfrom collections import OrderedDictdef load_data_fashion ...
分类:
其他好文 时间:
2020-09-17 16:24:38
阅读次数:
33
本文主要介绍ceph中paxos处理的不同阶段,以及关于paxos的问题在ceph中的贯穿角色。本文以paxos相关问题展开,本文重点为**Paxos决议流程**。本章节属于ceph中较为复杂的章节,需要不断的探索、分析。
分类:
其他好文 时间:
2020-08-28 14:39:06
阅读次数:
45
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title></title> 6 <!-- jquery需要v1.8以上 --> 7 <script src="https://cdn.bootcdn.net/ajax/l ...
分类:
Web程序 时间:
2020-08-18 13:22:11
阅读次数:
100
1、先获取弹框的index var layerIndex = parent.layer.getFrameIndex(window.name); 2、在需要设置高度的地方设置高度 parent.layer.style(layerIndex, { width: '460px', height: '510 ...
分类:
其他好文 时间:
2020-08-03 14:50:36
阅读次数:
202
https://www.cnblogs.com/yeungchie/ 了解到 61 版本的环境中不提供 dataType 的获取渠道了,现在通过分析 layermap 文件的方式来获取。 code /************************************ * * * Program ...
分类:
其他好文 时间:
2020-08-01 21:30:01
阅读次数:
76
工作中需要预测一个过程的时间,就想到了使用BP神经网络来进行预测。 简介 BP神经网络(Back Propagation Neural Network)是一种基于BP算法的人工神经网络,其使用BP算法进行权值与阈值的调整。在20世纪80年代,几位不同的学者分别开发出了用于训练多层感知机的反向传播算法 ...
分类:
编程语言 时间:
2020-07-29 14:44:54
阅读次数:
66
layui.use(['laydate','form','layer'],function(){ var form = layui.form; layer = layui.layer;//end //加载角色列表 loadRoleList(); //取得ID acc_id = localStorag ...
分类:
Web程序 时间:
2020-07-29 14:39:36
阅读次数:
127