书栈网 · BookStack 本次搜索耗时 0.212 秒,为您找到 169 个相关结果.
  • Android基础面试核心内容

    8025 2020-05-25 《Android面试宝典》
    Android基本常识 1. 写10个简单的linux命令 2. 书写出android工程的目录结构 3. 什么是ANR 如何避免它? 4. 谈谈Android的优点和不足之处 5.一条最长的短信息约占多少byte? 6. sim卡的EF文件有何作用? 7. 如何判断是否有SD卡? 8. dvm的进程和Linux的进程, 应用程序的进程是否为同...
  • POLARDB · 理论基础 · 敢问路在何方 — 论B+树索引的演进方向(上)

    1237 2020-08-13 《数据库内核月报》
    前言 多核处理器 + 闪存场景下的B+树 Bw树索引结构 Bw树的latch-free操作 - 单个树节点的操作 Bw树的latch-free操作 - 多个树节点的操作 LLAMA:缓存/外存子系统 缓存层(In-Memory Cache,IMC) 基于日志结构的存储层(Log-Structured Store,LSS) Bw树与事务语义的结合...
  • 数据服务 Cocos2D-X 开发文档

    2547 2018-06-14 《Bmob 文档中心》
    简介 SDK配置 源码结构 linux平台下源码编译 android平台下源码编译 windows平台下源码编译 SDK初始化 应用程序 应用安全 数据类型 对象 数据对象 类名和表名的关系 添加数据 修改数据 删除数据 查询数据 查询所有数据 查询单条数据 限制查询 条件查询 比较查询 小于条件 小于等于条件 大...
  • 1.6.4 公钥密码

    CRYPT-4 公钥密码 知识点 学习目标 公钥密码体制的基本概念 4.1.1 对称密码与非对称密码 4.1.2 对称密码的一些缺点 4.1.3 公钥密码解决的问题 4.1.4 公钥密码体制的原理 公钥密码中的数学知识 4.2.1 公钥密码体制算法条件 4.2.2 单向函数 4.2.3 素数和互素数 4.2.4 欧几里得算法 4.2....
  • Changelog

    1198 2020-01-13 《Dask 2.9.1 Document》
    Changelog 2.9.1 / 2019-12-27 Array Core DataFrame Documentation 2.9.0 / 2019-12-06 Array Core DataFrame Documentation 2.8.1 / 2019-11-22 Array Core DataFrame Documenta...
  • What’s New in SQLAlchemy 1.1?

    What’s New in SQLAlchemy 1.1? Introduction Platform / Installer Changes Setuptools is now required for install Enabling / Disabling C Extension builds is only via environment var...
  • What’s New in SQLAlchemy 1.1?

    What’s New in SQLAlchemy 1.1? Introduction Platform / Installer Changes Setuptools is now required for install Enabling / Disabling C Extension builds is only via environment var...
  • What’s New in SQLAlchemy 1.1?

    What’s New in SQLAlchemy 1.1? Introduction Platform / Installer Changes Setuptools is now required for install Enabling / Disabling C Extension builds is only via environment var...
  • Andorid-15k+的面试题

    8192 2020-05-25 《Android面试宝典》
    1.listView的优化方式 2.listView展示数据几种形式 3.ipc 4.Parcel的机制 5.JNI调用 activity 1.什么是activity? 2.activity生命周期? 3.横竖屏切换时候activity的生命周期? 4.如何将一个activity设置成窗口的样式? 5.activity启动模式? 7.如何...