书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 515 个相关结果.
  • 为App内容开启深度链接

    为App内容开启深度链接 为你的深度链接添加Intent filter 从传入的intent读取数据 测试你的深度链接 为App内容开启深度链接 编写:Lin-H - 原文:http://developer.android.com/training/app-indexing/deep-linking.html 为使Google能够抓...
  • 建立搜索界面

    建立搜索界面 添加Search View到action bar中 创建一个检索配置 创建一个检索activity 建立搜索界面 编写:Lin-H - 原文:http://developer.android.com/training/search/setup.html 从Android 3.0开始,在action bar中使用Sear...
  • Template Engine

    Template Engine Template Directory Auto Rendering Template Tags Template Data struct map slice Template Name Layout Design LayoutSection Another approach renderform ...
  • 轻提示 Toast

    轻提示 Toast 通过Api调用 无文字基本类型 示例代码 icon + 文本内容的提示框 示例代码 自定义图片的提示框 示例代码 更改文字的位置 示例代码 提示框属性(Toast Attributes) icon参数说明 轻提示 Toast toast组件常用于在页面中展示重要的提示信息。 我们提供了Toast 组件...
  • Release Notes

    808 2020-04-11 《Theano 1.0 Document》
    Release Notes Theano 1.0.0 (15th of November, 2017) Release Notes Theano 1.0.0 (15th of November, 2017) This is a final release of Theano, version 1.0.0 , with a lot ofnew f...
  • x-dialog

    2697 2019-05-15 《VUX 2.x 组件文档》
    XDialog 安装 属性 事件 插槽 样式变量 重要提示及已知问题 相关 issue 贡献者 发布日志 XDialog XDialog demo 原始链接 demo 源码 编辑文档 组件源码 二维码 Install 安装 局部注册 全局注册 import { XDialog ...
  • 15.5 The open source approach

    15.5 The open source approach References 15.5 The open source approach This is a technical book so it makes sense for the next steps, outlined in the previous section, to als...
  • Appendix: Translations

    Translations Arabic Azerbaijani Brazilian Portuguese Catalan Chinese Earlier Chinese translation Chinese Traditional French German Greek Indonesian Italian (first) Ital...
  • 使用Tabs创建Swipe视图

    使用Tabs创建Swipe视图 实现Swipe View 添加Tab到Action Bar 使用Swipe View切换Tab 使用标题栏替代Tab 使用Tabs创建Swipe视图 编写:Lin-H - 原文:http://developer.android.com/training/implementing-navigation/lat...
  • Fiber架构的实现原理

    878 2023-04-20 《React 技术揭秘》
    Fiber的起源 Fiber的含义 Fiber的结构 作为架构来说 作为静态的数据结构 作为动态的工作单元 总结 参考资料 在新的React架构一节 中,我们提到的虚拟DOM 在React 中有个正式的称呼——Fiber 。在之后的学习中,我们会逐渐用Fiber 来取代React16虚拟DOM 这一称呼。 接下来让我们了解下Fiber 因...