搜索资源列表
-
1下载:
ASP.net实现B2C网站,包含登入身份验证,用户注册,管理员后台管理,图像上传,购物车,热销推荐等等模块,使用VisualStudio2005和SQL2005平台。使用说明书在压缩包内。-ASP.net achieve B2C websites, including login authentication, user registration, the administrator admin, image upload, shopping cart, hot, etc. recommend
-
-
0下载:
实现基本的购物车功能。
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 v
-
-
0下载:
国外知名的在线购物的网站源码,asp.net3.5,安装过程中可以一并将数据库进行安装-nopCommerce is a fully customizable shopping cart. It s stable and highly usable. nopCommerce is an open source e-commerce solution that is ASP.NET 3.5 based with a MS SQL 2005 (or higher) backend database.
-
-
0下载:
We will finally walk through the development of three different sample applications
so we can use what we’ve learned in the book. Chapter 11 will show us a
guestbook with a couple of nice touches it is easy to implement, design, and
upgrade, us
-
-
0下载:
NopCommerce 网上商店是全球领先的ASP.NET的开源网上商店的电子商务解决方案。它是强大的,安全的,可扩展的电子商务网店软件。在遵守nopCommerce许可证条款的前提下,是免费的。nopCommerce现在的版本,已经非常完善。具有完整的购物车功能、后台管理功能、支付运输集成、Promotion功能等等。
NopCommerce采用ASP.NET 3.5开发,使用MS-SQL2005数据库,可以部署在godaddy的Windows系列主机。主机环境搭配好的话,部署它只需
-
-
0下载:
Shopping Cart website in asp.net
-