在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C#常用工具类代码集合Util第二版本(自己工作总结)

C#常用工具类代码集合Util第二版本(自己工作总结)

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:76.03M
  • 下载次数:26
  • 浏览次数:262
  • 发布时间:2020-09-03
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
C#常用工具类代码集合Util第二版本(自己工作总结),包括常用工具类,扩展方法工具类,百度地图C#工具类,Echart工具类,Office工具类,Autofac工具类,Web开发常用工具类,Winform开发常用工具类,是自己工作十年总结,分享给大家。
【实例截图】
【核心代码】
C常用工具类代码集合Util_V2.0(自己工作总结)
├── MJ.Util
│   ├── Attributes
│   │   ├── EntityAttribute.cs
│   │   └── EnumAttribute.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.Logging.Core.dll
│   │   │   ├── Common.Logging.Core.pdb
│   │   │   ├── Common.Logging.Core.xml
│   │   │   ├── Common.Logging.dll
│   │   │   ├── Common.Logging.pdb
│   │   │   ├── Common.Logging.xml
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── MJ.Util.dll
│   │   │   ├── MJ.Util.Extension.dll
│   │   │   ├── MJ.Util.Extension.pdb
│   │   │   ├── MJ.Util.Extension.xml
│   │   │   ├── MJ.Util.Model.dll
│   │   │   ├── MJ.Util.Model.pdb
│   │   │   ├── MJ.Util.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   └── Quartz.xml
│   │   └── Release
│   │   ├── Common.Logging.Core.dll
│   │   ├── Common.Logging.Core.pdb
│   │   ├── Common.Logging.Core.xml
│   │   ├── Common.Logging.dll
│   │   ├── Common.Logging.pdb
│   │   ├── Common.Logging.xml
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── MJ.Util.dll
│   │   ├── MJ.Util.Extension.dll
│   │   ├── MJ.Util.Extension.pdb
│   │   ├── MJ.Util.Extension.xml
│   │   ├── MJ.Util.Model.dll
│   │   ├── MJ.Util.Model.pdb
│   │   ├── MJ.Util.Model.xml
│   │   ├── MJ.Util.pdb
│   │   ├── MJ.Util.XML
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   ├── Quartz.dll
│   │   ├── Quartz.pdb
│   │   └── Quartz.xml
│   ├── Clone
│   │   └── BaseClone.cs
│   ├── Common
│   │   ├── ApiCode.cs
│   │   ├── ConventionConst.cs
│   │   └── ExceptionDo.cs
│   ├── Comparint.cs
│   ├── Compress
│   │   ├── GZip.cs
│   │   └── Zip.cs
│   ├── Config
│   │   └── ConfigHelper.cs
│   ├── Const.cs
│   ├── Enums
│   │   └── DataType.cs
│   ├── File
│   │   ├── DirFileHelper.cs
│   │   └── FileDownHelper.cs
│   ├── Helper
│   │   ├── CacheHelper.cs
│   │   ├── CmdHelper.cs
│   │   ├── CommonEqualityHelper.cs
│   │   ├── CommonHelper.cs
│   │   ├── ConvertHelper.cs
│   │   ├── CookieHelper.cs
│   │   ├── DataHelper.cs
│   │   ├── DateHelper.cs
│   │   ├── DownLoadHelper.cs
│   │   ├── HardwareInfoHelper.cs
│   │   ├── HashtableHelper.cs
│   │   ├── ImageHelper.cs
│   │   ├── Json.cs
│   │   ├── MailHelper.cs
│   │   ├── ReportHelper.cs
│   │   ├── ScriptHelper.cs
│   │   ├── SearchEngine.cs
│   │   ├── SessionHelper.cs
│   │   ├── SmsHelper.cs
│   │   ├── Str.cs
│   │   ├── Sys.cs
│   │   ├── Time.cs
│   │   ├── ValidateUtil.cs
│   │   ├── WebHelper.cs
│   │   ├── WebServiceHelper.cs
│   │   └── XmlHelper.cs
│   ├── Http
│   │   ├── HttpHelper.cs
│   │   ├── HttpMethods.cs
│   │   ├── Net.cs
│   │   ├── NetHelper.cs
│   │   └── RequestHelper.cs
│   ├── IPLocation.cs
│   ├── job_scheduling_data_2_0.xsd
│   ├── Message
│   │   ├── DataAccessException.cs
│   │   └── ExceptionMessage.cs
│   ├── MJ.Util.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.dll
│   │   │   ├── MJ.Util.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.dll
│   │   ├── MJ.Util.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Quartz
│   │   └── QuartzHelper.cs
│   ├── Security
│   │   ├── Authorize
│   │   │   ├── AuthorizationHelper.cs
│   │   │   ├── AuthorizeHandler.cs
│   │   │   └── RegularAuthorizeHandler.cs
│   │   ├── DESEncrypt.cs
│   │   ├── DesEncryptNew.cs
│   │   └── Md5Helper.cs
│   └── Vertify
│   └── CRC32Cls.cs
├── MJ.Util.Extension
│   ├── bin
│   │   ├── Debug
│   │   │   ├── MJ.Util.Extension.dll
│   │   │   ├── MJ.Util.Extension.pdb
│   │   │   └── MJ.Util.Extension.XML
│   │   └── Release
│   │   ├── MJ.Util.Extension.dll
│   │   ├── MJ.Util.Extension.pdb
│   │   └── MJ.Util.Extension.XML
│   ├── ConvertExtensions.cs
│   ├── DataTableExtensions.cs
│   ├── DateTimeExtensions1.cs
│   ├── DateTimeExtensions.cs
│   ├── EnumExtensions.cs
│   ├── FormatExtensions.cs
│   ├── FusoinChartExtensions.cs
│   ├── HtmlTagItemExtensions.cs
│   ├── LinqExtensions.cs
│   ├── ListExtension.cs
│   ├── MJ.Util.Extension.csproj
│   ├── NullableExtensions.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Extension.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Extension.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Extension.dll
│   │   │   ├── MJ.Util.Extension.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Extension.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Extension.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Extension.dll
│   │   ├── MJ.Util.Extension.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ReflectionExtensions.cs
│   ├── RegexExtension.cs
│   ├── SerializeExtension.cs
│   ├── StringExtensions.cs
│   ├── ValidateExtensions.cs
│   └── XmlExtension.cs
├── MJ.Util.Map.Baidu
│   ├── BaiduMapConfig.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.Logging.Core.dll
│   │   │   ├── Common.Logging.Core.pdb
│   │   │   ├── Common.Logging.Core.xml
│   │   │   ├── Common.Logging.dll
│   │   │   ├── Common.Logging.pdb
│   │   │   ├── Common.Logging.xml
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── MJ.Util.dll
│   │   │   ├── MJ.Util.Extension.dll
│   │   │   ├── MJ.Util.Extension.pdb
│   │   │   ├── MJ.Util.Extension.xml
│   │   │   ├── MJ.Util.Map.Baidu.dll
│   │   │   ├── MJ.Util.Map.Baidu.pdb
│   │   │   ├── MJ.Util.Model.dll
│   │   │   ├── MJ.Util.Model.pdb
│   │   │   ├── MJ.Util.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   └── Quartz.xml
│   │   └── Release
│   │   ├── Common.Logging.Core.dll
│   │   ├── Common.Logging.Core.pdb
│   │   ├── Common.Logging.Core.xml
│   │   ├── Common.Logging.dll
│   │   ├── Common.Logging.pdb
│   │   ├── Common.Logging.xml
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── MJ.Util.dll
│   │   ├── MJ.Util.Extension.dll
│   │   ├── MJ.Util.Extension.pdb
│   │   ├── MJ.Util.Extension.xml
│   │   ├── MJ.Util.Map.Baidu.dll
│   │   ├── MJ.Util.Map.Baidu.pdb
│   │   ├── MJ.Util.Model.dll
│   │   ├── MJ.Util.Model.pdb
│   │   ├── MJ.Util.Model.xml
│   │   ├── MJ.Util.pdb
│   │   ├── MJ.Util.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   ├── Quartz.dll
│   │   ├── Quartz.pdb
│   │   └── Quartz.xml
│   ├── Enum
│   │   └── MapCoordinateType.cs
│   ├── Helper
│   │   └── MapCommonHelper.cs
│   ├── MJ.Util.Map.Baidu.csproj
│   ├── Model
│   │   ├── CoordLocationResult.cs
│   │   └── CoordTransResult.cs
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Map.Baidu.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Map.Baidu.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Map.Baidu.dll
│   │   │   ├── MJ.Util.Map.Baidu.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Map.Baidu.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Map.Baidu.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Map.Baidu.dll
│   │   ├── MJ.Util.Map.Baidu.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── MJ.Util.Model
│   ├── BaseMsg.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── MJ.Util.Model.dll
│   │   │   └── MJ.Util.Model.pdb
│   │   └── Release
│   │   ├── MJ.Util.Model.dll
│   │   ├── MJ.Util.Model.pdb
│   │   └── MJ.Util.Model.XML
│   ├── DbResultMsg.cs
│   ├── JsonMsg.cs
│   ├── MJ.Util.Model.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Model.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Model.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Model.dll
│   │   │   ├── MJ.Util.Model.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Model.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Model.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Model.dll
│   │   ├── MJ.Util.Model.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── SearchParam.cs
├── MJ.Util.Model.ECharts
│   ├── bin
│   │   ├── Debug
│   │   │   ├── MJ.Util.Model.ECharts.dll
│   │   │   ├── MJ.Util.Model.ECharts.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   └── Newtonsoft.Json.xml
│   │   └── Release
│   │   ├── MJ.Util.Model.ECharts.dll
│   │   ├── MJ.Util.Model.ECharts.pdb
│   │   ├── Newtonsoft.Json.dll
│   │   └── Newtonsoft.Json.xml
│   ├── ChartsData.cs
│   ├── ChartsUtil.cs
│   ├── Entities
│   │   ├── AbstractData.cs
│   │   ├── axis
│   │   │   ├── Axis.cs
│   │   │   ├── AxisData.cs
│   │   │   ├── AxisLabel.cs
│   │   │   ├── AxisLine.cs
│   │   │   ├── AxisName.cs
│   │   │   ├── AxisPointer.cs
│   │   │   ├── AxisTick.cs
│   │   │   ├── CategoryAxis.cs
│   │   │   ├── ChartAxis.cs
│   │   │   ├── LogAxis.cs
│   │   │   ├── SplitArea.cs
│   │   │   ├── SplitLine.cs
│   │   │   ├── TimeAxis.cs
│   │   │   └── ValueAxis.cs
│   │   ├── Basic.cs
│   │   ├── Chart.cs
│   │   ├── ChartOption.cs
│   │   ├── data
│   │   │   ├── BasicData.cs
│   │   │   └── Data.cs
│   │   ├── DataRange.cs
│   │   ├── DataZoom.cs
│   │   ├── EChartEnums.cs
│   │   ├── feature
│   │   │   ├── CustomTool.cs
│   │   │   ├── data
│   │   │   │   └── FeatureData.cs
│   │   │   ├── DataView.cs
│   │   │   ├── Feature.cs
│   │   │   ├── FeatureImage.cs
│   │   │   ├── MagicOption.cs
│   │   │   ├── MagicTitle.cs
│   │   │   ├── MagicType.cs
│   │   │   ├── Mark.cs
│   │   │   ├── MarkTitle.cs
│   │   │   ├── Range.cs
│   │   │   ├── Restore.cs
│   │   │   └── Split.cs
│   │   ├── Grid.cs
│   │   ├── IData.cs
│   │   ├── IndicatorData.cs
│   │   ├── Legend.cs
│   │   ├── LoadingOption.cs
│   │   ├── NoDataLoadingOption.cs
│   │   ├── Polar.cs
│   │   ├── RoamController.cs
│   │   ├── series
│   │   │   ├── Bar.cs
│   │   │   ├── ChartSeries.cs
│   │   │   ├── Chord.cs
│   │   │   ├── Data
│   │   │   │   ├── KData.cs
│   │   │   │   ├── MapData.cs
│   │   │   │   ├── PieData.cs
│   │   │   │   ├── PolarData.cs
│   │   │   │   ├── RadarData.cs
│   │   │   │   ├── ScatterData.cs
│   │   │   │   ├── SeriesData.cs
│   │   │   │   └── TreeData.cs
│   │   │   ├── event
│   │   │   │   ├── EventData.cs
│   │   │   │   ├── EventDetail.cs
│   │   │   │   └── EventEvolution.cs
│   │   │   ├── EventRiver.cs
│   │   │   ├── force
│   │   │   │   ├── Category.cs
│   │   │   │   ├── Link.cs
│   │   │   │   └── Node.cs
│   │   │   ├── Force.cs
│   │   │   ├── Funnel.cs
│   │   │   ├── Gauge.cs
│   │   │   ├── guage
│   │   │   │   ├── GaugeDetail.cs
│   │   │   │   ├── GaugePointer.cs
│   │   │   │   └── GaugeTitle.cs
│   │   │   ├── heatmap
│   │   │   │   └── GradientColorData.cs
│   │   │   ├── HeatMap.cs
│   │   │   ├── K.cs
│   │   │   ├── Line.cs
│   │   │   ├── Map.cs
│   │   │   ├── mark
│   │   │   │   ├── Bound.cs
│   │   │   │   ├── Effect.cs
│   │   │   │   ├── MarkData.cs
│   │   │   │   ├── MarkLine.cs
│   │   │   │   └── MarkPoint.cs
│   │   │   ├── other
│   │   │   │   └── AutoSizeConfig.cs
│   │   │   ├── Pie.cs
│   │   │   ├── Radar.cs
│   │   │   ├── Rectangular.cs
│   │   │   ├── Scatter.cs
│   │   │   ├── Series.cs
│   │   │   ├── tree
│   │   │   │   └── LocationData.cs
│   │   │   ├── Tree.cs
│   │   │   ├── TreeMap.cs
│   │   │   ├── Venn.cs
│   │   │   └── WordCloud.cs
│   │   ├── style
│   │   │   ├── AreaStyle.cs
│   │   │   ├── CheckPointStyle.cs
│   │   │   ├── ChordStyle.cs
│   │   │   ├── ControlStyle.cs
│   │   │   ├── Emphasis.cs
│   │   │   ├── IconStyle.cs
│   │   │   ├── ItemStyle.cs
│   │   │   ├── Label.cs
│   │   │   ├── LabelLine.cs
│   │   │   ├── LineStyle.cs
│   │   │   ├── LinkStyle.cs
│   │   │   ├── NodeStyle.cs
│   │   │   ├── Normal.cs
│   │   │   ├── Style.cs
│   │   │   ├── StyleLabel.cs
│   │   │   └── TextStyle.cs
│   │   ├── TimeLine.cs
│   │   ├── Title.cs
│   │   ├── Toolbox.cs
│   │   ├── ToolTip.cs
│   │   └── TreeData.cs
│   ├── Json
│   │   └── JsonTools.cs
│   ├── MJ.Util.Model.ECharts.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Model.ECharts.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Model.ECharts.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Model.ECharts.dll
│   │   │   ├── MJ.Util.Model.ECharts.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   │   └── TempPE
│   │   │   └── T4.entity1.cs.dll
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Model.ECharts.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Model.ECharts.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Model.ECharts.dll
│   │   ├── MJ.Util.Model.ECharts.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── TempPE
│   │   └── T4.entity1.cs.dll
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── T4
│   ├── entity1.cs
│   ├── entity.cs
│   └── entity.tt
├── MJ.Util.Offices
│   ├── bin
│   │   ├── Debug
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── MJ.Util.Extension.dll
│   │   │   ├── MJ.Util.Extension.pdb
│   │   │   ├── MJ.Util.Extension.xml
│   │   │   ├── MJ.Util.Offices.Excel.dll
│   │   │   ├── MJ.Util.Offices.Excel.pdb
│   │   │   ├── NPOI.dll
│   │   │   ├── NPOI.OOXML.dll
│   │   │   ├── NPOI.OOXML.xml
│   │   │   ├── NPOI.OpenXml4Net.dll
│   │   │   ├── NPOI.OpenXml4Net.xml
│   │   │   ├── NPOI.OpenXmlFormats.dll
│   │   │   └── NPOI.xml
│   │   └── Release
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── MJ.Util.Extension.dll
│   │   ├── MJ.Util.Extension.pdb
│   │   ├── MJ.Util.Extension.xml
│   │   ├── MJ.Util.Offices.Excel.dll
│   │   ├── MJ.Util.Offices.Excel.pdb
│   │   ├── NPOI.dll
│   │   ├── NPOI.OOXML.dll
│   │   ├── NPOI.OOXML.xml
│   │   ├── NPOI.OpenXml4Net.dll
│   │   ├── NPOI.OpenXml4Net.xml
│   │   ├── NPOI.OpenXmlFormats.dll
│   │   └── NPOI.xml
│   ├── Excel_Common
│   │   └── ExcelCommonHelper.cs
│   ├── Excel_NPOI
│   │   ├── ExcelConfig.cs
│   │   ├── ExcelHelper.cs
│   │   ├── ExcelHelper.T.cs
│   │   └── Model
│   │   ├── ColumnEntity.cs
│   │   ├── ExcelTemplate.cs
│   │   └── TemplateMode.cs
│   ├── MJ.Util.Offices.Excel.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Offices.Excel.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Offices.Excel.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Offices.Excel.dll
│   │   │   ├── MJ.Util.Offices.Excel.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Offices.Excel.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Offices.Excel.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Offices.Excel.dll
│   │   ├── MJ.Util.Offices.Excel.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── packages.config
│   └── Properties
│   └── AssemblyInfo.cs
├── MJ.Util.Offices.Preview
│   ├── AsposeConverter
│   │   ├── DESHelper.cs
│   │   ├── DocConvertPdf.cs
│   │   ├── Excel2ImageConverter.cs
│   │   ├── OfficeConvertToImage.cs.cs
│   │   ├── Pdf2ImageConverter.cs
│   │   ├── PPT2ImageConverter.cs
│   │   └── Word2ImageConverter.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Aspose.Cells.dll
│   │   │   ├── Aspose.Pdf.dll
│   │   │   ├── Aspose.Slides.dll
│   │   │   ├── Aspose.Words.dll
│   │   │   ├── itextsharp.dll
│   │   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   │   ├── Microsoft.Office.Interop.PowerPoint.dll
│   │   │   ├── Microsoft.Office.Interop.Word.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── MJ.Util.Offices.Preview.dll
│   │   │   ├── MJ.Util.Offices.Preview.pdb
│   │   │   ├── Office.dll
│   │   │   └── stdole.dll
│   │   └── Release
│   │   ├── Aspose.Cells.dll
│   │   ├── Aspose.Pdf.dll
│   │   ├── Aspose.Slides.dll
│   │   ├── Aspose.Words.dll
│   │   ├── itextsharp.dll
│   │   ├── Microsoft.Office.Interop.Excel.dll
│   │   ├── Microsoft.Office.Interop.PowerPoint.dll
│   │   ├── Microsoft.Office.Interop.Word.dll
│   │   ├── Microsoft.Vbe.Interop.dll
│   │   ├── MJ.Util.Offices.Preview.dll
│   │   ├── MJ.Util.Offices.Preview.pdb
│   │   ├── Office.dll
│   │   └── stdole.dll
│   ├── FlexPaperViewer.swf
│   ├── Itextsharp
│   │   ├── DataTable2Pdf.cs
│   │   └── PdfWatermark.cs
│   ├── MJ.Util.Offices.Preview.csproj
│   ├── Model
│   │   ├── DocPreview.cs
│   │   └── PdfConfig.cs
│   ├── nofile.swf
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Offices.Preview.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Offices.Preview.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Offices.Preview.dll
│   │   │   ├── MJ.Util.Offices.Preview.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Offices.Preview.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Offices.Preview.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Offices.Preview.dll
│   │   ├── MJ.Util.Offices.Preview.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── OfficePreview
│   │   ├── DocToHtmlHelper.cs
│   │   ├── OfficeToPDFHelper.cs
│   │   └── PdfToSwfHelper.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── remark.txt
│   ├── Scripts
│   │   └── FlexPaper
│   │   ├── flexpaper_handlers_debug.js
│   │   ├── flexpaper_handlers.js
│   │   ├── flexpaper.js
│   │   ├── jquery.min.js
│   │   └── swfobject.js
│   └── Tools
│   └── pdf2swf.exe
├── MJ.Util.Offices.Word
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Microsoft.Office.Interop.Word.dll
│   │   │   ├── Microsoft.Vbe.Interop.dll
│   │   │   ├── MJ.Util.Model.dll
│   │   │   ├── MJ.Util.Model.pdb
│   │   │   ├── MJ.Util.Offices.Word.dll
│   │   │   ├── MJ.Util.Offices.Word.pdb
│   │   │   ├── Office.dll
│   │   │   └── stdole.dll
│   │   └── Release
│   │   ├── Microsoft.Office.Interop.Word.dll
│   │   ├── Microsoft.Vbe.Interop.dll
│   │   ├── MJ.Util.Model.dll
│   │   ├── MJ.Util.Model.pdb
│   │   ├── MJ.Util.Model.xml
│   │   ├── MJ.Util.Offices.Word.dll
│   │   ├── MJ.Util.Offices.Word.pdb
│   │   ├── Office.dll
│   │   └── stdole.dll
│   ├── MicrosoftOffice
│   │   ├── WordDocument.cs
│   │   ├── WordDocumentMerger.cs
│   │   ├── WordMerge.cs
│   │   └── WordUtility.cs
│   ├── MJ.Util.Offices.Word.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Offices.Word.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Offices.Word.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Offices.Word.dll
│   │   │   ├── MJ.Util.Offices.Word.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Offices.Word.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Offices.Word.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Offices.Word.dll
│   │   ├── MJ.Util.Offices.Word.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── MJ.Util.Service
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.Logging.Core.dll
│   │   │   ├── Common.Logging.Core.pdb
│   │   │   ├── Common.Logging.Core.xml
│   │   │   ├── Common.Logging.dll
│   │   │   ├── Common.Logging.pdb
│   │   │   ├── Common.Logging.xml
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── log4net.dll
│   │   │   ├── log4net.xml
│   │   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   │   ├── Microsoft.Practices.ServiceLocation.xml
│   │   │   ├── Microsoft.Practices.Unity.Configuration.dll
│   │   │   ├── Microsoft.Practices.Unity.Configuration.xml
│   │   │   ├── Microsoft.Practices.Unity.dll
│   │   │   ├── Microsoft.Practices.Unity.xml
│   │   │   ├── MJ.Application.Code.dll
│   │   │   ├── MJ.Application.Code.pdb
│   │   │   ├── MJ.Application.Config.dll
│   │   │   ├── MJ.Application.Config.pdb
│   │   │   ├── MJ.Application.Dao.dll
│   │   │   ├── MJ.Application.Dao.pdb
│   │   │   ├── MJ.Application.Dao.xml
│   │   │   ├── MJ.Application.Entity.dll
│   │   │   ├── MJ.Application.Entity.pdb
│   │   │   ├── MJ.Application.Entity.xml
│   │   │   ├── MJ.Application.Enum.dll
│   │   │   ├── MJ.Application.Enum.pdb
│   │   │   ├── MJ.Application.IDao.dll
│   │   │   ├── MJ.Application.IDao.pdb
│   │   │   ├── MJ.Cache.dll
│   │   │   ├── MJ.Cache.Factory.dll
│   │   │   ├── MJ.Cache.Factory.xml
│   │   │   ├── MJ.Cache.Redis.dll
│   │   │   ├── MJ.Cache.Redis.xml
│   │   │   ├── MJ.Cache.xml
│   │   │   ├── MJ.Data.dll
│   │   │   ├── MJ.Data.pdb
│   │   │   ├── MJ.Data.Repository.dll
│   │   │   ├── MJ.Data.Repository.pdb
│   │   │   ├── MJ.Data.Repository.xml
│   │   │   ├── MJ.Data.xml
│   │   │   ├── MJ.Util.dll
│   │   │   ├── MJ.Util.Extension.dll
│   │   │   ├── MJ.Util.Extension.pdb
│   │   │   ├── MJ.Util.Extension.xml
│   │   │   ├── MJ.Util.Ioc.dll
│   │   │   ├── MJ.Util.Ioc.xml
│   │   │   ├── MJ.Util.Log.dll
│   │   │   ├── MJ.Util.Log.xml
│   │   │   ├── MJ.Util.Model.dll
│   │   │   ├── MJ.Util.Model.pdb
│   │   │   ├── MJ.Util.pdb
│   │   │   ├── MJ.Util.Service.dll
│   │   │   ├── MJ.Util.Service.pdb
│   │   │   ├── MJ.Util.Service.XML
│   │   │   ├── MJ.Util.WebControl.dll
│   │   │   ├── MJ.Util.WebControl.pdb
│   │   │   ├── MySql.Data.dll
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   ├── Quartz.xml
│   │   │   ├── ServiceStack.Common.dll
│   │   │   ├── ServiceStack.Common.xml
│   │   │   ├── ServiceStack.Interfaces.dll
│   │   │   ├── ServiceStack.Interfaces.xml
│   │   │   ├── ServiceStack.Redis.dll
│   │   │   ├── ServiceStack.Redis.xml
│   │   │   ├── ServiceStack.Text.dll
│   │   │   ├── ServiceStack.Text.xml
│   │   │   ├── StackExchange.Redis.dll
│   │   │   └── StackExchange.Redis.xml
│   │   └── Release
│   │   ├── Common.Logging.Core.dll
│   │   ├── Common.Logging.Core.pdb
│   │   ├── Common.Logging.Core.xml
│   │   ├── Common.Logging.dll
│   │   ├── Common.Logging.pdb
│   │   ├── Common.Logging.xml
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── log4net.dll
│   │   ├── log4net.xml
│   │   ├── Microsoft.Practices.ServiceLocation.dll
│   │   ├── Microsoft.Practices.ServiceLocation.pdb
│   │   ├── Microsoft.Practices.ServiceLocation.xml
│   │   ├── Microsoft.Practices.Unity.Configuration.dll
│   │   ├── Microsoft.Practices.Unity.Configuration.xml
│   │   ├── Microsoft.Practices.Unity.dll
│   │   ├── Microsoft.Practices.Unity.xml
│   │   ├── MJ.Application.Code.dll
│   │   ├── MJ.Application.Code.pdb
│   │   ├── MJ.Application.Config.dll
│   │   ├── MJ.Application.Config.pdb
│   │   ├── MJ.Application.Dao.dll
│   │   ├── MJ.Application.Dao.pdb
│   │   ├── MJ.Application.Entity.dll
│   │   ├── MJ.Application.Entity.pdb
│   │   ├── MJ.Application.Enum.dll
│   │   ├── MJ.Application.Enum.pdb
│   │   ├── MJ.Application.IDao.dll
│   │   ├── MJ.Application.IDao.pdb
│   │   ├── MJ.Cache.dll
│   │   ├── MJ.Cache.Factory.dll
│   │   ├── MJ.Cache.Factory.xml
│   │   ├── MJ.Cache.Redis.dll
│   │   ├── MJ.Cache.Redis.xml
│   │   ├── MJ.Cache.xml
│   │   ├── MJ.Data.dll
│   │   ├── MJ.Data.pdb
│   │   ├── MJ.Data.Repository.dll
│   │   ├── MJ.Data.Repository.pdb
│   │   ├── MJ.Data.xml
│   │   ├── MJ.Util.dll
│   │   ├── MJ.Util.Extension.dll
│   │   ├── MJ.Util.Extension.pdb
│   │   ├── MJ.Util.Extension.xml
│   │   ├── MJ.Util.Ioc.dll
│   │   ├── MJ.Util.Ioc.xml
│   │   ├── MJ.Util.Log.dll
│   │   ├── MJ.Util.Log.xml
│   │   ├── MJ.Util.Model.dll
│   │   ├── MJ.Util.Model.pdb
│   │   ├── MJ.Util.pdb
│   │   ├── MJ.Util.Service.dll
│   │   ├── MJ.Util.Service.pdb
│   │   ├── MJ.Util.Service.XML
│   │   ├── MJ.Util.WebControl.dll
│   │   ├── MJ.Util.WebControl.pdb
│   │   ├── MySql.Data.dll
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   ├── Quartz.dll
│   │   ├── Quartz.pdb
│   │   ├── Quartz.xml
│   │   ├── ServiceStack.Common.dll
│   │   ├── ServiceStack.Common.xml
│   │   ├── ServiceStack.Interfaces.dll
│   │   ├── ServiceStack.Interfaces.xml
│   │   ├── ServiceStack.Redis.dll
│   │   ├── ServiceStack.Redis.xml
│   │   ├── ServiceStack.Text.dll
│   │   ├── ServiceStack.Text.xml
│   │   ├── StackExchange.Redis.dll
│   │   └── StackExchange.Redis.xml
│   ├── IServiceManager.cs
│   ├── MJ.Util.Service.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.Service.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.Service.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.Service.dll
│   │   │   ├── MJ.Util.Service.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Service.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Service.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Service.dll
│   │   ├── MJ.Util.Service.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   └── ServiceManager.cs
├── MJ.Util.WebControl
│   ├── AjaxResult.cs
│   ├── bin
│   │   ├── Debug
│   │   │   ├── Common.Logging.Core.dll
│   │   │   ├── Common.Logging.Core.pdb
│   │   │   ├── Common.Logging.Core.xml
│   │   │   ├── Common.Logging.dll
│   │   │   ├── Common.Logging.pdb
│   │   │   ├── Common.Logging.xml
│   │   │   ├── ICSharpCode.SharpZipLib.dll
│   │   │   ├── MJ.Util.dll
│   │   │   ├── MJ.Util.Extension.dll
│   │   │   ├── MJ.Util.Extension.pdb
│   │   │   ├── MJ.Util.Extension.xml
│   │   │   ├── MJ.Util.Model.dll
│   │   │   ├── MJ.Util.Model.pdb
│   │   │   ├── MJ.Util.pdb
│   │   │   ├── MJ.Util.WebControl.dll
│   │   │   ├── MJ.Util.WebControl.pdb
│   │   │   ├── Newtonsoft.Json.dll
│   │   │   ├── Newtonsoft.Json.xml
│   │   │   ├── Quartz.dll
│   │   │   ├── Quartz.pdb
│   │   │   └── Quartz.xml
│   │   └── Release
│   │   ├── Common.Logging.Core.dll
│   │   ├── Common.Logging.Core.pdb
│   │   ├── Common.Logging.Core.xml
│   │   ├── Common.Logging.dll
│   │   ├── Common.Logging.pdb
│   │   ├── Common.Logging.xml
│   │   ├── ICSharpCode.SharpZipLib.dll
│   │   ├── MJ.Util.dll
│   │   ├── MJ.Util.Extension.dll
│   │   ├── MJ.Util.Extension.pdb
│   │   ├── MJ.Util.Extension.xml
│   │   ├── MJ.Util.Model.dll
│   │   ├── MJ.Util.Model.pdb
│   │   ├── MJ.Util.Model.xml
│   │   ├── MJ.Util.pdb
│   │   ├── MJ.Util.WebControl.dll
│   │   ├── MJ.Util.WebControl.pdb
│   │   ├── MJ.Util.WebControl.XML
│   │   ├── MJ.Util.xml
│   │   ├── Newtonsoft.Json.dll
│   │   ├── Newtonsoft.Json.xml
│   │   ├── Quartz.dll
│   │   ├── Quartz.pdb
│   │   └── Quartz.xml
│   ├── Grid
│   │   └── GridColumnModel.cs
│   ├── GridTree
│   │   ├── TreeGridEntity.cs
│   │   └── TreeGridJson.cs
│   ├── MJ.Util.WebControl.csproj
│   ├── obj
│   │   ├── Debug
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── MJ.Util.WebControl.csproj.FileListAbsolute.txt
│   │   │   ├── MJ.Util.WebControl.csprojResolveAssemblyReference.cache
│   │   │   ├── MJ.Util.WebControl.dll
│   │   │   ├── MJ.Util.WebControl.pdb
│   │   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   │   └── Release
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.WebControl.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.WebControl.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.WebControl.dll
│   │   ├── MJ.Util.WebControl.pdb
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   ├── Pagination.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── QueryTree.cs
│   ├── Tree
│   │   ├── TreeEntity.cs
│   │   └── TreeJson.cs
│   └── ZTree
│   └── ZTreeEntity.cs
└── MJ.Util.Winform
├── bin
│   ├── Debug
│   │   ├── MJ.Util.Winform.dll
│   │   ├── MJ.Util.Winform.pdb
│   │   └── MJ.Util.Winform.XML
│   └── Release
│   ├── MJ.Util.Winform.dll
│   └── MJ.Util.Winform.pdb
├── Frm
│   ├── Controls
│   │   ├── ComboBoxTreeView.cs
│   │   ├── DataPager.cs
│   │   ├── DataPager.Designer.cs
│   │   ├── DataPager.resx
│   │   ├── DropDownBox.cs
│   │   ├── DropDownBox.Designer.cs
│   │   ├── DropDownBox.resx
│   │   └── xcmb.cs
│   ├── FormDelegate.cs
│   ├── FrmBugReport.cs
│   ├── FrmBugReport.Designer.cs
│   ├── FrmBugReport.resx
│   ├── FrmWaitingBox.cs
│   ├── FrmWaitingBox.designer.cs
│   ├── FrmWaitingBox.resx
│   ├── Model
│   │   └── ComboxItem.cs
│   └── Process
│   ├── PercentProcessOperator.cs
│   ├── ProcessForm.cs
│   ├── ProcessForm.designer.cs
│   ├── ProcessForm.resx
│   └── ProcessOperator.cs.cs
├── MJ.Util.Winform.csproj
├── Msg
│   └── MsgBox.cs
├── obj
│   ├── Debug
│   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   ├── MJ.Util.Winform.csproj.FileListAbsolute.txt
│   │   ├── MJ.Util.Winform.csproj.GenerateResource.Cache
│   │   ├── MJ.Util.Winform.csprojResolveAssemblyReference.cache
│   │   ├── MJ.Util.Winform.dll
│   │   ├── MJ.Util.Winform.Frm.Controls.DataPager.resources
│   │   ├── MJ.Util.Winform.Frm.Controls.DropDownBox.resources
│   │   ├── MJ.Util.Winform.Frm.FrmBugReport.resources
│   │   ├── MJ.Util.Winform.Frm.FrmWaitingBox.resources
│   │   ├── MJ.Util.Winform.Frm.Process.ProcessForm.resources
│   │   ├── MJ.Util.Winform.pdb
│   │   ├── MJ.Util.Winform.Properties.Resources.resources
│   │   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   │   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   │   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│   └── Release
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── MJ.Util.Winform.csproj.FileListAbsolute.txt
│   ├── MJ.Util.Winform.csproj.GenerateResource.Cache
│   ├── MJ.Util.Winform.csprojResolveAssemblyReference.cache
│   ├── MJ.Util.Winform.dll
│   ├── MJ.Util.Winform.Frm.Controls.DataPager.resources
│   ├── MJ.Util.Winform.Frm.Controls.DropDownBox.resources
│   ├── MJ.Util.Winform.Frm.FrmBugReport.resources
│   ├── MJ.Util.Winform.Frm.FrmWaitingBox.resources
│   ├── MJ.Util.Winform.Frm.Process.ProcessForm.resources
│   ├── MJ.Util.Winform.pdb
│   ├── MJ.Util.Winform.Properties.Resources.resources
│   ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│   ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│   └── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
└── Properties
├── AssemblyInfo.cs
├── Resources.Designer.cs
├── Resources.resx
├── Settings.Designer.cs
└── Settings.settings

144 directories, 854 files

标签:

实例下载地址

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警