Description: 这个也是一个功能强大的企业整站的ASP源代码,它带有在线讨论,购物篮功能,产品资料寻找-this a powerful point of the whole enterprise ASP source code, with online discussion, shopping cart function to find product information, etc. Platform: |
Size: 12773376 |
Author:hsf |
Hits:
Description: 网上购物系统是随着电子商务的发展而发展起来的,它简单、快捷、成本低,越来越受人们的欢迎。
网上购物系统主要有以下功能:商品的展示,搜索商品的功能,虚拟购物车,顾客个人信息记录,安全的网上支付。其中,商品的展示可以供顾客浏览和挑选。搜索功能允许你通过各种参数来搜索所售商品。顾客可以把购买的商品放到购物车保存直到他离开。信息记录把顾客的购买情况记录下来可以让顾客查看他们的购物记录。你可以选择不同支付方式付款。系统对顾客来说是非常方便的。
系统采用ASP技术,基于B/S结构,用SQL Server 2000作为数据库。
-online shopping system, with the development of e-business and develop, it is simple, quick, low cost, increasingly welcomed by the people. Online shopping system has the following main functions : commodity display, search functions commodities, virtual shopping cart record your personal information, security of online payments. Within this total, the value of the displays for customers to browse and selection. Search function allows you to pass parameters to search for merchandise sold. Customers can buy the merchandise into trucks to keep until he left. The customer information records of the purchase of record allows customers to check their records. You can choose different payment means of payment. System to customers is very convenient. ASP system technology, based on B/S structur Platform: |
Size: 461824 |
Author:梅陇猪 |
Hits:
Description: 网上商城购物系统分为前台和后台管理。交台管理包括浏览商品、查询商品、订购商品、购物车、用户信息维护等功能。文档里包含源代码,对于初学ASP的人来说,是一个很好的参考例子。-Mall shopping online system is divided into front and back-office management. Management, including cross-Taiwan views of commodities, merchandise inquiries, order merchandise, shopping cart, user information maintenance functions. Document contains the source code for ASP beginner who is a good reference example. Platform: |
Size: 147456 |
Author:guanyuan |
Hits:
Description: 购物车原程序很简单的购物车程序仅供学习和交流之用.-The original procedures Cart shopping cart is very simple process for learning and exchange purposes. Platform: |
Size: 2390016 |
Author:张三内 |
Hits:
Description: 实现基本的购物车功能。
eclipse+sqlserver2005
1.主要强调了购物车的业务逻辑。
2,利用javabean封装。比较适合jsp初学者。
3.简洁实用。可以在此基础上开发更加复杂功能的购物网站。
数据库建立
create database shop_db
go
use shop_db
go
create table t_sp
(
s_id int identity(1,1) primary key,
s_name varchar(20) not null,
s_price money not null
)
go
insert into t_sp values( IBM笔记本电脑 , 19999 )
insert into t_sp values( Hp商务笔记本电脑 , 8666 )
insert into t_sp values( 精通JSP技术 , 236 )
insert into t_sp values( ASP.NET高级应用 , 156 )
insert into t_sp values( J2EE高级开发 , 126 )
insert into t_sp values( 华硕笔记本电脑 , 6789 )
go
select * from t_sp
go-The realization of the basic shopping cart functionality. eclipse+ sqlserver20051. the main emphasis on the shopping cart business logic. 2, the use of JavaBean package. Jsp are more suitable for beginners. 3. Concise and practical. On this basis can the development of more complex functional shopping site. Database create database shop_dbgouse shop_dbgocreate table t_sp (s_id int identity (1,1) primary key, s_name varchar (20) not null, s_price money not null) goinsert into t_sp values (IBM notebook computer, 19999) insert into t_sp values (Hp Business Notebook, 8666) insert into t_sp values (proficient in JSP technology, 236) insert into t_sp values (ASP.NET advanced applications, 156) insert into t_sp values (J2EE Senior Developer, 126) insert into t_sp values (ASUS notebook computers, 6789) goselect* from t_spgo Platform: |
Size: 274432 |
Author: |
Hits:
Description: 一个ASP做的购物车,功能全部能实现。希望大家一起进步-Does an ASP shopping cart, functions all can achieve. I hope everyone in step with social progress Platform: |
Size: 1160192 |
Author:pengfangchun |
Hits:
Description: 这是基于asp.net的网上珠宝商城,具有商品分类、购物车、商品热度、推荐商品、搜索商品、后台管理等功能-This is based on the asp.net online jewelry mall, with commodity classification, shopping cart, hot commodities, recommended products, search goods, background management functions Platform: |
Size: 3133440 |
Author:李浩泉 |
Hits:
Description: 网上购物源代码,前后台管理,具有注册登陆、购物车、订单、关键字搜索等功能-Online shopping source code, before and after Taiwan' s management, with registered land, shopping cart, order, keyword search and other functions Platform: |
Size: 897024 |
Author:谭全芝 |
Hits:
Description: 本系统带购物车系统,asp语言编写的,最流行通用简单的购物系统,网上购物系统-The system with shopping cart system, asp languages, the most popular shopping simple universal system, online shopping system Platform: |
Size: 20231168 |
Author:文静 |
Hits:
Description: 此网站完全具有一般商城购物功能,商品分类、购物车、在线支付;后台管理功能也很齐全,会员管理、商品管理、购物管理等-This site features complete with general shopping mall, merchandise categories, shopping cart, online payment background management functions is also very complete, members of management, commodity management, shopping, management, etc. Platform: |
Size: 1920000 |
Author:liming |
Hits:
Description: .NET做的购物车,所以的源码,加页面,编程规范,-. NET to do the shopping cart, so the source code, add pages, programming specifications, Platform: |
Size: 2468864 |
Author:龚心 |
Hits: