摘要: 因为项目需要将普通项目转换为maven项目,在右键 ’项目‘configure 后,添加maven后,发现缺少 maven dependencies,于是从网上找了一些处理措施,大体上是在.class文件上添加一段maven依赖的代码。 但是发现有的写错了: 比如:不是web项目的时候: 你使用这个 阅读全文
posted @ 2018-12-28 10:39 WSE_Gordon 阅读(753) 评论(0) 推荐(0)
摘要: 整体思路: 1.用户功能:购买、显示余额、列表清单、输入 2.商家功能:修改和添加商品 创建两个接口: 用户: 商家: 阅读全文
posted @ 2018-12-19 09:03 WSE_Gordon 阅读(1068) 评论(0) 推荐(0)
摘要: #Author: Gordonsalary = int(input("请输入你的工资:"))goods = [('0',"Iphone",5000),('1','Laptop',3500),('2','Coffee',20),('3','Chocolate',20)]bought =[]while 阅读全文
posted @ 2018-12-17 15:58 WSE_Gordon 阅读(352) 评论(0) 推荐(0)
摘要: ''' Authon:WSE_Gordon This application is use for the costomer to login the application. The Costomer need to input his or her username and password. 阅读全文
posted @ 2018-12-13 14:09 WSE_Gordon 阅读(216) 评论(0) 推荐(0)