书栈网 · BookStack 本次搜索耗时 0.066 秒,为您找到 140 个相关结果.
  • APIs

    APIs APIs class SqliteExtDatabase (database[, pragmas=None[, timeout=5[, c_extensions=None[, rank_functions=True[, hash_functions=False[, regexp_function=False[, bloomfilter=F...
  • Sentinel Promotion

    Sentinel Promotion Introduction Redis Sentinel Migration Steps 1. Source Instance 2. Configure Sentinel 3. Configure Replication 4. Promote Replica as Primary Considerations...
  • Sentinel Promotion

    Sentinel Promotion Introduction Redis Sentinel Migration Steps 1. Source Instance 2. Configure Sentinel 3. Configure Replication 4. Promote Replica as Primary Considerations...
  • bugTags

    bugTags 概述 Android 看不到悬浮球? 模块接口 doSDKInit params callback(ret) 示例代码 可用性 doSDKCapture params callback(ret) 示例代码 可用性 doSDKSendException params callback(ret) 示例代码 可用性...
  • SQLite Extensions

    SQLite Extensions Getting started APIs Additional Features SQLite Extensions The default SqliteDatabase already includes many SQLite-specific features: General notes on ...
  • 附录:安卓设备支持列表

    附录:安卓设备支持列表 附录:安卓设备支持列表 目前市面上的Android设备型号数千种,包括手机、平板、车载电脑、智能后视镜等等。AirtestIDE会尽力为更多的设备提供支持,目前已经对160+Android手机进行了兼容性测试,详情如下(该表已长期未更新,仅供参考): 序号 测试机型 兼容性 性能 备注 1 华为 荣耀 3C(H30-L01) ...
  • Upgrade to v6 - 升级到 V6

    Upgrade to v6 - 升级到 V6 重大变化 支持 Node 10 以及更高 CLS 数据库引擎支持 Sequelize 模型 options.returning Model.changed() Model.bulkCreate() Model.upsert() 查询接口 addConstraint 变更日志 6....
  • SQLite Extensions

    SQLite Extensions Getting started APIs Additional Features SQLite Extensions The default SqliteDatabase already includes many SQLite-specific features: General notes on us...
  • 第4章 模块系统

    1537 2019-01-30 《Node.js 入门教程》
    第4章 模块系统 什么是模块化 模块通信规则 require 模块导入 exports 模块导出 为什么 exports = xxx 不行 exports 和 module.exports 的区别 特殊的导出方式 模块分类 核心模块 文件模块 第三方模块 深入模块加载机制 小结 第4章 模块系统 学习目标 理解模...