实例介绍
C#最全基类源码(包括ASP.NET类库、读取AD域里用户名或组、Common类库、DotNet基础类大全、SqlHelper基类、字符串加密)
【实例截图】
【核心代码】
C基类
├── C#基类
│ ├── ASP.NET类库
│ │ ├── BarCodeToHTML.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ ├── itextsharp.dll
│ │ │ │ ├── zjy.Common.dll
│ │ │ │ └── zjy.Common.pdb
│ │ │ └── ShootSeg
│ │ │ ├── sDict.dic
│ │ │ ├── sNoise.dic
│ │ │ ├── sNumber.dic
│ │ │ ├── sPrefix.dic
│ │ │ └── sWord.dic
│ │ ├── CacheHelper.cs
│ │ ├── Captcha.cs
│ │ ├── CNDate.cs
│ │ ├── ConvertJson.cs
│ │ ├── CsvHelper.cs
│ │ ├── EcanConvertToCh.cs
│ │ ├── Encrypt.cs
│ │ ├── ExcelHelper.cs
│ │ ├── FileDown.cs
│ │ ├── FileManager.cs
│ │ ├── FileUp.cs
│ │ ├── FTPClient.cs
│ │ ├── FTPHelper.cs
│ │ ├── FTPOperater.cs
│ │ ├── GridViewHelper.cs
│ │ ├── HTMLHelper.cs
│ │ ├── ImageClass.cs
│ │ ├── ImageDown.cs
│ │ ├── ImageUpload.cs
│ │ ├── JsHelper.cs
│ │ ├── LZWDecoder.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── zjy.Common.csproj.FileListAbsolute.txt
│ │ │ ├── zjy.Common.dll
│ │ │ └── zjy.Common.pdb
│ │ ├── PDFOperation.cs
│ │ ├── PinYin.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PSD2swfHelper.cs
│ │ ├── SegList.cs
│ │ ├── SerializeHelper.cs
│ │ ├── SessionHelper.cs
│ │ ├── SharpZip.cs
│ │ ├── SmtpServerHelper.cs
│ │ ├── VideoConvert.cs
│ │ ├── XMLProcess.cs
│ │ ├── YZMHelper.cs
│ │ ├── zjy.Common.csproj
│ │ └── 源码必读.pdf
│ ├── Common类库
│ │ ├── BarCodeToHTML.cs
│ │ ├── bin
│ │ │ ├── Debug
│ │ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ │ ├── itextsharp.dll
│ │ │ │ ├── zjy.Common.dll
│ │ │ │ └── zjy.Common.pdb
│ │ │ └── ShootSeg
│ │ │ ├── sDict.dic
│ │ │ ├── sNoise.dic
│ │ │ ├── sNumber.dic
│ │ │ ├── sPrefix.dic
│ │ │ └── sWord.dic
│ │ ├── CacheHelper.cs
│ │ ├── Captcha.cs
│ │ ├── CNDate.cs
│ │ ├── ConvertJson.cs
│ │ ├── CsvHelper.cs
│ │ ├── EcanConvertToCh.cs
│ │ ├── Encrypt.cs
│ │ ├── ExcelHelper.cs
│ │ ├── FileDown.cs
│ │ ├── FileManager.cs
│ │ ├── FileUp.cs
│ │ ├── FTPClient.cs
│ │ ├── FTPHelper.cs
│ │ ├── FTPOperater.cs
│ │ ├── GridViewHelper.cs
│ │ ├── HTMLHelper.cs
│ │ ├── ImageClass.cs
│ │ ├── ImageDown.cs
│ │ ├── ImageUpload.cs
│ │ ├── JsHelper.cs
│ │ ├── LZWDecoder.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── zjy.Common.csproj.FileListAbsolute.txt
│ │ │ ├── zjy.Common.dll
│ │ │ └── zjy.Common.pdb
│ │ ├── PDFOperation.cs
│ │ ├── PinYin.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── PSD2swfHelper.cs
│ │ ├── SegList.cs
│ │ ├── SerializeHelper.cs
│ │ ├── SessionHelper.cs
│ │ ├── SharpZip.cs
│ │ ├── SmtpServerHelper.cs
│ │ ├── VideoConvert.cs
│ │ ├── XMLProcess.cs
│ │ ├── YZMHelper.cs
│ │ ├── zjy.Common.csproj
│ │ └── 源码必读.pdf
│ ├── C#读取AD域里用户名或组
│ │ ├── ActiveDirectoryDome
│ │ │ ├── ActiveDirectoryDome
│ │ │ │ ├── ActiveDirectoryDome.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ActiveDirectoryDome.exe
│ │ │ │ │ ├── ActiveDirectoryDome.pdb
│ │ │ │ │ └── ActiveDirectoryDome.vshost.exe
│ │ │ │ ├── obj
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── ActiveDirectoryDome.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── ActiveDirectoryDome.exe
│ │ │ │ │ ├── ActiveDirectoryDome.pdb
│ │ │ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── Program.cs
│ │ │ │ └── Properties
│ │ │ │ └── AssemblyInfo.cs
│ │ │ ├── ActiveDirectoryDome.sln
│ │ │ ├── ActiveDirectoryDome.suo
│ │ │ ├── _ReSharper.ActiveDirectoryDome
│ │ │ │ ├── AspFileDataCache.dat
│ │ │ │ ├── BuildScriptCache
│ │ │ │ │ └── 6
│ │ │ │ │ └── 372f2368.dat
│ │ │ │ ├── ConditionalNames
│ │ │ │ │ └── 6
│ │ │ │ │ └── 372f2368.dat
│ │ │ │ ├── JavaScriptCache
│ │ │ │ │ └── 8
│ │ │ │ │ └── 43781e0e.dat
│ │ │ │ ├── JSTest
│ │ │ │ ├── ModuleIds.xml
│ │ │ │ ├── MVC
│ │ │ │ ├── NamedArguments
│ │ │ │ │ └── 6
│ │ │ │ │ └── 372f2368.dat
│ │ │ │ ├── PersistenIdIndex.bin
│ │ │ │ ├── RecentItems
│ │ │ │ │ └── RecentFiles.dat
│ │ │ │ ├── Resources
│ │ │ │ ├── SymbolCache.bin
│ │ │ │ ├── TagPrefixes
│ │ │ │ ├── TodoItems
│ │ │ │ │ └── 8
│ │ │ │ │ └── 43781e0e.dat
│ │ │ │ ├── WebSymbols
│ │ │ │ ├── WordIndex
│ │ │ │ │ └── 6
│ │ │ │ │ └── 372f2368.dat
│ │ │ │ └── XmlIndex
│ │ │ │ ├── mscorlib.2.0.0.0.Contracts.xml
│ │ │ │ │ └── 669653D2.bin
│ │ │ │ ├── mscorlib.2.0.0.0.Interfaces.Nullness.Generated.xml
│ │ │ │ │ └── A2A75BDA.bin
│ │ │ │ ├── mscorlib.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── D26B4A42.bin
│ │ │ │ ├── mscorlib.2.0.0.0.Pure.xml
│ │ │ │ │ └── B9983081.bin
│ │ │ │ ├── mscorlib.I18n.xml
│ │ │ │ │ └── 0AA1DA3F.bin
│ │ │ │ ├── mscorlib.Nullness.Manual.xml
│ │ │ │ │ └── A44AFA55.bin
│ │ │ │ ├── mscorlib.ValueFlow.xml
│ │ │ │ │ └── D2DAC228.bin
│ │ │ │ ├── mscorlib.xml
│ │ │ │ │ └── 48F8C2BF.bin
│ │ │ │ ├── System.2.0.0.0.Contracts.xml
│ │ │ │ │ └── B40F3D52.bin
│ │ │ │ ├── System.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 6A42E3C2.bin
│ │ │ │ ├── System.2.0.0.0.Pure.xml
│ │ │ │ │ └── 8BF92A01.bin
│ │ │ │ ├── System.Configuration.2.0.0.0.Contracts.xml
│ │ │ │ │ └── A7D7CCD2.bin
│ │ │ │ ├── System.Configuration.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 0B64E342.bin
│ │ │ │ ├── System.Configuration.2.0.0.0.Pure.xml
│ │ │ │ │ └── 24CA0981.bin
│ │ │ │ ├── System.Configuration.Install.2.0.0.0.Contracts.xml
│ │ │ │ │ └── 88A16EF2.bin
│ │ │ │ ├── System.Configuration.Install.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── FF1197A2.bin
│ │ │ │ ├── System.Core.3.5.0.0.Contracts.xml
│ │ │ │ │ └── E85BCEF6.bin
│ │ │ │ ├── System.Core.3.5.0.0.Nullness.Generated.xml
│ │ │ │ │ └── FA15F726.bin
│ │ │ │ ├── System.Core.3.5.0.0.Pure.xml
│ │ │ │ │ └── 720DBBA5.bin
│ │ │ │ ├── System.Core.LinqTunnel.xml
│ │ │ │ │ └── D9B819C3.bin
│ │ │ │ ├── System.Core.Nullness.Manual.xml
│ │ │ │ │ └── 693BFE35.bin
│ │ │ │ ├── System.Core.xml
│ │ │ │ │ └── C79339FF.bin
│ │ │ │ ├── System.Data.2.0.0.0.Contracts.xml
│ │ │ │ │ └── 6CEC9372.bin
│ │ │ │ ├── System.Data.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 696DCC22.bin
│ │ │ │ ├── System.Data.2.0.0.0.Pure.xml
│ │ │ │ │ └── 6C5FA0A1.bin
│ │ │ │ ├── System.Data.DataSetExtensions.3.5.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 02514626.bin
│ │ │ │ ├── System.Data.DataSetExtensions.I18n.xml
│ │ │ │ │ └── FA1E61DF.bin
│ │ │ │ ├── System.Data.DataSetExtensions.xml
│ │ │ │ │ └── C95F1C82.bin
│ │ │ │ ├── System.Data.I18n.xml
│ │ │ │ │ └── 4BA2745F.bin
│ │ │ │ ├── System.Data.OracleClient.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 46DBA7A2.bin
│ │ │ │ ├── System.Data.SqlXml.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 9DA2DB22.bin
│ │ │ │ ├── System.Deployment.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── A29CBF22.bin
│ │ │ │ ├── System.Design.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── C67F00E2.bin
│ │ │ │ ├── System.DirectoryServices.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── F9F88CA2.bin
│ │ │ │ ├── System.DirectoryServices.Protocols.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── EA572402.bin
│ │ │ │ ├── System.Drawing.2.0.0.0.Contracts.xml
│ │ │ │ │ └── 3AD69D12.bin
│ │ │ │ ├── System.Drawing.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── DE857C82.bin
│ │ │ │ ├── System.Drawing.2.0.0.0.Pure.xml
│ │ │ │ │ └── 85473141.bin
│ │ │ │ ├── System.Drawing.Design.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 89687CE2.bin
│ │ │ │ ├── System.EnterpriseServices.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 75FE90A2.bin
│ │ │ │ ├── System.I18n.xml
│ │ │ │ │ └── 7E6153BF.bin
│ │ │ │ ├── System.Nullness.Manual.xml
│ │ │ │ │ └── 637B83D5.bin
│ │ │ │ ├── System.Runtime.Remoting.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 3BD7CBE2.bin
│ │ │ │ ├── System.Runtime.Serialization.Formatters.Soap.2.0.0.0.Contracts.xml
│ │ │ │ │ └── 02345952.bin
│ │ │ │ ├── System.Runtime.Serialization.Formatters.Soap.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 99E77FC2.bin
│ │ │ │ ├── System.Runtime.Serialization.Formatters.Soap.4.0.0.0.Contracts.xml
│ │ │ │ │ └── 55A979D4.bin
│ │ │ │ ├── System.Security.2.0.0.0.Contracts.xml
│ │ │ │ │ └── 531341F2.bin
│ │ │ │ ├── System.Security.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── CE40CAA2.bin
│ │ │ │ ├── System.Security.2.0.0.0.Pure.xml
│ │ │ │ │ └── 0D7F3F21.bin
│ │ │ │ ├── System.ServiceProcess.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── DCACE422.bin
│ │ │ │ ├── System.Transactions.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── BEE213A2.bin
│ │ │ │ ├── System.Web.2.0.0.0.Contracts.xml
│ │ │ │ │ └── E160C612.bin
│ │ │ │ ├── System.Web.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 318DC582.bin
│ │ │ │ ├── System.Web.2.0.0.0.Pure.xml
│ │ │ │ │ └── 0993BA41.bin
│ │ │ │ ├── System.Web.Attributes.xml
│ │ │ │ │ └── 33EA9D5E.bin
│ │ │ │ ├── System.Web.I18n.xml
│ │ │ │ │ └── C6FEF5FF.bin
│ │ │ │ ├── System.Web.Services.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── A65D29A2.bin
│ │ │ │ ├── System.Web.Services.Attributes.xml
│ │ │ │ │ └── C138893E.bin
│ │ │ │ ├── System.Windows.Forms.2.0.0.0.Contracts.xml
│ │ │ │ │ └── C99021D2.bin
│ │ │ │ ├── System.Windows.Forms.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 1E4CD842.bin
│ │ │ │ ├── System.Windows.Forms.2.0.0.0.Pure.xml
│ │ │ │ │ └── 77B93E81.bin
│ │ │ │ ├── System.Windows.Forms.I18n.xml
│ │ │ │ │ └── B794E83F.bin
│ │ │ │ ├── System.Windows.Forms.Manual.xml
│ │ │ │ │ └── BA60B1CB.bin
│ │ │ │ ├── System.xml
│ │ │ │ │ └── 07464C3F.bin
│ │ │ │ ├── System.Xml.2.0.0.0.Contracts.xml
│ │ │ │ │ └── A6332332.bin
│ │ │ │ ├── System.Xml.2.0.0.0.Nullness.Generated.xml
│ │ │ │ │ └── DBEE78E2.bin
│ │ │ │ ├── System.Xml.2.0.0.0.Pure.xml
│ │ │ │ │ └── 96E3DDE1.bin
│ │ │ │ ├── System.Xml.Attributes.xml
│ │ │ │ │ └── F9C6A9FE.bin
│ │ │ │ ├── System.Xml.I18n.xml
│ │ │ │ │ └── E864609F.bin
│ │ │ │ ├── System.Xml.Linq.3.5.0.0.Contracts.xml
│ │ │ │ │ └── 350F1BF6.bin
│ │ │ │ ├── System.Xml.Linq.3.5.0.0.Nullness.Generated.xml
│ │ │ │ │ └── 6DCFE426.bin
│ │ │ │ ├── System.Xml.Linq.3.5.0.0.Pure.xml
│ │ │ │ │ └── F13CE8A5.bin
│ │ │ │ ├── System.Xml.Linq.I18n.xml
│ │ │ │ │ └── 7A027FDF.bin
│ │ │ │ └── System.Xml.Linq.xml
│ │ │ │ └── C650FFA9.bin
│ │ │ ├── UpgradeLog.XML
│ │ │ └── _UpgradeReport_Files
│ │ │ ├── UpgradeReport.css
│ │ │ ├── UpgradeReport_Minus.gif
│ │ │ ├── UpgradeReport_Plus.gif
│ │ │ └── UpgradeReport.xslt
│ │ ├── ADHelp.cs
│ │ └── 源码必读.pdf
│ ├── DotNet基础类大全
│ │ ├── BasePage.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DotNet.Utilities.dll
│ │ │ ├── DotNet.Utilities.pdb
│ │ │ ├── Excel.dll
│ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ ├── itextsharp.dll
│ │ │ ├── Microsoft.Vbe.Interop.dll
│ │ │ ├── office.dll
│ │ │ └── OWC10Chart.dll
│ │ ├── BindDataControl.cs
│ │ ├── Chart图形
│ │ │ ├── Assistant.cs
│ │ │ └── OWCChart11.cs
│ │ ├── ConvertHelper.cs
│ │ ├── Cookie&Session&Cache
│ │ │ ├── CacheHelper.cs
│ │ │ ├── CookieHelper.cs
│ │ │ ├── SessionHelper2.cs
│ │ │ └── SessionHelper.cs
│ │ ├── CSV文件转换
│ │ │ └── CsvHelper.cs
│ │ ├── DataCache.cs
│ │ ├── DEncrypt
│ │ │ ├── DEncrypt.cs
│ │ │ ├── DESEncrypt.cs
│ │ │ ├── Encrypt.cs
│ │ │ ├── HashEncode.cs
│ │ │ ├── MySecurity.cs
│ │ │ └── RSACryption.cs
│ │ ├── DLL
│ │ │ ├── COM.Excel.dll
│ │ │ ├── Excel.dll
│ │ │ ├── ICSharpCode.SharpZipLib.dll
│ │ │ ├── itextsharp.dll
│ │ │ ├── Microsoft.Office.Interop.Owc11.dll
│ │ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ │ └── OWC10Chart.dll
│ │ ├── DotNet.Utilities.csproj
│ │ ├── FormulaExpress.cs
│ │ ├── FTP操作类
│ │ │ ├── FTPClient.cs
│ │ │ ├── FTPHelper.cs
│ │ │ └── FTPOperater.cs
│ │ ├── GridViewHelper.cs
│ │ ├── IpHelper.cs
│ │ ├── JS
│ │ │ └── JsHelper.cs
│ │ ├── Json
│ │ │ └── ConvertJson.cs
│ │ ├── MediaHandler.cs
│ │ ├── Mime
│ │ │ ├── MediaTypes.cs
│ │ │ ├── MimeEntity.cs
│ │ │ ├── MimeHeaders.cs
│ │ │ ├── MimeReader.cs
│ │ │ └── QuotedPrintableEncoding.cs
│ │ ├── obj
│ │ │ └── Debug
│ │ │ ├── DotNet.Utilities.csproj.FileListAbsolute.txt
│ │ │ ├── DotNet.Utilities.dll
│ │ │ └── DotNet.Utilities.pdb
│ │ ├── PageValidate.cs
│ │ │ └── PDFOperation.cs
│ │ ├── PicDeal.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── QueryString.cs
│ │ ├── ResourceManager
│ │ │ ├── AppMessage.cs
│ │ │ ├── ResourceManager.cs
│ │ │ ├── ResourceManagerWrapper.cs
│ │ │ ├── Resources.cs
│ │ │ └── Sample.xml
│ │ ├── RMB.cs
│ │ ├── StringPlus.cs
│ │ ├── SysHelper.cs
│ │ ├── Tools.cs
│ │ ├── UrlOper.cs
│ │ ├── Utility.cs
│ │ ├── ValidateImg.cs
│ │ ├── WebSitePathHelper.cs
│ │ ├── XML操作类
│ │ │ ├── XmlHelper.cs
│ │ │ └── XMLProcess.cs
│ │ ├── 上传下载
│ │ │ ├── DownLoadHelper.cs
│ │ │ ├── FileDown.cs
│ │ │ ├── FileUp.cs
│ │ │ └── UpLoadFiles.cs
│ │ ├── 分词辅助类
│ │ │ └── SegList.cs
│ │ ├── 压缩解压缩
│ │ │ └── SharpZip.cs
│ │ ├── 图片
│ │ │ ├── ImageClass.cs
│ │ │ ├── ImageDown.cs
│ │ │ └── ImageUpload.cs
│ │ ├── 字符串
│ │ │ └── StringHelper.cs
│ │ ├── 导出Excel
│ │ │ ├── DataToExcel.cs
│ │ │ ├── ExcelHelper.cs
│ │ │ ├── ExportExcel.cs
│ │ │ └── GridViewExport.cs
│ │ ├── 序列化
│ │ │ ├── Serialize.cs
│ │ │ └── SerializeHelper.cs
│ │ ├── 弹出消息类
│ │ │ ├── MessageBox.cs
│ │ │ └── ShowMessage.cs
│ │ ├── 文件操作类
│ │ │ ├── DirFile.cs
│ │ │ ├── FileOperate.cs
│ │ │ └── INIFile.cs
│ │ ├── 日历
│ │ │ └── CNDate.cs
│ │ ├── 时间操作类
│ │ │ ├── DateFormat.cs
│ │ │ ├── TimeHelper.cs
│ │ │ └── TimeParser.cs
│ │ ├── 条形码
│ │ │ └── BarCodeToHTML.cs
│ │ ├── 正则表达式
│ │ │ └── RegexHelper.cs
│ │ ├── 汉字转拼音
│ │ │ ├── EcanConvertToCh.cs
│ │ │ └── PinYin.cs
│ │ ├── 源码必读.pdf
│ │ ├── 网络
│ │ │ └── NetHelper.cs
│ │ ├── 视频转换类
│ │ │ └── VideoConvert.cs
│ │ ├── 说明.txt
│ │ ├── 邮件
│ │ │ ├── MailHelper.cs
│ │ │ ├── MailPoper.cs
│ │ │ ├── MailSender.cs
│ │ │ └── SmtpServerHelper.cs
│ │ ├── 邮件2
│ │ │ ├── ConnectCommand.cs
│ │ │ ├── ConnectResponse.cs
│ │ │ ├── DeleCommand.cs
│ │ │ ├── ListCommand.cs
│ │ │ ├── ListResponse.cs
│ │ │ ├── MailHeaders.cs
│ │ │ ├── MailMessageEx.cs
│ │ │ ├── NoopCommand.cs
│ │ │ ├── PassCommand.cs
│ │ │ ├── Pop3Client.cs
│ │ │ ├── Pop3Command.cs
│ │ │ ├── Pop3Commands.cs
│ │ │ ├── Pop3Exception.cs
│ │ │ ├── Pop3ListItem.cs
│ │ │ ├── Pop3Response.cs
│ │ │ ├── Pop3Responses.cs
│ │ │ ├── Pop3State.cs
│ │ │ ├── QuitCommand.cs
│ │ │ ├── RetrCommand.cs
│ │ │ ├── RetrResponse.cs
│ │ │ ├── RsetCommand.cs
│ │ │ ├── StatCommand.cs
│ │ │ ├── Stat.cs
│ │ │ ├── StatResponse.cs
│ │ │ ├── TopCommand.cs
│ │ │ └── UserCommand.cs
│ │ ├── 配置文件操作类
│ │ │ └── ConfigHelper.cs
│ │ ├── 随机数类
│ │ │ ├── BaseRandom.cs
│ │ │ ├── RandomHelper.cs
│ │ │ └── RandomOperate.cs
│ │ ├── 页面辅助类
│ │ │ ├── HTMLHelper.cs
│ │ │ ├── HttpProc.cs
│ │ │ ├── JavaScriptPlus.cs
│ │ │ └── PageHelper.cs
│ │ └── 验证码
│ │ └── YZMHelper.cs
│ ├── SqlHelper基类
│ │ ├── App_Code
│ │ │ ├── SqlHelper.cs
│ │ │ └── Users.cs
│ │ ├── App_Data
│ │ │ ├── Sql_51aspx_Data.MDF
│ │ │ └── Sql_51aspx_Log.LDF
│ │ ├── Default.aspx
│ │ ├── Default.aspx.cs
│ │ ├── ExcuteProc.aspx
│ │ ├── ExcuteProc.aspx.cs
│ │ ├── ExcuteProcParm.aspx
│ │ ├── ExcuteProcParm.aspx.cs
│ │ ├── ExcuteReader.aspx
│ │ ├── ExcuteReader.aspx.cs
│ │ ├── ExcuteScalar.aspx
│ │ ├── ExcuteScalar.aspx.cs
│ │ ├── ExcuteSQL.aspx
│ │ ├── ExcuteSQL.aspx.cs
│ │ ├── ExcuteSQLParm.aspx
│ │ ├── ExcuteSQLParm.aspx.cs
│ │ ├── Web.Config
│ │ └── 源码必读.pdf
│ ├── 字符串加密
│ │ ├── ID加密代码
│ │ │ ├── App_Code
│ │ │ │ └── StrOperation.cs
│ │ │ ├── Default.aspx
│ │ │ ├── Default.aspx.cs
│ │ │ ├── Show.aspx
│ │ │ ├── Show.aspx.cs
│ │ │ └── web.config
│ │ ├── StringOperation
│ │ │ └── StringOperation
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Global.cs
│ │ │ ├── StringOperation
│ │ │ │ ├── Global.cs
│ │ │ │ ├── Index.cs
│ │ │ │ └── StringOperation.cs
│ │ │ ├── StringOperation.csproj
│ │ │ ├── StringOperation.Global.resources
│ │ │ └── StringOperation.Index.resources
│ │ ├── strManag
│ │ │ ├── App_Code
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Global.asax.cs
│ │ │ │ └── StringOperation.cs
│ │ │ ├── ConversionReport.webinfo
│ │ │ ├── Global.asax
│ │ │ ├── Global.asax.resx
│ │ │ ├── Index.aspx
│ │ │ ├── Index.aspx.cs
│ │ │ ├── Index.aspx.resx
│ │ │ └── Web.config
│ │ └── 源码必读.pdf
│ └── 源码必读.pdf
└── 源码必读.pdf
169 directories, 393 files
标签:
C#最全基类源码(包括ASP.NET类库、读取AD域里用户名或组、Common类库、DotNet基础类大全、SqlHelper基类、字符串加密)
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论