package com.mall.common; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.d... ...
分类:
其他好文 时间:
2019-12-20 11:36:23
阅读次数:
116
Charm Bracelet Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible ...
分类:
其他好文 时间:
2019-12-14 16:07:40
阅读次数:
98
Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars ). When making th ...
分类:
其他好文 时间:
2019-12-12 12:56:26
阅读次数:
93
2-9 product_list = [ ('iphone', 5800), ('mac pro', 9800), ('bike', 800), ('watch', 10600), ('coffee', 31), ('alex python', 120) ] shopping_list = [] s ...
分类:
其他好文 时间:
2019-12-11 13:06:33
阅读次数:
127
后台mall-admin 负载均衡 1、新启动一个mall-admin docker实例 docker run -p 9002:9001 --name mall-admin-9002 --link mysql:db -v /etc/localtime:/etc/localtime -v /mydat ...
分类:
编程语言 时间:
2019-12-04 13:46:58
阅读次数:
135
首先在 resources 目录下自定义一个配置文件 如sms.properties #短信平台相关 mall.sms.regionId=ch-hangzhou mall.sms.accessKeyId=********* mall.sms.accessKeySecret=********** ma ...
分类:
编程语言 时间:
2019-11-15 18:47:30
阅读次数:
70
###第一步 :首先电脑上已经安装react的脚手架 cnpm install create-react-app -g ###第二步 :创建项目 creact-react-app 项目名(shopping) ###第三步:进入项目,看看项目是否可以正常运行 cd shopping > npm sta ...
分类:
其他好文 时间:
2019-11-03 20:22:00
阅读次数:
87
拉取镜像: 启动容器中的rabbitmq: 进入容器,开启管理功能: 打开浏览器,输入本机ip和15672端口: 使用默认账户密码guest/guest登陆,后新增用户mall/mall: 新增虚拟主机: 配置虚拟主机/mall给mall用户,点击下图红框中的mall进去设置: ...
分类:
其他好文 时间:
2019-10-31 13:44:13
阅读次数:
130
SpringBoot应用中使用AOP记录接口访问日志 本文主要讲述AOP在mall项目中的应用,通过在controller层建一个切面来实现接口访问的统一日志记录。 AOP AOP为Aspect Oriented Programming的缩写,意为:面向切面编程,通过预编译方式和运行期动态代理实现程 ...
分类:
编程语言 时间:
2019-10-22 13:12:01
阅读次数:
122
oracle wm_concat(column)函数使我们经常会使用到的,下面就教您如何使用oraclewm_concat(column)函数实现字段合并 如: shopping: u_id goods num 1 苹果 2 2 梨子 5 1 西瓜 4 3 葡萄 1 3 香蕉 1 1 橘子 3 想要 ...
分类:
数据库 时间:
2019-10-16 17:33:43
阅读次数:
86