实例介绍
http://www.cnblogs.com/yjwlogs/ 博客资源的项目源代码; C# (WPF-MVVM)项目源码;(涉及语法糖 请用vs2017打开) 包含SQLiteStudio的应用;excel导出的封装(引用Npoi);邮件推送;异步线程; 自定义tabItem标签,自定义分页控件,自定义带焦点控制的输入框;样式的灵活使用等...
【实例截图】
【核心代码】
16359647679974138988.zip
└── SearchData
├── Common
│ ├── BaseModels
│ │ ├── BaseException.cs
│ │ ├── WebApiException.cs
│ │ └── WorkException.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Common.dll
│ │ │ ├── Common.pdb
│ │ │ ├── NPOI.dll
│ │ │ ├── NPOI.OOXML.dll
│ │ │ ├── NPOI.OpenXml4Net.dll
│ │ │ ├── NPOI.OpenXmlFormats.dll
│ │ │ └── NPOI.xml
│ │ └── Release
│ ├── Common.csproj
│ ├── ComputerHelper.cs
│ ├── ExcelHelper
│ │ ├── Models
│ │ │ └── ContentsExport.cs
│ │ ├── NpoiExtension.cs
│ │ └── Params
│ │ ├── ColumnAttribute.cs
│ │ ├── FilterAttribute.cs
│ │ ├── FreezeAttribute.cs
│ │ └── StatisticsAttribute.cs
│ ├── GuidHelper.cs
│ ├── JsonHelper.cs
│ ├── LoggerHelper.cs
│ ├── obj
│ │ └── Debug
│ │ ├── Common.csproj.CopyComplete
│ │ ├── Common.csproj.CoreCompileInputs.cache
│ │ ├── Common.csproj.FileListAbsolute.txt
│ │ ├── Common.csprojResolveAssemblyReference.cache
│ │ ├── Common.dll
│ │ ├── Common.pdb
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── TempPE
│ ├── PredicateBuilder.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ThrowHelper.cs
│ └── WindowsHelper.cs
├── Model
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Chloe.dll
│ │ │ ├── Model.dll
│ │ │ └── Model.pdb
│ │ └── Release
│ ├── Entities
│ │ ├── Contents.cs
│ │ ├── SystemSets.cs
│ │ └── Users.cs
│ ├── Enums
│ │ └── SetTypes.cs
│ ├── Model.csproj
│ ├── Models
│ │ └── UsersModel.cs
│ ├── obj
│ │ └── Debug
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Model.csproj.CopyComplete
│ │ ├── Model.csproj.CoreCompileInputs.cache
│ │ ├── Model.csproj.FileListAbsolute.txt
│ │ ├── Model.csprojResolveAssemblyReference.cache
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ └── TempPE
│ ├── Params
│ │ └── LoginParam.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── RelayCommand.cs
│ └── ViewModelBase.cs
├── packages
├── SearchData
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── Attributes
│ │ ├── CloseableTabItem.cs
│ │ └── WindowsEvent.cs
│ ├── bin
│ │ ├── Debug
│ │ │ ├── Chloe.dll
│ │ │ ├── Chloe.SQLite.dll
│ │ │ ├── Common.dll
│ │ │ ├── Common.pdb
│ │ │ ├── EmitMapper.dll
│ │ │ ├── Lib
│ │ │ │ ├── EmitMapper.dll
│ │ │ │ ├── SQLite
│ │ │ │ │ ├── Chloe.dll
│ │ │ │ │ ├── Chloe.SQLite.dll
│ │ │ │ │ ├── System.Data.SQLite.xml
│ │ │ │ │ ├── x64
│ │ │ │ │ └── x86
│ │ │ │ └── System.Windows.Interactivity.dll
│ │ │ ├── Model.dll
│ │ │ ├── Model.pdb
│ │ │ ├── NPOI.dll
│ │ │ ├── NPOI.OOXML.dll
│ │ │ ├── NPOI.OpenXml4Net.dll
│ │ │ ├── NPOI.OpenXmlFormats.dll
│ │ │ ├── NPOI.xml
│ │ │ ├── SearchData.db
│ │ │ ├── SearchData.exe
│ │ │ ├── SearchData.exe.config
│ │ │ ├── SearchData.pdb
│ │ │ ├── Service.dll
│ │ │ ├── Service.pdb
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── System.Data.SQLite.dll.config
│ │ │ ├── System.Data.SQLite.xml
│ │ │ ├── System.Windows.Interactivity.dll
│ │ │ ├── x64
│ │ │ │ └── SQLite.Interop.dll
│ │ │ └── x86
│ │ │ └── SQLite.Interop.dll
│ │ └── Release
│ ├── Connected Services
│ ├── Lib
│ │ ├── EmitMapper.dll
│ │ ├── Npoi
│ │ │ ├── NPOI.dll
│ │ │ ├── NPOI.OOXML.dll
│ │ │ ├── NPOI.OpenXml4Net.dll
│ │ │ ├── NPOI.OpenXmlFormats.dll
│ │ │ └── NPOI.xml
│ │ ├── SQLite
│ │ │ ├── Chloe.dll
│ │ │ ├── Chloe.SQLite.dll
│ │ │ ├── System.Data.SQLite.dll
│ │ │ ├── System.Data.SQLite.xml
│ │ │ ├── x64
│ │ │ │ └── SQLite.Interop.dll
│ │ │ └── x86
│ │ │ └── SQLite.Interop.dll
│ │ └── System.Windows.Interactivity.dll
│ ├── Managers
│ │ ├── ApplicationManager.cs
│ │ ├── ExceptionManager.cs
│ │ ├── Export
│ │ │ └── ContentsExport.cs
│ │ ├── MessageBoxManager.cs
│ │ └── TabControlManager.cs
│ ├── obj
│ │ └── Debug
│ │ ├── App.baml
│ │ ├── App.g.cs
│ │ ├── App.g.i.cs
│ │ ├── Attributes
│ │ │ ├── BaseWindow.g.i.cs
│ │ │ └── Window1.g.i.cs
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── GeneratedInternalTypeHelper.g.cs
│ │ ├── GeneratedInternalTypeHelper.g.i.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── Resources
│ │ │ └── Styles
│ │ │ ├── BorderStyle.baml
│ │ │ ├── ButtonStyle.baml
│ │ │ ├── CheckBoxStyle.baml
│ │ │ ├── TabItemStyle.baml
│ │ │ ├── TextBlockStyle.baml
│ │ │ └── TextBoxStyle.baml
│ │ ├── SearchData_Content.g.cs
│ │ ├── SearchData_Content.g.i.cs
│ │ ├── SearchData.csproj.CopyComplete
│ │ ├── SearchData.csproj.CoreCompileInputs.cache
│ │ ├── SearchData.csproj.FileListAbsolute.txt
│ │ ├── SearchData.csproj.GenerateResource.Cache
│ │ ├── SearchData.csprojResolveAssemblyReference.cache
│ │ ├── SearchData.exe
│ │ ├── SearchData.g.resources
│ │ ├── SearchData_MarkupCompile.cache
│ │ ├── SearchData_MarkupCompile.i.cache
│ │ ├── SearchData_MarkupCompile.lref
│ │ ├── SearchData.pdb
│ │ ├── SearchData.Properties.Resources.resources
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ └── View
│ │ ├── Content
│ │ │ ├── Edit.baml
│ │ │ ├── Edit.g.cs
│ │ │ ├── Edit.g.i.cs
│ │ │ ├── Export.baml
│ │ │ ├── Export.g.cs
│ │ │ ├── Export.g.i.cs
│ │ │ ├── Search.baml
│ │ │ ├── Search.g.cs
│ │ │ └── Search.g.i.cs
│ │ ├── Controls
│ │ │ ├── PageTabItemHeader.baml
│ │ │ ├── PageTabItemHeader.g.cs
│ │ │ ├── PageTabItemHeader.g.i.cs
│ │ │ ├── UcInputBox.baml
│ │ │ ├── UcInputBox.g.cs
│ │ │ ├── UcInputBox.g.i.cs
│ │ │ ├── UcPager.baml
│ │ │ ├── UcPager.g.cs
│ │ │ └── UcPager.g.i.cs
│ │ ├── MainWindow.baml
│ │ ├── MainWindow.g.cs
│ │ ├── MainWindow.g.i.cs
│ │ ├── SystemSet
│ │ │ ├── Setting.baml
│ │ │ ├── Setting.g.cs
│ │ │ └── Setting.g.i.cs
│ │ └── User
│ │ ├── Login.baml
│ │ ├── Login.g.cs
│ │ ├── Login.g.i.cs
│ │ ├── Register.baml
│ │ ├── Register.g.cs
│ │ └── Register.g.i.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── Files
│ │ ├── Images
│ │ ├── Sounds
│ │ └── Styles
│ │ ├── BorderStyle.xaml
│ │ ├── ButtonStyle.xaml
│ │ ├── CheckBoxStyle.xaml
│ │ ├── TabItemStyle.xaml
│ │ ├── TextBlockStyle.xaml
│ │ └── TextBoxStyle.xaml
│ ├── SearchData.csproj
│ ├── View
│ │ ├── Content
│ │ │ ├── Edit.xaml
│ │ │ ├── Edit.xaml.cs
│ │ │ ├── Export.xaml
│ │ │ ├── Export.xaml.cs
│ │ │ ├── Search.xaml
│ │ │ └── Search.xaml.cs
│ │ ├── Controls
│ │ │ ├── PageTabItemHeader.xaml
│ │ │ ├── PageTabItemHeader.xaml.cs
│ │ │ ├── UcInputBox.xaml
│ │ │ ├── UcInputBox.xaml.cs
│ │ │ ├── UcPager.xaml
│ │ │ └── UcPager.xaml.cs
│ │ ├── MainWindow.xaml
│ │ ├── MainWindow.xaml.cs
│ │ ├── SystemSet
│ │ │ ├── Setting.xaml
│ │ │ └── Setting.xaml.cs
│ │ └── User
│ │ ├── Login.xaml
│ │ ├── Login.xaml.cs
│ │ ├── Register.xaml
│ │ └── Register.xaml.cs
│ └── ViewModel
│ ├── BasicDataViewModel.cs
│ ├── Contract
│ │ ├── EditContact.cs
│ │ ├── EmailFieldContact.cs
│ │ └── HideFieldContact.cs
│ ├── EditViewModel.cs
│ ├── ExportViewModel.cs
│ ├── LoginViewModel.cs
│ ├── PagerViewModel.cs
│ ├── RegisterViewModel.cs
│ ├── SearchViewModel.cs
│ ├── SettingViewModel.cs
│ └── UcInputBoxViewModel.cs
├── SearchData.sln
└── Service
├── bin
│ ├── Debug
│ │ ├── Chloe.dll
│ │ ├── Chloe.SQLite.dll
│ │ ├── Common.dll
│ │ ├── Common.pdb
│ │ ├── EmitMapper.dll
│ │ ├── Model.dll
│ │ ├── Model.pdb
│ │ ├── NPOI.dll
│ │ ├── NPOI.OOXML.dll
│ │ ├── NPOI.OpenXml4Net.dll
│ │ ├── NPOI.OpenXmlFormats.dll
│ │ ├── NPOI.xml
│ │ ├── Service.dll
│ │ ├── Service.pdb
│ │ ├── System.Data.SQLite.dll
│ │ └── System.Data.SQLite.xml
│ └── Release
├── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ ├── Service.csproj.CopyComplete
│ ├── Service.csproj.CoreCompileInputs.cache
│ ├── Service.csproj.FileListAbsolute.txt
│ ├── Service.csprojResolveAssemblyReference.cache
│ ├── Service.dll
│ ├── Service.pdb
│ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ └── TempPE
├── Properties
│ └── AssemblyInfo.cs
├── Service.csproj
├── SQLite
│ ├── ContentsService.cs
│ ├── SystemSetsService.cs
│ ├── Table
│ │ ├── TableChecker.cs
│ │ └── TableCreater.cs
│ └── UsersService.cs
├── SQLiteHelper
│ ├── DbConfiger.cs
│ ├── SqLiteConnectionFactory.cs
│ ├── SqLiteDbProvider.cs
│ └── SqLiteSqlHelper.cs
├── SystemHelper
│ ├── ConvertHelper.cs
│ ├── EmailHelper.cs
│ ├── LoginCacheProvider.cs
│ ├── Session.cs
│ └── SystemProvider.cs
└── Works
└── UsersWork.cs
82 directories, 263 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论