在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 网上花店网站源码

网上花店网站源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:2.66M
  • 下载次数:22
  • 浏览次数:310
  • 发布时间:2020-10-31
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
网上花店网站源码
【实例截图】
【核心代码】
2789866网上花店
└── 网上花店
├── rw.dmp
├── webserver
│   ├── App_Code
│   │   ├── DoTrans.cs
│   │   └── Service.cs
│   ├── Service.asmx
│   └── Web.Config
├── wuliu
│   ├── App_WebReferences
│   │   └── localhost
│   │   ├── Service.disco
│   │   ├── Service.discomap
│   │   └── Service.wsdl
│   ├── order
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── order.exe
│   │   │   ├── order.exe.config
│   │   │   ├── order.pdb
│   │   │   ├── order.vshost.exe
│   │   │   └── order.vshost.exe.config
│   │   ├── DataSet1.Designer.cs
│   │   ├── DataSet1.xsc
│   │   ├── DataSet1.xsd
│   │   ├── DataSet1.xss
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── Form2.cs
│   │   ├── Form2.Designer.cs
│   │   ├── Form2.resx
│   │   ├── login.cs
│   │   ├── login.Designer.cs
│   │   ├── login.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── order.csproj.GenerateResource.Cache
│   │   │   │   ├── order.exe
│   │   │   │   ├── order.Form1.resources
│   │   │   │   ├── order.Form2.resources
│   │   │   │   ├── order.login.resources
│   │   │   │   ├── order.pdb
│   │   │   │   ├── order.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   ├── DataSet1.Designer.cs.dll
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── order.csproj.FileList.txt
│   │   ├── order.csproj
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── order.sln
│   ├── order.suo
│   ├── wuliu
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── sqlnet.log
│   │   │   ├── wuliu.exe
│   │   │   ├── wuliu.exe.config
│   │   │   ├── wuliu.pdb
│   │   │   ├── wuliu.vshost.exe
│   │   │   └── wuliu.vshost.exe.config
│   │   ├── Form1.cs
│   │   ├── Form1.Designer.cs
│   │   ├── Form1.resx
│   │   ├── guanli.cs
│   │   ├── guanli.Designer.cs
│   │   ├── guanli.resx
│   │   ├── mingxi.cs
│   │   ├── mingxi.Designer.cs
│   │   ├── mingxi.resx
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── Web References.localhost1.Reference.cs.dll
│   │   │   │   │   └── Web References.localhost.Reference.cs.dll
│   │   │   │   ├── wuliu.csproj.GenerateResource.Cache
│   │   │   │   ├── wuliu.exe
│   │   │   │   ├── wuliu.Form1.resources
│   │   │   │   ├── wuliu.guanli.resources
│   │   │   │   ├── wuliu.mingxi.resources
│   │   │   │   ├── wuliu.pdb
│   │   │   │   ├── wuliu.Properties.Resources.resources
│   │   │   │   └── wuliu.rw.resources
│   │   │   └── wuliu.csproj.FileList.txt
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── rw.cs
│   │   ├── rw.Designer.cs
│   │   ├── rw.resx
│   │   ├── Web References
│   │   │   └── localhost
│   │   │   ├── Reference.cs
│   │   │   ├── Reference.map
│   │   │   ├── Service.disco
│   │   │   └── Service.wsdl
│   │   ├── wuliu
│   │   │   ├── app.config
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── wuliu.exe
│   │   │   │   ├── wuliu.exe.config
│   │   │   │   ├── wuliu.pdb
│   │   │   │   ├── wuliu.vshost.exe
│   │   │   │   └── wuliu.vshost.exe.config
│   │   │   ├── Form1.cs
│   │   │   ├── Form1.Designer.cs
│   │   │   ├── Form1.resx
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Web References.localhost.Reference.cs.dll
│   │   │   │   │   ├── wuliu.csproj.GenerateResource.Cache
│   │   │   │   │   ├── wuliu.exe
│   │   │   │   │   ├── wuliu.Form1.resources
│   │   │   │   │   ├── wuliu.pdb
│   │   │   │   │   └── wuliu.Properties.Resources.resources
│   │   │   │   └── wuliu.csproj.FileList.txt
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Web References
│   │   │   │   └── localhost
│   │   │   │   ├── Reference.cs
│   │   │   │   ├── Reference.map
│   │   │   │   ├── Service.disco
│   │   │   │   └── Service.wsdl
│   │   │   └── wuliu.csproj
│   │   ├── wuliu.csproj
│   │   ├── wuliu.sln
│   │   └── wuliu.suo
│   ├── wuliu.sln
│   └── wuliu.suo
└── 完整的FlowerSystem
├── admin_login.aspx
├── adminlogin.aspx
├── admin_login.aspx.cs
├── adminlogin.aspx.cs
├── App_Code
│   ├── DB.cs
│   ├── DoTrans.cs
│   ├── gouwuche.cs
│   └── SqlHelper.cs
├── App_Data
│   ├── Flower_Data.MDF
│   └── Flower_Log.LDF
├── App_WebReferences
│   └── localhost
│   ├── Service.disco
│   ├── Service.discomap
│   └── Service.wsdl
├── che.aspx
├── che.aspx.cs
├── chkdd.aspx
├── chkdd.aspx.cs
├── chongzhi.aspx
├── chongzhi.aspx.cs
├── Flower
│   ├── Thumbs.db
│   ├── 一心一意.jpg
│   ├── 你是我的香奈.jpg
│   ├── 你是我的香奈儿.jpg
│   ├── 动人的音符.jpg
│   ├── 康乃馨
│   │   ├── Thumbs.db
│   │   ├── 妈妈,想你.jpg
│   │   ├── 妈妈的爱.jpg
│   │   ├── 幸福时光.jpg
│   │   ├── 康乃馨妈妈.jpg
│   │   ├── 感念母恩.jpg
│   │   ├── 感恩祝福.jpg
│   │   ├── 我永远爱您.jpg
│   │   ├── 春日.jpg
│   │   ├── 母爱广阔.jpg
│   │   ├── 深深的祝福.jpg
│   │   ├── 窈窕淑女.jpg
│   │   └── 诚挚的祝福.jpg
│   ├── 心动时刻.jpg
│   ├── 毛绒套餐
│   │   ├── Thumbs.db
│   │   ├── 你是我的香奈儿.jpg
│   │   ├── 动人的音符.jpg
│   │   ├── 可爱的你.jpg
│   │   ├── 多啦A梦.jpg
│   │   ├── 微笑.jpg
│   │   ├── 心动时刻.jpg
│   │   ├── 快乐.jpg
│   │   ├── 暖暖的爱.jpg
│   │   ├── 海豚湾恋人.jpg
│   │   ├── 爱的季节.jpg
│   │   ├── 爱的选择.jpg
│   │   ├── 米菲兔.jpg
│   │   └── 衷心的祝福
│   ├── 灿烂的邂逅.jpg
│   ├── 爱你到永远.jpg
│   ├── 玫瑰
│   │   ├── Thumbs.db
│   │   ├── 心愿心.jpg
│   │   ├── 浪漫有约.jpg
│   │   ├── 火热的爱.jpg
│   │   ├── 爱你到永远.jpg
│   │   ├── 相伴永远.jpg
│   │   ├── 相知相惜.jpg
│   │   ├── 眷恋.jpg
│   │   ├── 知己.jpg
│   │   ├── 粉色恋人.jpg
│   │   ├── 纯白之恋.jpg
│   │   ├── 蓝色佳人.jpg
│   │   └── 蓝色多瑙河.jpg
│   ├── 百合
│   │   ├── Thumbs.db
│   │   ├── 深情问候.jpg
│   │   ├── 灿烂辉煌的明天.jpg
│   │   ├── 爱你一生.jpg
│   │   ├── 爱的祝福.jpg
│   │   ├── 珍爱一生.jpg
│   │   ├── 百合.jpg
│   │   ├── 百合春天.jpg
│   │   ├── 粉红女郎.jpg
│   │   ├── 纯洁的心.jpg
│   │   ├── 轻盈如你.jpg
│   │   └── 陪伴你.jpg
│   ├── 相知相惜.jpg
│   ├── 窈窕淑女.jpg
│   ├── 被爱包围.jpg
│   ├── 轻盈如你.jpg
│   └── 郁金香
│   ├── Thumbs.db
│   ├── 一心一意.jpg
│   ├── 你是我的香奈.jpg
│   ├── 千年等待.jpg
│   ├── 只爱你一个.jpg
│   ├── 温馨爱侣.jpg
│   ├── 灿烂的邂逅.jpg
│   ├── 爱你如初.jpg
│   ├── 爱慕.jpg
│   ├── 牵手到永远.jpg
│   ├── 珍爱不渝.jpg
│   └── 被爱包围.jpg
├── Global.asax
├── image
│   ├── bj.jpg
│   ├── bo.swf
│   ├── dibu.jpg
│   ├── logo.jpg
│   ├── Thumbs.db
│   ├── you.jpg
│   ├── zhong.gif
│   ├── zuo.gif
│   ├── zuo.jpg
│   ├── 取消.gif
│   ├── 底部.jpg
│   ├── 注册1.gif
│   └── 登录7.gif
├── index.aspx
├── index.aspx.cs
├── MasterPage.master
├── MasterPage.master.cs
├── myinfo1.aspx
├── myinfo1.aspx.cs
├── order.aspx
├── order.aspx.cs
├── PersonIfo.aspx
├── PersonIfo.aspx.cs
├── pic
│   ├── Thumbs.db
│   ├── 个人信息.jpg
│   ├── 充值.jpg
│   ├── 放入购物车.jpg
│   ├── 购物车121.jpg
│   ├── 购物车.jpg
│   └── 首页.jpg
├── Register.aspx
├── Register.aspx.cs
├── spguanli.aspx
├── spguanli.aspx.cs
├── upinfor.aspx
├── upinfor.aspx.cs
├── userguanli.aspx
├── userguanli.aspx.cs
├── Web.Config
└── 用户控件
├── WebUserControl.ascx
└── WebUserControl.ascx.cs

45 directories, 255 files

标签:

实例下载地址

网上花店网站源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警