MVC模式 目的:代码分层解耦 M: 模型 负责数据相关操作(实体,dao,service) V: 视图 负责数据展示和用户交互(各种页面) C:控制器 负责调用模型,更新视图(servlet) SpringMVC的实现 1)引入依赖 <dependency> <groupId>org.spring ...
分类:
编程语言 时间:
2020-06-19 12:10:19
阅读次数:
49
今天帮一位同事处理一个工单,是上游(订单部门)的同事转过来的。说是客户的操作抛异常回滚了,抛异常的位置发生在支付系统(我们负责)。整个流程如下图所示。 简单介绍一下各系统的业务: 订单系统,在购物网站上把东西加入购物车的操作。 账单系统,在付款前显示您都买了什么东西,分别多少钱,总共多少钱。 支付系 ...
分类:
其他好文 时间:
2020-06-09 09:56:00
阅读次数:
137
1.运用场景 which is suitable for arbitrary types of information networks:undirected,directed,and/or weighted。 2.创新点 which suits arbitrary types of informa ...
分类:
Web程序 时间:
2020-05-31 15:40:41
阅读次数:
126
layout: post title: Git Usage Summary categories: [git] tags: [git] [TOC] 一、安装 Linux 通过 安装。如果是较老的Linux版本或者Debian,试试 。 Mac OS X 第一种方法是安装homebrew,然后通过ho ...
分类:
其他好文 时间:
2020-05-23 20:39:56
阅读次数:
51
文档:模块3-1 面向对象.note 链接:http://note.youdao.com/noteshare?id=89fdc8ca1f3cff55a6525ce5d2bdc5ce&sub=87F9A4252A62483CA21CF026DEE5CA18 ...
分类:
其他好文 时间:
2020-05-22 09:42:49
阅读次数:
48
快速安装命令如下: sudo apt-cache search sogou sudo apt-get install sogoupinyin sudo apt --fix-broken install 【根据上一条命令的实际情况看】 sudo apt-get install sogoupinyin ...
分类:
其他好文 时间:
2020-04-30 15:20:27
阅读次数:
923
内容说明: 成功在自己电脑上安装虚拟机搭建集群,以及多个服务器上搭建集群。 http://note.youdao.com/noteshare?id=dea1a52697dd0e6146aff9f348833fca 如果自带环境是python2 可以升级python3 参考 ...
分类:
其他好文 时间:
2020-04-30 13:59:23
阅读次数:
74
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2020-04-21 18:36:52
阅读次数:
67
HTTPConnectionPool(host='223.241.0.100', port=31968): Max retries exceeded with url: http://fanyi.youdao.com/translate_o?smartresult=dict&smartresult= ...
分类:
其他好文 时间:
2020-04-20 13:55:57
阅读次数:
73
数据传输对象(DTO)(Data Transfer Object),是一种设计模式之间传输数据的软件应用系统。数据传输目标往往是数据访问对象从数据库中检索数据。数据传输对象与数据交互对象或数据访问对象之间的差异是一个以不具有任何行为除了存储和检索的数据(访问和存取器)。 为什么要使用对象传输模型? ...
分类:
其他好文 时间:
2020-04-20 11:46:30
阅读次数:
82