实例介绍
【实例截图】
【核心代码】
.
├── BonusBits.CodeSamples.NHibernate
│ ├── BonusBits.CodeSamples.NHibernate.csproj
│ ├── Class1.cs
│ ├── DynamicEntity.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── Tests
│ │ ├── Class1.cs
│ │ ├── Currency.hbm.xml
│ │ └── DynamicEntityTest.cs
│ ├── bin
│ │ └── Debug
│ └── obj
│ └── Debug
│ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ └── TempPE
├── BonusBits.CodeSamples.NHibernate.sln
├── BonusBits.CodeSamples.NHibernate.suo
├── Lib
│ ├── NHibernate
│ │ ├── ByteCode
│ │ │ ├── Castle.Core.dll
│ │ │ ├── Castle.Core.pdb
│ │ │ ├── Castle.Core.xml
│ │ │ ├── NHibernate.ByteCode.Castle.dll
│ │ │ ├── NHibernate.ByteCode.Castle.pdb
│ │ │ └── NHibernate.ByteCode.Castle.xml
│ │ ├── Iesi.Collections.dll
│ │ ├── Iesi.Collections.pdb
│ │ ├── Iesi.Collections.xml
│ │ ├── NHibernate.dll
│ │ ├── NHibernate.pdb
│ │ ├── NHibernate.xml
│ │ ├── nhibernate-configuration.xsd
│ │ └── nhibernate-mapping.xsd
│ ├── SQLite
│ │ ├── Doc
│ │ │ └── SQLite.NET.chm
│ │ ├── bin
│ │ │ ├── CompactFramework
│ │ │ │ ├── SQLite.Interop.066.DLL
│ │ │ │ ├── SQLite.Interop.066.exp
│ │ │ │ ├── SQLite.Interop.066.lib
│ │ │ │ ├── System.Data.SQLite.dll
│ │ │ │ └── testce.exe
│ │ │ ├── Designer
│ │ │ │ ├── SQLite.Designer.dll
│ │ │ │ ├── install.exe
│ │ │ │ └── install.exe.config
│ │ │ ├── ManagedOnly
│ │ │ │ ├── System.Data.SQLite.XML
│ │ │ │ ├── System.Data.SQLite.dll
│ │ │ │ ├── readme.txt
│ │ │ │ ├── test.exe
│ │ │ │ └── test.exe.config
│ │ │ ├── System.Data.SQLite.DLL
│ │ │ ├── System.Data.SQLite.Linq.dll
│ │ │ ├── System.Data.SQLite.XML
│ │ │ ├── System.Data.SQLite.exp
│ │ │ ├── System.Data.SQLite.lib
│ │ │ ├── itanium
│ │ │ │ ├── System.Data.SQLite.DLL
│ │ │ │ ├── System.Data.SQLite.exp
│ │ │ │ ├── System.Data.SQLite.lib
│ │ │ │ ├── test.exe
│ │ │ │ └── test.exe.config
│ │ │ ├── linq
│ │ │ │ ├── northwindEF.db
│ │ │ │ ├── testlinq.exe
│ │ │ │ └── testlinq.exe.config
│ │ │ ├── test.exe
│ │ │ ├── test.exe.config
│ │ │ └── x64
│ │ │ ├── System.Data.SQLite.DLL
│ │ │ ├── System.Data.SQLite.exp
│ │ │ ├── System.Data.SQLite.lib
│ │ │ ├── test.exe
│ │ │ └── test.exe.config
│ │ └── readme.htm
│ └── xUnit.net
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.x86.exe
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.exe
│ ├── xunit.console.exe.config
│ ├── xunit.console.x86.exe
│ ├── xunit.console.x86.exe.config
│ ├── xunit.dll
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.dll
│ ├── xunit.extensions.xml
│ ├── xunit.gui.clr4.exe
│ ├── xunit.gui.clr4.x86.exe
│ ├── xunit.gui.exe
│ ├── xunit.gui.x86.exe
│ ├── xunit.installer.exe
│ ├── xunit.runner.msbuild.dll
│ ├── xunit.runner.tdnet.dll
│ ├── xunit.runner.utility.dll
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── _ReSharper.BonusBits.CodeSamples.NHibernate
│ ├── AspFileDataCache.dat
│ ├── BuildScriptCache
│ │ └── 4
│ │ └── 580a7386.dat
│ ├── CompletionStatistics
│ │ └── Statistics.dat
│ ├── ConditionalNames
│ │ └── 4
│ │ └── 580a7386.dat
│ ├── JSTest
│ ├── JavaScriptCache
│ │ └── 7
│ │ └── 2ebd1be2.dat
│ ├── JbPdbInfo
│ ├── MVC
│ ├── ModuleIds.xml
│ ├── NamedArguments
│ │ └── 4
│ │ └── 580a7386.dat
│ ├── PersistenIdIndex.bin
│ ├── RecentItems
│ │ └── RecentFiles.dat
│ ├── Resources
│ ├── SymbolCache.bin
│ ├── TagPrefixes
│ ├── TodoItems
│ │ └── 7
│ │ └── 2ebd1be2.dat
│ ├── WebSymbols
│ ├── WordIndex
│ │ └── 4
│ │ └── 580a7386.dat
│ └── XmlIndex
│ ├── Accessibility.xml
│ │ └── 88C087D2.bin
│ ├── Castle.Core.xml
│ │ └── 625B52C9.bin
│ ├── Iesi.Collections.xml
│ │ └── E59CABF6.bin
│ ├── Microsoft.Build.Framework.4.0.0.0.Nullness.Generated.xml
│ │ └── 94363C24.bin
│ ├── Microsoft.Build.Framework.xml
│ │ └── B1211D02.bin
│ ├── Microsoft.Build.Tasks.v4.0.4.0.0.0.Nullness.Generated.xml
│ │ └── CCCC0FE4.bin
│ ├── Microsoft.Build.Tasks.v4.0.xml
│ │ └── D0D97272.bin
│ ├── Microsoft.Build.Utilities.v4.0.4.0.0.0.Nullness.Generated.xml
│ │ └── E27CE424.bin
│ ├── Microsoft.Build.Utilities.v4.0.xml
│ │ └── F257AC8A.bin
│ ├── Microsoft.CSharp.4.0.0.0.Nullness.Generated.xml
│ │ └── 47A918C4.bin
│ ├── Microsoft.CSharp.xml
│ │ └── 52F85A1D.bin
│ ├── Microsoft.Transactions.Bridge.3.0.0.0.Nullness.Generated.xml
│ │ └── 23FFBA03.bin
│ ├── Microsoft.Transactions.Bridge.xml
│ │ └── CA341E40.bin
│ ├── Microsoft.VisualC.xml
│ │ └── F652E411.bin
│ ├── NHibernate.ByteCode.Castle.xml
│ │ └── 1A75D1BF.bin
│ ├── NHibernate.xml
│ │ └── 8A9A396F.bin
│ ├── SMDiagnostics.3.0.0.0.Nullness.Generated.xml
│ │ └── 7BBDA383.bin
│ ├── SMDiagnostics.4.0.0.0.Nullness.Generated.xml
│ │ └── C77EB924.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.4.0.0.0.Contracts.xml
│ │ └── 07845DD4.bin
│ ├── System.4.0.0.0.Nullness.Generated.xml
│ │ └── 6B56B484.bin
│ ├── System.4.0.0.0.Pure.xml
│ │ └── DE77D247.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.4.0.0.0.Contracts.xml
│ │ └── FB4CED54.bin
│ ├── System.Configuration.4.0.0.0.Nullness.Generated.xml
│ │ └── 0C78B404.bin
│ ├── System.Configuration.4.0.0.0.Pure.xml
│ │ └── 7748B1C7.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.Configuration.Install.4.0.0.0.Contracts.xml
│ │ └── 86EDEE74.bin
│ ├── System.Configuration.Install.4.0.0.0.Nullness.Generated.xml
│ │ └── 44FAAA64.bin
│ ├── System.Configuration.Install.xml
│ │ └── 4197A788.bin
│ ├── System.Configuration.xml
│ │ └── 879C8D27.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.4.0.0.0.Contracts.xml
│ │ └── 0B7C8174.bin
│ ├── System.Core.4.0.0.0.Nullness.Generated.xml
│ │ └── DA9E9D64.bin
│ ├── System.Core.4.0.0.0.Pure.xml
│ │ └── 717C2A67.bin
│ ├── System.Core.LinqTunnel.xml
│ │ └── D9B819C3.bin
│ ├── System.Core.Nullness.Manual.xml
│ │ └── 693BFE35.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.4.0.0.0.Contracts.xml
│ │ └── 6B3912F4.bin
│ ├── System.Data.4.0.0.0.Nullness.Generated.xml
│ │ └── AF56DEE4.bin
│ ├── System.Data.4.0.0.0.Pure.xml
│ │ └── CB37CBE7.bin
│ ├── System.Data.I18n.xml
│ │ └── 4BA2745F.bin
│ ├── System.Data.OracleClient.2.0.0.0.Nullness.Generated.xml
│ │ └── 46DBA7A2.bin
│ ├── System.Data.OracleClient.4.0.0.0.Nullness.Generated.xml
│ │ └── 8CC4BA64.bin
│ ├── System.Data.OracleClient.xml
│ │ └── F6BE6126.bin
│ ├── System.Data.SQLite.xml
│ │ └── D04FB243.bin
│ ├── System.Data.SqlXml.2.0.0.0.Nullness.Generated.xml
│ │ └── 9DA2DB22.bin
│ ├── System.Data.SqlXml.4.0.0.0.Nullness.Generated.xml
│ │ └── E38BEDE4.bin
│ ├── System.Data.SqlXml.xml
│ │ └── 5070A7FE.bin
│ ├── System.Data.xml
│ │ └── 23380007.bin
│ ├── System.Deployment.2.0.0.0.Nullness.Generated.xml
│ │ └── A29CBF22.bin
│ ├── System.Deployment.4.0.0.0.Nullness.Generated.xml
│ │ └── E885D1E4.bin
│ ├── System.Deployment.xml
│ │ └── EA94258E.bin
│ ├── System.Design.2.0.0.0.Nullness.Generated.xml
│ │ └── C67F00E2.bin
│ ├── System.Design.4.0.0.0.Nullness.Generated.xml
│ │ └── 8B6FCEA4.bin
│ ├── System.Design.xml
│ │ └── A103E185.bin
│ ├── System.DirectoryServices.2.0.0.0.Nullness.Generated.xml
│ │ └── F9F88CA2.bin
│ ├── System.DirectoryServices.4.0.0.0.Nullness.Generated.xml
│ │ └── 3FE19F64.bin
│ ├── System.DirectoryServices.Protocols.2.0.0.0.Nullness.Generated.xml
│ │ └── EA572402.bin
│ ├── System.DirectoryServices.Protocols.4.0.0.0.Nullness.Generated.xml
│ │ └── F41D33C4.bin
│ ├── System.DirectoryServices.Protocols.xml
│ │ └── 9569C5BB.bin
│ ├── System.DirectoryServices.xml
│ │ └── C6DB3430.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.4.0.0.0.Contracts.xml
│ │ └── 0E821C94.bin
│ ├── System.Drawing.4.0.0.0.Nullness.Generated.xml
│ │ └── E84B8C44.bin
│ ├── System.Drawing.4.0.0.0.Pure.xml
│ │ └── E41F5B87.bin
│ ├── System.Drawing.Design.2.0.0.0.Nullness.Generated.xml
│ │ └── 89687CE2.bin
│ ├── System.Drawing.Design.4.0.0.0.Nullness.Generated.xml
│ │ └── 4E594AA4.bin
│ ├── System.Drawing.Design.xml
│ │ └── E381B14B.bin
│ ├── System.Drawing.xml
│ │ └── DFC4C8F7.bin
│ ├── System.Dynamic.4.0.0.0.Nullness.Generated.xml
│ │ └── 026A7DA4.bin
│ ├── System.EnterpriseServices.2.0.0.0.Nullness.Generated.xml
│ │ └── 75FE90A2.bin
│ ├── System.EnterpriseServices.4.0.0.0.Nullness.Generated.xml
│ │ └── BBE7A364.bin
│ ├── System.EnterpriseServices.xml
│ │ └── D976A4EC.bin
│ ├── System.I18n.xml
│ │ └── 7E6153BF.bin
│ ├── System.IdentityModel.3.0.0.0.Nullness.Generated.xml
│ │ └── C545E403.bin
│ ├── System.IdentityModel.Selectors.3.0.0.0.Nullness.Generated.xml
│ │ └── F8183BC3.bin
│ ├── System.IdentityModel.Selectors.xml
│ │ └── FBF646E6.bin
│ ├── System.IdentityModel.xml
│ │ └── B640054E.bin
│ ├── System.Messaging.2.0.0.0.Nullness.Generated.xml
│ │ └── DB17AA82.bin
│ ├── System.Messaging.xml
│ │ └── 55ED0AB9.bin
│ ├── System.Nullness.Manual.xml
│ │ └── 637B83D5.bin
│ ├── System.Numerics.4.0.0.0.Nullness.Generated.xml
│ │ └── EDBD3FE4.bin
│ ├── System.Numerics.xml
│ │ └── B6B47E0F.bin
│ ├── System.Runtime.Caching.4.0.0.0.Nullness.Generated.xml
│ │ └── 5DDF73E4.bin
│ ├── System.Runtime.Caching.xml
│ │ └── D1A47BCC.bin
│ ├── System.Runtime.DurableInstancing.4.0.0.0.Nullness.Generated.xml
│ │ └── 00BE7424.bin
│ ├── System.Runtime.Remoting.2.0.0.0.Nullness.Generated.xml
│ │ └── 3BD7CBE2.bin
│ ├── System.Runtime.Remoting.4.0.0.0.Nullness.Generated.xml
│ │ └── 00C899A4.bin
│ ├── System.Runtime.Remoting.xml
│ │ └── 56A58304.bin
│ ├── System.Runtime.Serialization.3.0.0.0.Nullness.Generated.xml
│ │ └── 99D689E3.bin
│ ├── System.Runtime.Serialization.4.0.0.0.Nullness.Generated.xml
│ │ └── E04CA004.bin
│ ├── System.Runtime.Serialization.Attributes.xml
│ │ └── 19E5989E.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.Runtime.Serialization.Formatters.Soap.4.0.0.0.Nullness.Generated.xml
│ │ └── 9AFB5084.bin
│ ├── System.Runtime.Serialization.Formatters.Soap.xml
│ │ └── 5CB1EC55.bin
│ ├── System.Runtime.Serialization.xml
│ │ └── 1287E84B.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.Security.4.0.0.0.Contracts.xml
│ │ └── 515FC174.bin
│ ├── System.Security.4.0.0.0.Nullness.Generated.xml
│ │ └── 1429DD64.bin
│ ├── System.Security.4.0.0.0.Pure.xml
│ │ └── 6C576A67.bin
│ ├── System.Security.xml
│ │ └── 87F08301.bin
│ ├── System.ServiceModel.3.0.0.0.Nullness.Generated.xml
│ │ └── EF4EF083.bin
│ ├── System.ServiceModel.xml
│ │ └── E4A6C365.bin
│ ├── System.ServiceProcess.2.0.0.0.Nullness.Generated.xml
│ │ └── DCACE422.bin
│ ├── System.ServiceProcess.4.0.0.0.Nullness.Generated.xml
│ │ └── 2295F6E4.bin
│ ├── System.ServiceProcess.xml
│ │ └── 25F8B321.bin
│ ├── System.Transactions.2.0.0.0.Nullness.Generated.xml
│ │ └── BEE213A2.bin
│ ├── System.Transactions.4.0.0.0.Nullness.Generated.xml
│ │ └── 04CB2664.bin
│ ├── System.Transactions.xml
│ │ └── 72142900.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.4.0.0.0.Contracts.xml
│ │ └── B50C4594.bin
│ ├── System.Web.4.0.0.0.Nullness.Generated.xml
│ │ └── 3B53D544.bin
│ ├── System.Web.4.0.0.0.Pure.xml
│ │ └── 686BE487.bin
│ ├── System.Web.ApplicationServices.4.0.0.0.Nullness.Generated.xml
│ │ └── CDA1B004.bin
│ ├── System.Web.ApplicationServices.xml
│ │ └── 700D1AFD.bin
│ ├── System.Web.Attributes.xml
│ │ └── 33EA9D5E.bin
│ ├── System.Web.I18n.xml
│ │ └── C6FEF5FF.bin
│ ├── System.Web.RegularExpressions.xml
│ │ └── 234252F2.bin
│ ├── System.Web.Services.2.0.0.0.Nullness.Generated.xml
│ │ └── A65D29A2.bin
│ ├── System.Web.Services.4.0.0.0.Nullness.Generated.xml
│ │ └── EC463C64.bin
│ ├── System.Web.Services.Attributes.xml
│ │ └── C138893E.bin
│ ├── System.Web.Services.xml
│ │ └── 9E9ED327.bin
│ ├── System.Web.xml
│ │ └── 9CC1AA67.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.4.0.0.0.Contracts.xml
│ │ └── 1D054254.bin
│ ├── System.Windows.Forms.4.0.0.0.Nullness.Generated.xml
│ │ └── 1F60A904.bin
│ ├── System.Windows.Forms.4.0.0.0.Pure.xml
│ │ └── CA37E6C7.bin
│ ├── System.Windows.Forms.I18n.xml
│ │ └── B794E83F.bin
│ ├── System.Windows.Forms.Manual.xml
│ │ └── BA60B1CB.bin
│ ├── System.Windows.Forms.xml
│ │ └── 90E683E3.bin
│ ├── System.Xaml.4.0.0.0.Nullness.Generated.xml
│ │ └── 97DBE3A4.bin
│ ├── System.Xaml.xml
│ │ └── 67D55BAF.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.4.0.0.0.Contracts.xml
│ │ └── CF0743B4.bin
│ ├── System.Xml.4.0.0.0.Nullness.Generated.xml
│ │ └── A0DF46A4.bin
│ ├── System.Xml.4.0.0.0.Pure.xml
│ │ └── E9628527.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.4.0.0.0.Contracts.xml
│ │ └── 582FCE74.bin
│ ├── System.Xml.Linq.4.0.0.0.Nullness.Generated.xml
│ │ └── 4E588A64.bin
│ ├── System.Xml.Linq.4.0.0.0.Pure.xml
│ │ └── F0AB5767.bin
│ ├── System.Xml.Linq.I18n.xml
│ │ └── 7A027FDF.bin
│ ├── System.Xml.Linq.xml
│ │ ├── 7427FD3A.bin
│ │ └── C650FFA9.bin
│ ├── System.Xml.xml
│ │ └── C4590EEE.bin
│ ├── System.xml
│ │ ├── 07464C3F.bin
│ │ └── 8A6D51F9.bin
│ ├── 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.4.0.0.0.Contracts.xml
│ │ └── BA0B7454.bin
│ ├── mscorlib.4.0.0.0.Interfaces.Nullness.Generated.xml
│ │ └── E943BD5C.bin
│ ├── mscorlib.4.0.0.0.Nullness.Generated.xml
│ │ └── D37F1B04.bin
│ ├── mscorlib.4.0.0.0.Pure.xml
│ │ └── 0C16D8C7.bin
│ ├── mscorlib.I18n.xml
│ │ └── 0AA1DA3F.bin
│ ├── mscorlib.Nullness.Manual.xml
│ │ └── A44AFA55.bin
│ ├── mscorlib.ValueFlow.xml
│ │ └── D2DAC228.bin
│ ├── mscorlib.xml
│ │ ├── 48F8C2BF.bin
│ │ └── 8B5A35BB.bin
│ ├── system.core.xml
│ │ ├── C79339FF.bin
│ │ └── F613CD2C.bin
│ └── xunit.xml
│ └── C1B575BE.bin
└── 好例子网_DynamicEntity_Complete.zip
227 directories, 284 files
标签: 动态模型
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论