资源简介
我自己做的 按照老师的要求 可以购物 界面做的还可以 下载下来之后直接解压 内涵数据库 直接就可以用了
代码片段和文件信息
using System;
using System.Linq;
using System.Web;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.xml.Linq;
using System.Data.SqlClient;
[WebService(Namespace = “http://tempuri.org/“)]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
// 若要允许使用 ASP.NET AJAX 从脚本中调用此 Web 服务,请取消对下行的注释。
// [System.Web.script.Services.scriptService]
public class Service : System.Web.Services.WebService
{
public Service()
{
//如果使用设计的组件,请取消注释以下行
//InitializeComponent();
}
[WebMethod]
public int pay(string userID int Money)
{
if (giveMoney(userID Money) == 0)
{
return 0;
}
else
{
return getMoney((Money));
}
}
public int giveMoney(string userID int Money)
{
int money = 0;
SqlConnection con = new SqlConnection(“server=WTJ-PC\\SQLEXPRESS;database=shop;uid=sa;password=123“);
con.Open();
string sql = “select * from users where userID=‘“ + userID + “‘“;
SqlCommand sqlCmd = new SqlCommand(sql con);
SqlDataReader dr = sqlCmd.ExecuteReader();
if (dr.Read())
{
money=int.Parse(dr[“money“].ToString());
}
con.Close();
if (money <= Money || money <= 0)
{
return 0;
}
else
{
money -= Money;
}
con.Open();
sql = “update users set money=‘“ + money + “‘ where userID=‘“ + userID + “‘“;
sqlCmd = new SqlCommand(sql con);
sqlCmd.ExecuteNonQuery();
con.Close();
return 1;
}
public int getMoney(int Money)
{
int money = 0;
SqlConnection con = new SqlConnection(“server=WTJ-PC\\SQLEXPRESS;database=shop;uid=sa;password=123“);
con.Open();
string sql = “select * from users where userID=‘456‘“;
SqlCommand sqlCmd = new SqlCommand(sql con);
SqlDataReader dr = sqlCmd.ExecuteReader();
if (dr.Read())
{
money = int.Parse(dr[“money“].ToString());
}
con.Close();
money += Money;
con.Open();
sql = “update users set money=‘“ + money + “‘ where userID=‘456‘“;
sqlCmd = new SqlCommand(sql con);
sqlCmd.ExecuteNonQuery();
con.Close();
return 1;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2011-12-22 03:00 我的购物车\
目录 0 2011-12-22 03:00 我的购物车\Data\
文件 3145728 2011-12-22 03:00 我的购物车\Data\shopping.mdf
文件 1048576 2011-12-22 03:00 我的购物车\Data\shopping_log.ldf
目录 0 2011-12-18 15:14 我的购物车\paid\
目录 0 2011-12-18 15:14 我的购物车\paid\App_Code\
文件 2554 2011-12-06 20:19 我的购物车\paid\App_Code\Service.cs
目录 0 2012-01-20 01:37 我的购物车\paid\App_Data\
文件 87 2008-01-11 20:32 我的购物车\paid\Service.asmx
文件 8068 2011-12-05 10:26 我的购物车\paid\web.config
目录 0 2011-12-24 20:44 我的购物车\shop\
目录 0 2011-12-18 14:50 我的购物车\shop\App_Code\
文件 998 2011-11-20 13:29 我的购物车\shop\App_Code\Goods.cs
文件 1403 2011-11-20 19:19 我的购物车\shop\App_Code\OperateDataba
目录 0 2011-12-18 14:50 我的购物车\shop\App_WebReferences\
目录 0 2011-12-18 14:50 我的购物车\shop\App_WebReferences\localhost\
文件 707 2011-12-06 20:02 我的购物车\shop\App_WebReferences\localhost\Service.disco
文件 578 2011-12-06 20:02 我的购物车\shop\App_WebReferences\localhost\Service.discomap
文件 2955 2011-12-06 20:02 我的购物车\shop\App_WebReferences\localhost\Service.wsdl
文件 595 2011-12-24 20:44 我的购物车\shop\Default.aspx
文件 679 2011-12-24 20:44 我的购物车\shop\Default.aspx.cs
文件 940 2011-11-23 08:11 我的购物车\shop\Global.asax
文件 7112 2011-11-22 21:50 我的购物车\shop\Tshirt.aspx
文件 6240 2011-11-23 08:41 我的购物车\shop\Tshirt.aspx.cs
文件 8024 2011-12-06 20:02 我的购物车\shop\Web.Config
文件 7453 2011-12-05 10:38 我的购物车\shop\car.aspx
文件 5008 2011-12-06 20:11 我的购物车\shop\car.aspx.cs
文件 7110 2011-11-22 21:46 我的购物车\shop\coat.aspx
文件 6238 2011-11-23 08:41 我的购物车\shop\coat.aspx.cs
文件 7109 2011-11-22 21:49 我的购物车\shop\hat.aspx
文件 6236 2011-11-23 08:41 我的购物车\shop\hat.aspx.cs
............此处省略89个文件信息
相关资源
- 网上鲜花销售系统、网上商店、asp.
- 小区物业管理系统asp.net源码
- asp.net在线音乐播放器
- 网上书店asp.net+c#源代码+答辩ppt+毕业
- b/s模式网上招聘系统
- ASP.net教务管理系统245337
- 基于asp.net开发的小型网站源码及数据
- asp.net多页签页面切换
- asp.net全站源码
- 小型营销管理系统asp.net/三层架构
- html5毕业论文
- c#网上订餐系统242193
- 网上购物系统(asp.net)241995
- ASP.NET MVC 5入门指南(中文PDF+源码)
- 毕业设计项目---拍拍网
- asp.net 在线订餐系统
- ASP.NET三层架构小说网期末答辩项目原
- ASP.NET+SQLSERVER商城系统源码
- 学生成绩信息管理系统 ASP.NET 论文+源
- asp.net 旅游网站
- 仿新浪微博数据库+存储过程+asp.net 源
- asp.net在线作业提交系统
- ASP.NET+SQL玩具网上销售系统
- ASP.NET网络游戏虚拟物品交易平台
- 基于asp.net做的普通校园社团的网站
- 个人博客源码asp.net +sqlserver
- asp.net上传文件预览Excel\\Word\\PDF文件
- 在线论坛源码asp.net
- 《ASP.NET+SQL Server网络应用系统开发与
- ASP.NET网上图书销售系统
评论
共有 条评论