电子商务系统 简要介绍 北邮 大三上学期 C++ 课程设计(2) C++课程设计作业。实现了超市购物和银行存取款两个部分。主要使用C++完成,基于Qt的图形化界面,使用SQLite作为数据库,涉及了基本的 select 、 delete 等语法。两个程序(Store和Bank)之间通过Socket通信,使用TCP协议。 数据结构 设计了银行账户类account,以及具有继承关系的商品类product以及它的子类们书籍类 book、食品类 food等等。 数据库 为账户信息、商品信息和购物车设置了表 accountInfo、productInfo 和 cart。通过商品id将 productInfo 和 accountInfo相关联,通过账户名将 accountInfo 和 cart 关联起来。 Socket通信 使用了 Qt 内置的类 QtTcpSocket ,通过在银行设置 QTcpServer 作为服务器端,在商店设置 QTcpSocket 作为客户端,当用户购买物品结算时,商店向银行发出请求进行验证,验证成功则银行扣款,商店确认订单。
2019-12-21 19:53:32 110KB 电子商务系统 超市 电商 课程设计
1
电商系统的基础知识和设计理论。 英文介绍: Examine the latest developments in online business with cutting-edge coverage, real examples, actual business cases, and hands-on applications found in the market-leading ELECTRONIC COMMERCE, 12E. With comprehensive coverage of emerging strategies and today’s most important technologies, this popular book equips you with a solid understanding of the dynamics of this fast-paced industry. The new edition offers thorough discussions of e-commerce growth in the rapidly-developing economies of China, India, and Brazil. You also examine key topics, such as social media and online marketing strategies, technology-enabled outsourcing, and online payment processing systems. New intriguing "Learning From Failure" segments help you draw important lessons from the experiences of actual companies as you review real-world e-commerce practices in action.
2019-12-21 19:32:13 16.68MB 电商系统
1