在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 刀具管理系统.rar

刀具管理系统.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:9.94M
  • 下载次数:21
  • 浏览次数:227
  • 发布时间:2021-11-23
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
刀具管理系统,一个刀具借还管理的系统,包括数据库,有很好的实用性
【实例截图】
【核心代码】
4744300845144591275.rar
└── 刀具管理系统
└── Reamer
├── App_Code
│   └── Classes
│   ├── Assemblier.cs
│   ├── BladeReamer.cs
│   ├── CommonQuery.cs
│   ├── ConsumeReamer.cs
│   ├── EnterStorage.cs
│   ├── FewStorage.cs
│   ├── Fitting.cs
│   ├── Helper.cs
│   ├── Hrm.cs
│   ├── Inventory.cs
│   ├── MillingReamer.cs
│   ├── power.cs
│   ├── Program.cs
│   ├── PurchaseBill.cs
│   ├── ReamerSpec.cs
│   ├── Regeneration.cs
│   ├── Requirements.cs
│   ├── UnReuirements.cs
│   └── vssver2.scc
├── App_Data
├── BaseMaintain
│   ├── BillSelect.aspx
│   ├── BillSelect.aspx.cs
│   ├── FewStorage.aspx
│   ├── FewStorage.aspx.cs
│   ├── FittingEdit.aspx
│   ├── FittingEdit.aspx.cs
│   ├── FittingMaintain.aspx
│   ├── FittingMaintain.aspx.cs
│   ├── GeneralDefinitionAdd.aspx
│   ├── GeneralDefinitionAdd.aspx.cs
│   ├── GeneralDefinition.aspx
│   ├── GeneralDefinition.aspx.cs
│   ├── NowStockList.aspx
│   ├── NowStockList.aspx.cs
│   ├── PRGReciveReamer.aspx
│   ├── PRGReciveReamer.aspx.cs
│   ├── ReamerEnterStorage.aspx
│   ├── ReamerEnterStorage.aspx.cs
│   ├── ReamerSpec.aspx
│   ├── ReamerSpec.aspx.cs
│   ├── ReamerSpecModify.aspx
│   ├── ReamerSpecModify.aspx.cs
│   ├── ReamerType.aspx
│   ├── ReamerType.aspx.cs
│   ├── ReamerTypeOperate.aspx
│   ├── ReamerTypeOperate.aspx.cs
│   ├── RegenerationBody.aspx
│   ├── RegenerationBody.aspx.cs
│   ├── RegenerationHead.aspx
│   ├── RegenerationHead.aspx.cs
│   ├── Regeneration.htm
│   ├── SelectRegeneration.aspx
│   ├── SelectRegeneration.aspx.cs
│   ├── SpecName.aspx
│   ├── SpecName.aspx.cs
│   ├── SpectNameOperate.aspx
│   ├── SpectNameOperate.aspx.cs
│   ├── StockList.aspx
│   ├── StockList.aspx.cs
│   └── vssver2.scc
├── Bin
│   ├── Anthem.dll
│   ├── anthem.dll.refresh
│   ├── App_Licenses.dll
│   ├── ComboBox.dll
│   ├── Interop.Excel.dll
│   ├── Interop.Excel.dll.refresh
│   ├── Interop.VBIDE.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Configuration.Design.xml
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Database.Configuration.Design.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Database.Configuration.Design.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Database.Configuration.Design.xml
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Database.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Database.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.Database.xml
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Caching.xml
│   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Common.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Common.xml
│   ├── Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Configuration.Design.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Configuration.Design.xml
│   ├── Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Data.Configuration.Design.xml
│   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll
│   ├── Microsoft.Practices.EnterpriseLibrary.Data.dll.refresh
│   ├── Microsoft.Practices.EnterpriseLibrary.Data.xml
│   ├── Microsoft.Practices.ObjectBuilder.dll
│   ├── Microsoft.Practices.ObjectBuilder.dll.refresh
│   ├── Microsoft.Practices.ObjectBuilder.xml
│   ├── msgbox.dll
│   ├── msgbox.dll.refresh
│   ├── RadCalendar.Net2.dll
│   ├── RadCalendar.Net2.dll.refresh
│   ├── RadCalendar.Net2.xml
│   ├── RadCombobox.Net2.dll
│   ├── RadCombobox.Net2.dll.refresh
│   ├── RadCombobox.Net2.dll.refresh.exclude
│   ├── RadCombobox.Net2.xml
│   ├── RadGrid.Net2.dll
│   ├── RadGrid.Net2.dll.refresh
│   ├── RadGrid.Net2.xml
│   ├── RadInput.Net2.dll
│   ├── RadInput.Net2.xml
│   └── vssver2.scc
├── Cam
│   ├── PrgImport.aspx
│   ├── PrgImport.aspx.cs
│   ├── PrgOperation.aspx
│   ├── PrgOperation.aspx.cs
│   ├── SelBladeFitting1.aspx
│   ├── SelBladeFitting1.aspx.cs
│   ├── SelBladeFitting2.aspx
│   ├── SelBladeFitting2.aspx.cs
│   ├── SelBladeFitting3.aspx
│   ├── SelBladeFitting3.aspx.cs
│   ├── SelBladeFitting4.aspx
│   ├── SelBladeFitting4.aspx.cs
│   ├── SelBlade.htm
│   ├── SelBladeReamer.aspx
│   ├── SelBladeReamer.aspx.cs
│   ├── SelFitting1.aspx
│   ├── SelFitting1.aspx.cs
│   ├── SelFitting2.aspx
│   ├── SelFitting2.aspx.cs
│   ├── SelFitting3.aspx
│   ├── SelFitting3.aspx.cs
│   ├── SelFitting4.aspx
│   ├── SelFitting4.aspx.cs
│   ├── SelFitting5.aspx
│   ├── SelFitting5.aspx.cs
│   ├── SelMilling.htm
│   ├── SelMillingReamer.aspx
│   ├── SelMillingReamer.aspx.cs
│   └── vssver2.scc
├── Css
│   ├── css1.css
│   └── vssver2.scc
├── Default.aspx
├── Default.aspx.cs
├── Default.htm
├── Design
│   ├── PrgOperation.aspx
│   ├── PrgOperation.aspx.cs
│   ├── PrgOrder.aspx
│   ├── PrgOrder.aspx.cs
│   ├── PrgQuesion.aspx
│   ├── PrgQuesion.aspx.cs
│   ├── PrgQuestion1.aspx
│   ├── PrgQuestion1.aspx.cs
│   ├── PrgQuestion.aspx
│   ├── PrgQuestion.aspx.cs
│   ├── PrgSelect.aspx
│   ├── PrgSelect.aspx.cs
│   ├── PrgSelect_DP.aspx
│   ├── PrgSelect_DP.aspx.cs
│   ├── PrgSelect_DPFt.aspx
│   ├── PrgSelect_DPFt.aspx.cs
│   ├── PrgSelectFt.aspx
│   ├── PrgSelectFt.aspx.cs
│   ├── RegenOperation.aspx
│   ├── RegenOperation.aspx.cs
│   ├── Requirement.aspx
│   ├── Requirement.aspx.cs
│   ├── Test.aspx
│   ├── Test.aspx.cs
│   └── vssver2.scc
├── eReamer.sln
├── eReamer.suo
├── eReamer.vssscc
├── Excel
│   ├── Book1.xls
│   ├── Table_DutyOfficer.xls
│   ├── Table_Spec _New_07.03.19.xls
│   ├── testreload.xls
│   ├── Test.xls
│   ├── Tool-UG.xls
│   ├── vssver2.scc
│   ├── vssver.scc
│   ├── YT7004-M01-01-E04-A.xls
│   ├── YT7010-M01-E01-A.xls
│   ├── YT7042-B04-A.xls
│   ├── YT7042-M01-A.xls
│   ├── YT7043-F01-E03-A.xls
│   ├── YT7064-A01-A.xls
│   ├── YT7064-A04-A.xls
│   ├── YT7066-M02-E10-A.xls
│   ├── YT7070-A03-E01-A.xls
│   ├── YT7070-F01-E06-A(自動換刀系統不用).xls
│   ├── YT7070-M01-03-A.xls
│   ├── YT7070-M01-A-work1.xls
│   ├── YT7070-M01-A-work2.xls
│   └── YT7071-M04-A.xls
├── Footer.htm
├── Header.aspx
├── Header.aspx.cs
├── Images
│   ├── 03062003109.gif
│   ├── 1.png
│   ├── Add.gif
│   ├── add.jpg
│   ├── addno.jpg
│   ├── apple.jpg
│   ├── Approve.gif
│   ├── Back1.ICO
│   ├── back.gif
│   ├── Back.ico
│   ├── banlist_16.png
│   ├── basemaintain01.ico
│   ├── biao.jpg
│   ├── blueexplorer.gif
│   ├── button41_bg.gif
│   ├── button5_bg.gif
│   ├── button6_bg.gif
│   ├── button7_bg.gif
│   ├── button8_bg.gif
│   ├── cam.gif
│   ├── Cam_new.ico
│   ├── cancel.gif
│   ├── cancel.ico
│   ├── cancel.jpg
│   ├── clock121.swf
│   ├── Confirm.gif
│   ├── confirm_old.gif
│   ├── congzhi.jpg
│   ├── copy.gif
│   ├── copy.jpg
│   ├── daojuwelcom.jpg
│   ├── daoru.jpg
│   ├── datamaintain01.ico
│   ├── Del.gif
│   ├── del.ico
│   ├── del.jpg
│   ├── dengluzhe.gif
│   ├── download.bmp
│   ├── edit.ico
│   ├── eHead.bmp
│   ├── electrode_head.bmp
│   ├── electrode_head.jpg
│   ├── EXCEL.ICO
│   ├── expand.gif
│   ├── formbg.jpg
│   ├── gongnenlan.jpg
│   ├── guihuan.jpg
│   ├── headback.jpg
│   ├── headlogout.gif
│   ├── hidden.gif
│   ├── hline.jpg
│   ├── hlogout.gif
│   ├── icon3.png
│   ├── integrity_fail.png
│   ├── jiangdengji.jpg
│   ├── jiang.jpg
│   ├── jiesuan.jpg
│   ├── kong.gif
│   ├── kong.jpg
│   ├── l1.jpg
│   ├── l2.jpg
│   ├── l3.jpg
│   ├── l4.jpg
│   ├── l5.jpg
│   ├── l6.jpg
│   ├── leftbg.jpg
│   ├── line01.gif
│   ├── line-1.gif
│   ├── line.gif
│   ├── lingyong.jpg
│   ├── loginbg.jpg
│   ├── loginbt.jpg
│   ├── login.ico
│   ├── loginIco.jpg
│   ├── loginleft.jpg
│   ├── loginOut.jpg
│   ├── logintop.jpg
│   ├── main-2.jpg
│   ├── mainbg.jpg
│   ├── middle.jpg
│   ├── modify.ico
│   ├── mon.jpg
│   ├── newemployee01.ico
│   ├── new.gif
│   ├── new.ico
│   ├── new.jpg
│   ├── nex.gif
│   ├── nopass.jpg
│   ├── nophot.gif
│   ├── ok_16.png
│   ├── ok.jpg
│   ├── okno.jpg
│   ├── open.gif
│   ├── open.jpg
│   ├── out.gif
│   ├── page_icon.gif
│   ├── parameter.gif
│   ├── pass.gif
│   ├── pass.jpg
│   ├── pass.png
│   ├── per.gif
│   ├── Pitch.gif
│   ├── pm.gif
│   ├── preview.ico
│   ├── print.gif
│   ├── print.ico
│   ├── qingkong.jpg
│   ├── query.ico
│   ├── quit.gif
│   ├── refresh.ico
│   ├── renshiweihu.ico
│   ├── renshizuoye.ico
│   ├── report.bmp
│   ├── reset.gif
│   ├── ru.jpg
│   ├── save.gif
│   ├── save.ico
│   ├── save.jpg
│   ├── Save_Multi.ICO
│   ├── Save_Multi.jpg
│   ├── seachbt.jpg
│   ├── seachbtno.jpg
│   ├── seach.jpg
│   ├── search.gif
│   ├── sel1.JPG
│   ├── sel2.JPG
│   ├── sel3.JPG
│   ├── sel4.JPG
│   ├── sel5.JPG
│   ├── Setting.ico
│   ├── shengdengji.jpg
│   ├── sheng.jpg
│   ├── show.gif
│   ├── stock.gif
│   ├── submit_16.png
│   ├── system.gif
│   ├── systemtag.jpg
│   ├── Tag.ico
│   ├── Thumbs.db
│   ├── T+.ico
│   ├── T-.ico
│   ├── time.gif
│   ├── titleleft.jpg
│   ├── titleright.jpg
│   ├── T+.jpg
│   ├── T-.jpg
│   ├── topbg.jpg
│   ├── topimage.ico
│   ├── tuijian.jpg
│   ├── upload.gif
│   ├── upload.jpg
│   ├── vssver2.scc
│   ├── xitongweihu.ico
│   ├── xuanok.jpg
│   └── xuanze.jpg
├── licenses.licx
├── Login.aspx
├── Login.aspx.cs
├── Main.htm
├── Menu.aspx
├── Menu.aspx.cs
├── mssccprj.scc
├── PM
│   ├── CrystalReport.rpt
│   ├── DataSet1.xsd
│   ├── DataSet1.xss
│   ├── PrgPrint.aspx
│   ├── PrgPrint.aspx.cs
│   ├── PrgReturn.rpt
│   ├── PrgReturn.xsd
│   ├── PrgReturn.xsx
│   ├── RegenerationApprove.aspx
│   ├── RegenerationApprove.aspx.cs
│   ├── RegenPrint.aspx
│   ├── RegenPrint.aspx.cs
│   ├── RegenPrint.rpt
│   ├── RegenPrint.xsd
│   ├── RegenPrint.xsx
│   ├── ReqSelection.aspx
│   ├── ReqSelection.aspx.cs
│   ├── RequirementsMaintain.aspx
│   ├── RequirementsMaintain.aspx.cs
│   ├── RequirementsMaintainPrint.aspx
│   ├── RequirementsMaintainPrint.aspx.cs
│   ├── Requirements.rpt
│   ├── Requirements.xsd
│   ├── Requirements.xsx
│   ├── SelectRegeneration.aspx
│   ├── SelectRegeneration.aspx.cs
│   ├── UnconPrgReturn.aspx
│   ├── UnconPrgReturn.aspx.cs
│   ├── vssver2.scc
│   └── vssver.scc
├── PRG
│   ├── UnconPrgReceiveReturn.aspx
│   ├── UnconPrgReceiveReturn.aspx.cs
│   ├── vssver2.scc
│   └── vssver.scc
├── Query
│   ├── ActiveManagements.aspx
│   ├── ActiveManagements.aspx.cs
│   ├── EMBTable.aspx
│   ├── EMBTable.aspx.cs
│   ├── ReamerTable.aspx
│   ├── ReamerTable.aspx.cs
│   └── vssver2.scc
├── RadControls
│   ├── Combobox
│   │   ├── Scripts
│   │   │   └── 2_3_0
│   │   │   ├── RadComboBox.js
│   │   │   └── vssver2.scc
│   │   └── Skins
│   │   ├── Brick
│   │   │   ├── bg.gif
│   │   │   ├── bgOver.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── dropDownBg.gif
│   │   │   ├── headerBg.gif
│   │   │   ├── headerSeparator.gif
│   │   │   ├── moreResults.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   └── vssver2.scc
│   │   ├── Classic
│   │   │   ├── bg.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── dropDownBg.gif
│   │   │   ├── moreResults.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── ClassicBlue
│   │   │   ├── bg.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── dropDownBg.gif
│   │   │   ├── moreResults.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── ClassicGold
│   │   │   ├── bg.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── dropDownBg.gif
│   │   │   ├── moreResults.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── Default
│   │   │   ├── bg.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   └── vssver2.scc
│   │   ├── Inox
│   │   │   ├── ComboBoxDropDownBackground.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── InputBackground.gif
│   │   │   ├── InputBackgroundHover.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   └── vssver2.scc
│   │   ├── Mac
│   │   │   ├── bg.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── dropdownBg.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── Outlook
│   │   │   ├── bg.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── dropdownBg.gif
│   │   │   ├── moreResults.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   └── vssver2.scc
│   │   ├── Rtl
│   │   │   ├── DropArrow.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── Telerik
│   │   │   ├── bg.gif
│   │   │   ├── DropArrow.gif
│   │   │   ├── dropDownBg.gif
│   │   │   ├── moreResults.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── VSNET
│   │   │   ├── DropArrow.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── WebBlue
│   │   │   ├── DropArrow.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   └── vssver2.scc
│   │   ├── WindowsGray
│   │   │   ├── DropArrow.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   ├── WindowsOlive
│   │   │   ├── DropArrow.gif
│   │   │   ├── ScrollDownDisabled.gif
│   │   │   ├── ScrollDown.gif
│   │   │   ├── Styles.css
│   │   │   ├── Thumbs.db
│   │   │   └── vssver2.scc
│   │   └── WindowsXP
│   │   ├── DropArrow.gif
│   │   ├── ScrollDownDisabled.gif
│   │   ├── ScrollDown.gif
│   │   ├── Styles.css
│   │   ├── Thumbs.db
│   │   └── vssver2.scc
│   ├── LicenseFile.xml
│   └── vssver2.scc
├── rms.dmp
├── sqlnet.log
├── Stock
│   ├── BillMaintain.aspx
│   ├── BillMaintain.aspx.cs
│   ├── InventoryOperate.aspx
│   ├── InventoryOperate.aspx.cs
│   ├── JunkBody.aspx
│   ├── JunkBody.aspx.cs
│   ├── JunkHead.aspx
│   ├── JunkHead.aspx.cs
│   ├── Junk.htm
│   ├── Make_Inventory.aspx
│   ├── Make_Inventory.aspx.cs
│   ├── PrgINPrint.aspx
│   ├── PrgINPrint.aspx.cs
│   ├── PrgReamerIn.aspx
│   ├── PrgReamerIn.aspx.cs
│   ├── PrgReamerIn.xsd
│   ├── PrgReamerIn.xsx
│   ├── PRSelection.aspx
│   ├── PRSelection.aspx.cs
│   ├── PurchaseBillApprove.aspx
│   ├── PurchaseBillApprove.aspx.cs
│   ├── PurchaseBillMaintain.aspx
│   ├── PurchaseBillMaintain.aspx.cs
│   ├── PurchaseBillMaintain.rpt
│   ├── PurchaseBillMaintain.xsd
│   ├── PurchaseBillMaintain.xsx
│   ├── PurchaseBillSearch.aspx
│   ├── PurchaseBillSearch.aspx.cs
│   ├── PurchaseInStock.aspx
│   ├── PurchaseInStock.aspx.cs
│   ├── ReamerEnterStorage.aspx
│   ├── ReamerEnterStorage.aspx.cs
│   ├── RegenerationInStockBody.aspx
│   ├── RegenerationInStockBody.aspx.cs
│   ├── RegenerationInStockHead.aspx
│   ├── RegenerationInStockHead.aspx.cs
│   ├── RegenerationInStock.htm
│   ├── RegenerationOutStockBody.aspx
│   ├── RegenerationOutStockBody.aspx.cs
│   ├── RegenerationOutStockHead.aspx
│   ├── RegenerationOutStockHead.aspx.cs
│   ├── RegenerationOutStock.htm
│   ├── SelectBill.aspx
│   ├── SelectBill.aspx.cs
│   ├── SelectRegeneration.aspx
│   ├── SelectRegeneration.aspx.cs
│   ├── SelectStockInRegeneration.aspx
│   ├── SelectStockInRegeneration.aspx.cs
│   ├── StorageInOutFind.aspx
│   ├── StorageInOutFind.aspx.cs
│   ├── vssver2.scc
│   ├── vssver.scc
│   ├── 複製 -PurchaseBillMaintain.aspx
│   └── 複製 -PurchaseBillMaintain.aspx.cs
├── Switcher.aspx
├── Switcher.aspx.cs
├── Table_Spec _New_07.03.16.xls
├── Test.aspx
├── Test.aspx.cs
├── UserMan
│   ├── AssignGroup.aspx
│   ├── AssignGroup.aspx.cs
│   ├── AssignGroupModule.htm
│   ├── AssignModule.aspx
│   ├── AssignModule.aspx.cs
│   ├── del.ico
│   ├── EditGroup.aspx
│   ├── EditGroup.aspx.cs
│   ├── EditUser.aspx
│   ├── EditUser.aspx.cs
│   ├── EditUserPwd.aspx
│   ├── EditUserPwd.aspx.cs
│   ├── modify.ico
│   ├── new.ico
│   ├── SysGroup.aspx
│   ├── SysGroup.aspx.cs
│   ├── Users.aspx
│   ├── Users.aspx.cs
│   ├── vssver2.scc
│   └── vssver.scc
├── ViewDetail
│   ├── Default.aspx
│   ├── Default.aspx.cs
│   ├── FewStorageSearch.aspx
│   ├── FewStorageSearch.aspx.cs
│   ├── PrgDetail.aspx
│   ├── PrgDetail.aspx.cs
│   ├── PurchaseBillSearch.aspx
│   ├── PurchaseBillSearch.aspx.cs
│   ├── ReqDetail.aspx
│   ├── ReqDetail.aspx.cs
│   ├── StuffQry.aspx
│   ├── StuffQry.aspx.cs
│   └── vssver2.scc
├── vssver2.scc
├── vssver.scc
├── vwd.webinfo
├── Warehouse
│   ├── BorrowReamer.aspx
│   ├── BorrowReamer.aspx.cs
│   ├── BorrowReamerPrint.aspx
│   ├── BorrowReamerPrint.aspx.cs
│   ├── BorrowReamer.rpt
│   ├── BorrowReamer.xsd
│   ├── BorrowReamer.xsx
│   ├── FewStorage.aspx
│   ├── FewStorage.aspx.cs
│   ├── gongnenlan.jpg
│   ├── RevertReamer.aspx
│   ├── RevertReamer.aspx.cs
│   ├── RevertReamerPrint.aspx
│   ├── RevertReamerPrint.aspx.cs
│   ├── RevertReamer.rpt
│   ├── RevertReamer.xsd
│   ├── RevertReamer.xsx
│   ├── RptReprot.rpt
│   ├── Thumbs.db
│   ├── UnconvBorrowReamer.aspx
│   ├── UnconvBorrowReamer.aspx.cs
│   ├── UnconvBRPrint.aspx
│   ├── UnconvBRPrint.aspx.cs
│   ├── vssver2.scc
│   ├── vssver.scc
│   ├── XMLSchema.xsd
│   └── XMLSchema.xsx
└── Web.Config

39 directories, 639 files

标签:

实例下载地址

刀具管理系统.rar

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

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

网友评论

第 1 楼 小小菜A 发表于: 2022-11-29 17:14 30
你的数据库呢

支持(0) 盖楼(回复)

发表评论

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

查看所有1条评论>>

小贴士

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

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

关于好例子网

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

;
报警