teamlab mysql_teamlab.v3.1.210

本文档详细介绍了团队实验室(TeamLab)开源项目的文件和目录结构。涵盖了核心组件、数据库管理、构建工具配置等多个方面,为开发者提供清晰的项目组织指南。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

_ci/

_ci/additionals/

_ci/additionals/ASC.Jabber.exe.Config

_ci/additionals/core.db3

_ci/additionals/OpenSource/

_ci/additionals/OpenSource/ExcludeCommon.txt

_ci/additionals/OpenSource/ExcludeConfig.txt

_ci/additionals/OpenSource/ExcludeProj.txt

_ci/additionals/OpenSource/ExcludeRed3.txt

_ci/additionals/OpenSource/ExcludeWeb.txt

_ci/additionals/OpenSource/Readme.txt

_ci/additionals/OpenSource/Talk.config

_ci/additionals/OpenSource/TeamLab.sln

_ci/additionals/OpenSource/TeamLabSvc.exe.Config

_ci/additionals/OpenSource/web.appsettings.config

_ci/additionals/OpenSource/Web.config

_ci/additionals/OpenSource/web.connections.config

_ci/additionals/OpenSource/web.log4net.config

_ci/additionals/OpenSource/web.storage.config

_ci/additionals/policy.xml

_ci/additionals/TeamLabSvc.exe.Config

_ci/msbuild/

_ci/msbuild/al.exe

_ci/msbuild/ASC.MSBuild.AssemblyInfo.targets

_ci/msbuild/MSBuild.Community.Tasks.dll

_ci/msbuild/MSBuild.ExtensionPack.dll

_ci/projects/

_ci/projects/build.proj

_ci/projects/deploy.proj

_ci/projects/logs/

_ci/projects/opensource.proj

common/

common/common/

common/common/ASC.Common/

common/common/ASC.Common/ASC.Common.csproj

common/common/ASC.Common/AssemblyFileVersionInfo.cs

common/common/ASC.Common/Collections/

common/common/ASC.Common/Collections/CachedDictionary.cs

common/common/ASC.Common/Collections/EventQueue.cs

common/common/ASC.Common/Collections/ILocator.cs

common/common/ASC.Common/Collections/LocatorBase.cs

common/common/ASC.Common/Collections/LocatorRegistry.cs

common/common/ASC.Common/Collections/SortedQueue.cs

common/common/ASC.Common/Collections/SynchronizedDictionary.cs

common/common/ASC.Common/CommonDescriptionResource.Designer.cs

common/common/ASC.Common/CommonDescriptionResource.resx

common/common/ASC.Common/Data/

common/common/ASC.Common/Data/AdoProxy/

common/common/ASC.Common/Data/AdoProxy/DbCommandProxy.cs

common/common/ASC.Common/Data/AdoProxy/DbConnectionProxy.cs

common/common/ASC.Common/Data/AdoProxy/DbTransactionProxy.cs

common/common/ASC.Common/Data/AdoProxy/EventArgs.cs

common/common/ASC.Common/Data/AdoProxy/ExecuteHelper.cs

common/common/ASC.Common/Data/AdoProxy/ProxyCtx.cs

common/common/ASC.Common/Data/DataExtensions.cs

common/common/ASC.Common/Data/DbManager.cs

common/common/ASC.Common/Data/DbRegistry.cs

common/common/ASC.Common/Data/DbTransaction.cs

common/common/ASC.Common/Data/ListExtentions.cs

common/common/ASC.Common/Data/Mapper/

common/common/ASC.Common/Data/Mapper/DbActiveRecord.cs

common/common/ASC.Common/Data/Mapper/DbList.cs

common/common/ASC.Common/Data/Mapper/DbObjectMapper.cs

common/common/ASC.Common/Data/Mapper/Expressions/

common/common/ASC.Common/Data/Mapper/Expressions/ExpressionParser.cs

common/common/ASC.Common/Data/Mapper/Sql/

common/common/ASC.Common/Data/Mapper/Sql/DbSqlQuery.cs

common/common/ASC.Common/Data/Sql/

common/common/ASC.Common/Data/Sql/Dialects/

common/common/ASC.Common/Data/Sql/Dialects/MySQLDialect.cs

common/common/ASC.Common/Data/Sql/Expressions/

common/common/ASC.Common/Data/Sql/Expressions/BetweenExp.cs

common/common/ASC.Common/Data/Sql/Expressions/EqColumnsExp.cs

common/common/ASC.Common/Data/Sql/Expressions/EqExp.cs

common/common/ASC.Common/Data/Sql/Expressions/Exp.cs

common/common/ASC.Common/Data/Sql/Expressions/InExp.cs

common/common/ASC.Common/Data/Sql/Expressions/JunctionExp.cs

common/common/ASC.Common/Data/Sql/Expressions/LGtExp.cs

common/common/ASC.Common/Data/Sql/Expressions/LikeExp.cs

common/common/ASC.Common/Data/Sql/Expressions/SelectAgregate.cs

common/common/ASC.Common/Data/Sql/Expressions/SqlExp.cs

common/common/ASC.Common/Data/Sql/Expressions/SubExp.cs

common/common/ASC.Common/Data/Sql/ISqlDialect.cs

common/common/ASC.Common/Data/Sql/ISqlInstruction.cs

common/common/ASC.Common/Data/Sql/SqlCreate.cs

common/common/ASC.Common/Data/Sql/SqlDelete.cs

common/common/ASC.Common/Data/Sql/SqlDialect.cs

common/common/ASC.Common/Data/Sql/SqlIdentifier.cs

common/common/ASC.Common/Data/Sql/SqlInsert.cs

common/common/ASC.Common/Data/Sql/SqlQuery.cs

common/common/ASC.Common/Data/Sql/SqlUpdate.cs

common/common/ASC.Common/Data/SQLite/

common/common/ASC.Common/Data/SQLite/ConcatFunction.cs

common/common/ASC.Common/Data/SQLite/GroupConcatFunction.cs

common/common/ASC.Common/Data/SQLite/LowerFunction.cs

common/common/ASC.Common/Data/SQLite/RegexpFunction.cs

common/common/ASC.Common/Data/SQLite/UpperFunction.cs

common/common/ASC.Common/Module/

common/common/ASC.Common/Module/Interfaces/

common/common/ASC.Common/Module/Interfaces/IBaseInfo.cs

common/common/ASC.Common/Module/Interfaces/IModule.cs

common/common/ASC.Common/Module/Interfaces/IModuleInfo.cs

common/common/ASC.Common/Module/Interfaces/IModulePart.cs

common/common/ASC.Common/Module/Interfaces/IModulePartInfo.cs

common/common/ASC.Common/Module/Interfaces/IModuleServicesPart.cs

common/common/ASC.Common/Module/Interfaces/IModuleServicesPartInfo.cs

common/common/ASC.Common/Module/ModuleBase.cs

common/common/ASC.Common/Module/ModuleInfoAttribute.cs

common/common/ASC.Common/Module/ModuleInfoBase.cs

common/common/ASC.Common/Module/ModulePartBase.cs

common/common/ASC.Common/Module/ModulePartInfoBase.cs

common

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值