书栈网 · BookStack 本次搜索耗时 0.008 秒,为您找到 209 个相关结果.
  • CouchbaseDistributedCache 类

    CouchbaseDistributedCache 类 CouchbaseDistributedCache 类 [命名空间 : Serenity.Caching, 程序集 : Serenity.Caching.Couchbase] Couchbase 是一个分布式数据库,有像 Memcached 的访问接口。 可以从 NuGet 程序包 Sere...
  • Configuration System

    Configuration System Configuration System .NET applications usually stores their configuration in app.config (desktop) or web.config (web) files. Though, its common practice t...
  • DistributedCacheEmulator 类

    DistributedCacheEmulator 类 DistributedCacheEmulator 类 [命名空间 : Serenity.Abstractions, 程序集 : Serenity.Core] 如果你现在不需要分布式缓存,但希望现在编写的代码在将来可以与分布式缓存一起工作,你可以使用 DistributedCacheEmulato...
  • SqlQuery Object

    SqlQuery Object Advantages SqlQuery Object [namespace : Serenity.Data] - [assembly : Serenity.Data] SqlQuery is an object to compose dynamic SQL SELECT queries through a flue...
  • Config Static Class

    Config Static Class Config.Get Method Config.TryGet Method Config Static Class [namespace : Serenity, assembly : Serenity.Core] This is the central location to access your c...
  • 多租户系统

    多租户 创建一个名为 MultiTenancy 的教程 添加项目依赖 多租户 在本教程中,我们把 Norhwind 改为多租户应用程序。 这是多租户软件在维基百科中的定义: 多租户技术(multi-tenancy technology)或称多重租赁技术,是一种软件架构技术,它是在探讨与实现如何于多用户的环境下共用相同的系统或程序组件,并且仍...
  • 用户和角色管理

    用户和角色管理 用户和角色管理 Serene 内置用户、角色和权限管理。 此功能并不是 Serenity 的内置功能,这里仅提供一个示例,所以你可以随时选择实现或使用你自己的用户管理方式,我们将在下面的章节介绍如何实现。 打开 系统管理 / 角色管理,并创建两个角色:Administrators 和 Translators。 点击 新增角...
  • 部件(Widgets)

    部件(Widgets) 部件(Widgets) Serenity 脚本 UI 层的组件类(控制)基于类似于 jQuery UI 的部件工厂 系统,但使用 C# 重新设计。 你可以在这里找到有关 jQuery UI 部件系统的更多详细信息: http://learn.jquery.com/jquery-ui/widget-factory/ h...
  • 静态 Config 类

    静态 Config 类 Config.Get 方法 Config.Get Method Config.TryGet 方法 静态 Config 类 [命名空间 : Serenity, 程序集 : Serenity.Core] 这是访问配置设置的主要位置。它包含注册 IConfigurationRepository 提供者的快捷方法。 publi...
  • Dialect Based Expressions

    Dialect Based Expressions How Dialect for Row is Determined Dialect Matching Dialect Based Expressions Sometimes it might not be possible to use a common expression. For exam...