书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 209 个相关结果.
  • 使用的工具和库

    使用的工具和库 Autonumeric ( https://github.com/BobKnothe/autoNumeric ) BlockUI ( https://github.com/malsup/blockui/ ) Bootstrap ( https://github.com/twbs/bootstrap ) Cake Build ( ...
  • Frequently Asked Questions

    Frequently Asked Questions Code Generator (Sergen) Permissions Publishing and Deployment Forms and Editors Frequently Asked Questions Code Generator (Sergen) Should I re...
  • User and Role Management

    User and Role Management User and Role Management Serene has user, role and rights management built in. This feature is not embedded in Serenity itself. It is just a sample, ...
  • IUserRetrieveService 接口

    IUserRetrieveService 接口 IUserRetrieveService 接口 [命名空间 : Serenity.Abstractions, 程序集 : Serenity.Core] 当 Serenity 需要使用给定的用户名或者用户 ID 访问 IUserDefinition 对象时,它需要使用该接口。 public int...
  • Mapping 特性

    Mapping 特性 列与表的映射约定 SqlSettings.AutoQuotedIdentifiers 标识 Column 特性 TableName 特性 Expression 特性 ForeignKey 特性 LeftJoin 特性 Mapping 特性 Serenity 提供一些映射特性,以匹配数据库的表、行的列名称。 列...
  • 本地化

    本地化 本地化 大多数 web 应用程序必须支持多种语言。例如:Youtube、 Wikipedia、 Facebook 网站都支持多语言。 当用户第一次访问网站时,根据用户浏览器(预先设置的地区)自动选择显示的语言。 如果自动选择的语言不是用户所期望的,用户可以设置他们的首选语言,用户的选择存储在客户端 cookie(或服务器端用户简介表(us...
  • 静态依赖类

    静态依赖类 Dependency.SetResolver 方法 Dependency.Resolver 属性 Depency.HasResolver 属性 Dependency.Resolve 方法 Dependency.TryResolve 方法 静态依赖类 [命名空间 : Serenity.Abstractions, 程序集 : Ser...
  • Starting Serene

    Starting Serene Troubleshooting Connection Problems ASP.NET MVC ASP.NET Core Fixing Connection Strings Starting Serene After your first project is created in Visual Studio ...
  • 自定义快速检索

    自定义快速检索 添加几条影片记录 运行 T4 模板(.tt 文件) 自定义快速检索 添加几条影片记录 在下面的章节中,我们需要一些示例数据,可以从 IMDB 复制一些数据过来。 如果你不想浪费时间输入这些示例数据,可以从下面的链接中获取迁移类: https://github.com/volkanceylan/MovieTutorial/...
  • 静态 DistributedCache 类

    静态 DistributedCache 类 静态 DistributedCache 类 [命名空间 : Serenity, 程序集 : Serenity.Core] DistributedCache 类提供访问当前注册的 IDistributedCache 实现的快捷方法。所以,下面两行代码有相同的功能: IoC . Resolve <...