书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 1641 个相关结果.
  • 加密与配置

    默认配置 加密 自定义配置 本文主要介绍如何对 WCDB Swift 特定的数据库进行基本的配置,而加密也是配置的其中较常用的一项。 配置主要用控制数据库操作的行为。WCDB Swift 对 SQLite 的数据库做了基本的配置,如 journal_mode 、fullfsync 等,以满足 WCDB Swift 的需求。同时,开发者也可以根...
  • 监控与错误处理

    全局监控 性能监控 SQL 监控 错误监控 错误处理 本文介绍对性能数据、SQL执行、错误信息的监控,以及对错误处理信息的处理。 全局监控 开发者可以注册全局监控,获取性能数据、SQL的执行及报错信息。 性能监控 以下是性能监控的示例代码: Database . globalTrace ( ofPerformance : { ...
  • Attributes

    Attributes Declaration Attributes available discardableResult dynamicCallable dynamicMemberLookup frozen GKInspectable inlinable nonobjc NSApplicationMain NSCopying NSMan...
  • Types

    Types Type Annotation Type Identifier Tuple Type Function Type Restrictions for Nonescaping Closures Array Type Dictionary Type Optional Type Implicitly Unwrapped Optional ...
  • Singleton Pattern

    Singleton Pattern Introduction Definition of Singleton Design Class Access Object Examples Source Code Resources Conclusion Singleton Pattern Introduction Welcome to ...
  • 查询数据项

    查询 (Where) 数据类型对应查询操作符表 操作步骤 示例 比较查询 字符串查询 正则匹配 数组查询 null 或非 null 查询 空或非空查询 hasKey 查询 (仅限 object 类型) pointer 查询 组合查询 查询 (Where) 数据类型对应查询操作符表 数据类型 可使用的查询操作 说明 s...
  • 关于语言参考

    关于语言参考(About the Language Reference) 如何阅读语法 关于语言参考(About the Language Reference) 本书的这一节描述了 Swift 编程语言的形式语法。这里描述的语法是为了帮助您了解该语言的更多细节,而不是让您直接实现一个解析器或编译器。 Swift 语言相对较小,这是由于 Swift ...
  • 介绍

    dev-blog 来源(书栈小编注) dev-blog 翻译、开发心得或学习笔记 AutoLayout Tips 翻译:GCD 深入理解:第一部分 翻译:为一个 iOS 应用编写一个简单的 Node.js/MongoDB Web 服务 翻译:研究 UIActivityViewController 翻译:开发使用 iBeacon 的 iO...
  • The Basics

    The Basics Constants and Variables Declaring Constants and Variables Type Annotations Naming Constants and Variables Printing Constants and Variables Comments Semicolons Int...
  • Structures and Classes

    Structures and Classes Comparing Structures and Classes Definition Syntax Structure and Class Instances Accessing Properties Memberwise Initializers for Structure Types Struct...