实例介绍
该软件,已经在现场安装使用,效果不错,现公布源代码
【实例截图】
【核心代码】
314e6903-7172-46a6-910c-4b90e694b436
└── NEUEMS-2012-07-11
├── DataImportClient
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── DataImportClient.exe
│ │ ├── DataImportClient.exe.config
│ │ ├── DataImportClient.pdb
│ │ ├── DataImportClient.vshost.exe
│ │ ├── DataImportClient.vshost.exe.config
│ │ └── DataImportClient.vshost.exe.manifest
│ ├── DataImportClient.csproj
│ ├── DataImportClient.csproj.user
│ ├── DataImportSettings.cs
│ ├── DataImportSettings.Designer.cs
│ ├── DataImportSettings.settings
│ ├── MeasurePointDataReader.cs
│ ├── obj
│ │ └── x86
│ │ └── Debug
│ │ ├── DataImportClient.csproj.FileListAbsolute.txt
│ │ ├── DataImportClient.csproj.ResolveComReference.cache
│ │ ├── DataImportClient.exe
│ │ ├── DataImportClient.pdb
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Service References.MeasurePointDataServiceReference.Reference.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── Service References
│ └── MeasurePointDataServiceReference
│ ├── configuration91.svcinfo
│ ├── configuration.svcinfo
│ ├── DataImportClient.MeasurePointDataServiceReference.MeasuringPointDataSet.datasource
│ ├── MeasuringPointDataSet.xsd
│ ├── PointService1.xsd
│ ├── PointService2.xsd
│ ├── PointService.disco
│ ├── PointService.wsdl
│ ├── PointService.xsd
│ ├── Reference.cs
│ └── Reference.svcmap
├── NEUEMS
│ ├── App_Data
│ │ ├── aspnetdb_log.ldf
│ │ └── ASPNETDB.MDF
│ ├── bin
│ │ ├── NEUEMS.dll
│ │ ├── NEUEMS.pdb
│ │ └── StructureMap.dll
│ ├── ClassDiagram1.cd
│ ├── Content
│ │ └── Site.css
│ ├── Controllers
│ │ ├── AccountController.cs
│ │ ├── AdminController.cs
│ │ ├── EnergyPlanController.cs
│ │ ├── FurnaceDataController.cs
│ │ └── HomeController.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Models
│ │ ├── AccountModels.cs
│ │ ├── EMSDBModel.Designer.cs
│ │ ├── EMSDBModel.edmx
│ │ ├── EnergyPlanModels.cs
│ │ ├── EnergyResultModels.cs
│ │ ├── FurnaceDayDataModels.cs
│ │ ├── FurnaceMinutesDataModels.cs
│ │ ├── FurnaceModels.cs
│ │ ├── MeasurePointMapModels.cs
│ │ ├── MeasuringPointDataSet.cs
│ │ ├── MeasuringPointDataSet.Designer.cs
│ │ ├── MeasuringPointDataSet.xsc
│ │ ├── MeasuringPointDataSet.xsd
│ │ ├── MeasuringPointDataSet.xss
│ │ └── MeasuringPointMapModels.cs
│ ├── NEUEMS.csproj
│ ├── NEUEMS.csproj.user
│ ├── NEUEMS.Publish.xml
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── edmxResourcesToEmbed
│ │ │ └── Models
│ │ │ ├── EMSDBModel.csdl
│ │ │ ├── EMSDBModel.msl
│ │ │ └── EMSDBModel.ssdl
│ │ ├── NEUEMS.csproj.FileListAbsolute.txt
│ │ ├── NEUEMS.dll
│ │ ├── NEUEMS.pdb
│ │ ├── RdlCompile.cache
│ │ ├── RdlCompile.compiled
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ ├── Models.EMSDBModel.Designer.cs.dll
│ │ └── Models.MeasuringPointDataSet.Designer.cs.dll
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Reports
│ │ ├── FurnaceDayReport.aspx
│ │ ├── FurnaceDayReport.aspx.cs
│ │ ├── FurnaceDayReport.aspx.designer.cs
│ │ ├── FurnaceDayReport.rdlc
│ │ ├── FurnaceMinuteReport.aspx
│ │ ├── FurnaceMinuteReport.aspx.cs
│ │ ├── FurnaceMinuteReport.aspx.designer.cs
│ │ ├── FurnaceMinuteReport.rdlc
│ │ ├── WebForm1.aspx
│ │ ├── WebForm1.aspx.cs
│ │ └── WebForm1.aspx.designer.cs
│ ├── Scripts
│ │ ├── Calendar1.js
│ │ ├── jquery-1.4.1.js
│ │ ├── jquery-1.4.1.min.js
│ │ ├── jquery-1.4.1-vsdoc.js
│ │ ├── jquery.validate.js
│ │ ├── jquery.validate.min.js
│ │ ├── jquery.validate-vsdoc.js
│ │ ├── MicrosoftAjax.debug.js
│ │ ├── MicrosoftAjax.js
│ │ ├── MicrosoftMvcAjax.debug.js
│ │ ├── MicrosoftMvcAjax.js
│ │ ├── MicrosoftMvcValidation.debug.js
│ │ ├── MicrosoftMvcValidation.js
│ │ └── My97DatePicker
│ │ ├── calendar.js
│ │ ├── config.js
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ ├── My97DatePicker.htm
│ │ ├── skin
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ ├── WdatePicker.css
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── WdatePicker.js
│ │ └── 开发包
│ │ ├── lang
│ │ │ ├── en.js
│ │ │ ├── zh-cn.js
│ │ │ └── zh-tw.js
│ │ ├── readme.txt
│ │ └── skin
│ │ ├── datePicker.gif
│ │ ├── default
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── WdatePicker.css
│ │ └── whyGreen
│ │ ├── bg.jpg
│ │ ├── datepicker.css
│ │ └── img.gif
│ ├── Views
│ │ ├── Account
│ │ │ ├── ChangePassword.aspx
│ │ │ ├── ChangePasswordSuccess.aspx
│ │ │ ├── LogOn.aspx
│ │ │ ├── ManageUser.aspx
│ │ │ ├── ManageUserPartial.ascx
│ │ │ └── Register.aspx
│ │ ├── Admin
│ │ │ ├── FurnaceParms.aspx
│ │ │ ├── FurnaceParmsPartial.ascx
│ │ │ ├── MpMap.aspx
│ │ │ └── MpMapPartial.ascx
│ │ ├── EnergyPlan
│ │ │ ├── DoPlan.aspx
│ │ │ ├── PlanResult.aspx
│ │ │ └── PlanResultPartial.ascx
│ │ ├── FurnaceData
│ │ │ ├── DayData.aspx
│ │ │ └── DetailData.aspx
│ │ ├── Home
│ │ │ ├── About.aspx
│ │ │ └── Index.aspx
│ │ ├── Shared
│ │ │ ├── Error.aspx
│ │ │ ├── LogOnUserControl.ascx
│ │ │ └── Site.Master
│ │ └── Web.config
│ ├── web.config
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ └── WebService
│ ├── IPointService.cs
│ ├── PointService.svc
│ └── PointService.svc.cs
├── NEUEMS.sln
├── NEUEMS.suo
├── NEUEMS.Tests
│ ├── App.config
│ ├── bin
│ │ └── Debug
│ │ ├── NEUEMS_Accessor.dll
│ │ ├── NEUEMS_Accessor.pdb
│ │ ├── NEUEMS.dll
│ │ ├── NEUEMS.pdb
│ │ ├── NEUEMS.Tests.dll
│ │ ├── NEUEMS.Tests.dll.config
│ │ ├── NEUEMS.Tests.pdb
│ │ └── StructureMap.dll
│ ├── Controllers
│ │ ├── AccountControllerTest.cs
│ │ └── HomeControllerTest.cs
│ ├── NEUEMS.Tests.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── NEUEMS_Accessor.dll
│ │ ├── NEUEMS_Accessor.pdb
│ │ ├── NEUEMS.Tests.csproj.FileListAbsolute.txt
│ │ ├── NEUEMS.Tests.dll
│ │ └── ResolveAssemblyReference.cache
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ └── 测试引用
│ └── NEUEMS.accessor
└── TestResults
├── Administrator_ZYH-PC 2012-06-17 19_51_14
│ └── Out
│ ├── AgentRestart.dat
│ ├── NEUEMS.dll
│ ├── NEUEMS.pdb
│ ├── neuems.tests.dll
│ ├── neuems.tests.dll.config
│ ├── NEUEMS.Tests.pdb
│ └── StructureMap.dll
├── Administrator_ZYH-PC 2012-06-17 19_51_14.trx
├── Administrator_ZYH-PC 2012-06-18 18_26_52
│ └── Out
│ ├── NEUEMS.dll
│ ├── NEUEMS.pdb
│ ├── neuems.tests.dll
│ ├── neuems.tests.dll.config
│ ├── NEUEMS.Tests.pdb
│ └── StructureMap.dll
├── Administrator_ZYH-PC 2012-06-18 18_26_52.trx
├── Administrator_ZYH-PC 2012-06-18 19_03_26
│ └── Out
│ ├── NEUEMS.dll
│ ├── NEUEMS.pdb
│ ├── neuems.tests.dll
│ ├── neuems.tests.dll.config
│ ├── NEUEMS.Tests.pdb
│ └── StructureMap.dll
└── Administrator_ZYH-PC 2012-06-18 19_03_26.trx
58 directories, 199 files
标签:
网友评论
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
支持(0) 盖楼(回复)
支持(0) 盖楼(回复)