实例介绍
毕业设计和完整论文终版,论文已被改到吐血!
【实例截图】
【核心代码】
ASP.NETSQLSERVER的物流管理系统
└── 基于ASP.NET+SQL SERVER的物流管理系统
├── 程序
│ ├── App_Code
│ │ ├── AdminClass.cs
│ │ ├── DataAccess.cs
│ │ ├── DBHelp.cs
│ │ ├── MessageBox.cs
│ │ ├── ODB.cs
│ │ └── stockClass.cs
│ ├── App_Data
│ │ ├── db_qcxs_Data.MDF
│ │ └── db_qcxs_Log.LDF
│ ├── cgy
│ │ ├── Default2.aspx
│ │ ├── Default2.aspx.cs
│ │ ├── menu.html
│ │ ├── Right.aspx
│ │ ├── Right.aspx.cs
│ │ ├── top.aspx
│ │ └── top.aspx.cs
│ ├── CSS
│ │ └── CSS.css
│ ├── Default2.aspx
│ ├── Default2.aspx.cs
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── gly
│ │ ├── cltj.aspx
│ │ ├── cltj.aspx.cs
│ │ ├── clwh.aspx
│ │ ├── clwh.aspx.cs
│ │ ├── cl_xs.aspx
│ │ ├── cl_xs.aspx.cs
│ │ ├── cl_xstj.aspx
│ │ ├── cl_xstj.aspx.cs
│ │ ├── database_bf.aspx
│ │ ├── database_bf.aspx.cs
│ │ ├── database_hf.aspx
│ │ ├── database_hf.aspx.cs
│ │ ├── kh_add.aspx
│ │ ├── kh_add.aspx.cs
│ │ ├── kh_manage.aspx
│ │ ├── kh_manage.aspx.cs
│ │ ├── sgcx.aspx
│ │ ├── sgcx.aspx.cs
│ │ ├── sp_jg.aspx
│ │ ├── sp_jg.aspx.cs
│ │ ├── xs_sp.aspx
│ │ ├── xs_sp.aspx.cs
│ │ ├── xtcsh.aspx
│ │ └── xtcsh.aspx.cs
│ ├── image
│ │ ├── 3.jpg
│ │ ├── 3.jpg.psd
│ │ ├── admin_top_bg.gif
│ │ ├── admin_top_close.gif
│ │ ├── admin_top_open.gif
│ │ ├── topbg2.jpg
│ │ ├── topbg.gif
│ │ ├── topbg.gif.psd
│ │ └── topbg.jpg
│ ├── images
│ │ ├── bg.jpg
│ │ ├── bg.jpg.psd
│ │ ├── default_2.gif
│ │ ├── default_3.gif
│ │ ├── default_4.gif
│ │ ├── default_5.gif
│ │ ├── default_6.gif
│ │ ├── default_7.gif
│ │ ├── default_8.gif
│ │ ├── login_10.gif
│ │ ├── login_11.gif
│ │ ├── login_12.gif
│ │ ├── login_13.gif
│ │ ├── login_2.gif
│ │ ├── login_3.gif
│ │ ├── login_4.gif
│ │ ├── login_5.gif
│ │ ├── login_6.gif
│ │ ├── login_7.gif
│ │ ├── login_8.gif
│ │ ├── login_9.gif
│ │ ├── main.jpg
│ │ ├── main.jpg.psd
│ │ ├── spacer.gif
│ │ └── Thumbs.db
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── main.aspx
│ ├── main.aspx.cs
│ ├── main.html
│ ├── menu.html
│ ├── Right.aspx
│ ├── Right.aspx.cs
│ ├── Sell
│ │ ├── ckbbprint.aspx
│ │ ├── ckbbprint.aspx.cs
│ │ ├── ffprint.aspx
│ │ ├── ffprint.aspx.cs
│ │ ├── Report5.rdlc
│ │ ├── Reportff.rdlc
│ │ ├── Sell_add.aspx
│ │ ├── Sell_add.aspx.cs
│ │ ├── Sell_ckbb.aspx
│ │ ├── Sell_ckbb.aspx.cs
│ │ ├── Sell_open.aspx
│ │ ├── Sell_open.aspx.cs
│ │ ├── Sell_open.html
│ │ ├── Sell_search.aspx
│ │ ├── Sell_search.aspx.cs
│ │ ├── Sell_tj.aspx
│ │ └── Sell_tj.aspx.cs
│ ├── skin
│ │ ├── css
│ │ │ ├── base.css
│ │ │ ├── login.css
│ │ │ ├── main.css
│ │ │ └── menu.css
│ │ ├── images
│ │ │ └── frame
│ │ │ ├── addnews.gif
│ │ │ ├── arr3.gif
│ │ │ ├── arr4.gif
│ │ │ ├── arrfc.gif
│ │ │ ├── arrl.gif
│ │ │ ├── arrr.gif
│ │ │ ├── book1.gif
│ │ │ ├── book.gif
│ │ │ ├── bottombg.gif
│ │ │ ├── file_dir.gif
│ │ │ ├── gtk-del.png
│ │ │ ├── gtk-sadd.png
│ │ │ ├── ico_spider.gif
│ │ │ ├── logo.gif
│ │ │ ├── manage1.gif
│ │ │ ├── menuarrow.gif
│ │ │ ├── menu_bg.gif
│ │ │ ├── menubg.gif
│ │ │ ├── menu_bottom.gif
│ │ │ ├── menu-ex.png
│ │ │ ├── menumember.gif
│ │ │ ├── menusearch.gif
│ │ │ ├── menu_top.gif
│ │ │ ├── part-index.gif
│ │ │ ├── qc.gif
│ │ │ ├── search.gif
│ │ │ ├── sp_bg.gif
│ │ │ ├── topbg.gif
│ │ │ ├── topitembg.gif
│ │ │ └── wbg.gif
│ │ └── js
│ │ └── frame
│ │ └── menu.js
│ ├── Stock
│ │ ├── gmprint.aspx
│ │ ├── gmprint.aspx.cs
│ │ ├── Report2.rdlc
│ │ ├── Report3.rdlc
│ │ ├── Report4.rdlc
│ │ ├── Report.rdlc
│ │ ├── rkbbprint.aspx
│ │ ├── rkbbprint.aspx.cs
│ │ ├── Stock_add.aspx
│ │ ├── Stock_add.aspx.cs
│ │ ├── Stock_buycount.aspx
│ │ ├── Stock_buycount.aspx.cs
│ │ ├── Stock_open.aspx
│ │ ├── Stock_open.aspx.cs
│ │ ├── Stockprint.aspx
│ │ ├── Stockprint.aspx.cs
│ │ ├── Stock_rkbb.aspx
│ │ ├── Stock_rkbb.aspx.cs
│ │ ├── stock_rksj.aspx
│ │ ├── stock_rksj.aspx.cs
│ │ ├── Stock_search.aspx
│ │ └── Stock_search.aspx.cs
│ ├── Stockpile
│ │ ├── Stockpile_search.aspx
│ │ └── Stockpile_search.aspx.cs
│ ├── System
│ │ ├── user_add.aspx
│ │ ├── user_add.aspx.cs
│ │ ├── user_edit.aspx
│ │ ├── user_edit.aspx.cs
│ │ ├── user_manage.aspx
│ │ ├── user_manage.aspx.cs
│ │ ├── user_open.aspx
│ │ ├── user_open.aspx.cs
│ │ ├── user_out.aspx
│ │ └── user_out.aspx.cs
│ ├── top.aspx
│ ├── top.aspx.cs
│ ├── Web.Config
│ ├── xmsz
│ │ ├── Commodity_add.aspx
│ │ ├── Commodity_add.aspx.cs
│ │ ├── Company_add.aspx
│ │ ├── Company_add.aspx.cs
│ │ ├── Company_manage.aspx
│ │ ├── Company_manage.aspx.cs
│ │ ├── Company_open.aspx
│ │ ├── Company_open.aspx.cs
│ │ ├── yeclass_add.aspx
│ │ ├── yeclass_add.aspx.cs
│ │ ├── yeclass_manage.aspx
│ │ ├── yeclass_manage.aspx.cs
│ │ ├── yeclass_open.aspx
│ │ └── yeclass_open.aspx.cs
│ ├── 数据库
│ │ └── 数据库.rar
│ ├── 物流.sln
│ └── 物流.suo
└── 论文
└── 论文.doc
22 directories, 193 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论