product_list = [ ('iphone6s',5800), ('kindle',800), ('tesla', 900000), ('python book', 105), ('bike',2000),]salary = input("Salary:")#输入工资shopping_car ...
分类:
其他好文 时间:
2018-01-19 16:48:09
阅读次数:
131
Shopping in Mars is quite a different experience. The Mars people pay by chained diamonds. Each diamond has a value (in Mars dollars M$). When making ...
分类:
其他好文 时间:
2018-01-18 22:07:00
阅读次数:
162
{ path:'/',component:Recommend,beforeEnter: (to, from, next) => { console.log(to); ajax('get','/api/mall/categoryList',true,'',res=>{ var data=res.dat... ...
分类:
其他好文 时间:
2018-01-18 19:33:58
阅读次数:
173
这段小程序基本上涵盖了,老师最近讲解的while循环,if,else,逻辑判断。还有重要的一点就是列表。并且在列表里面取下标。 取下标的方法,老师讲了两种。1、print (product_list.index(item),item) #这样可以显示下标,最基本的方法 2、利用enumerate来枚 ...
分类:
其他好文 时间:
2018-01-17 21:52:59
阅读次数:
147
bootstrap react https://segmentfault.com/a/1190000010383464 MyBatis动态SQL之一使用 if 标签和 choose标签 <select id="getItems" parameterType="com.ipro.shopping.to ...
分类:
数据库 时间:
2018-01-17 00:57:54
阅读次数:
926
分支在主分支上 使用命令git merge "要合并的分支" git merge mall_v1.0 ...
分类:
其他好文 时间:
2018-01-13 13:00:40
阅读次数:
115
author = "superman"product_list = [ ('Iphone',5800), ('Mac Pro',9800), ('Bike',800), ('Watch',10600), ('Coffee',31), ('Alex Python',120),]shopping_lis ...
分类:
编程语言 时间:
2018-01-11 16:17:36
阅读次数:
189
#! /usr/bin/env python# -*- coding: utf-8 -*-# __author__ = "Deakin"# Email: 469792427@qq.com# Date: 2018/1/2#程序:购物车程序#需求:#启动程序后,让用户输入工资,然后打印商品列表#允许用户 ...
分类:
其他好文 时间:
2018-01-02 19:54:00
阅读次数:
113
一、 Search APIeg: GET /mall/product/_search?q=name:productName&sort=price desc特点:search的请求参数都是以HTTP请求的的query stirng 附带的适用范围:适用于临时的在命令行使用一些工具,比如curl,快速的... ...
P1744 采购特价商品 题目背景 《爱与愁的故事第三弹·shopping》第一章。 题目描述 中山路店山店海,成了购物狂爱与愁大神的“不归之路”。中山路上有n(n<=100)家店,每家店的坐标均在-10000~10000之间。其中的m家店之间有通路。若有通路,则表示可以从一家店走到另一家店,通路的 ...
分类:
其他好文 时间:
2017-12-24 11:25:03
阅读次数:
140