书栈网 · BookStack 本次搜索耗时 0.035 秒,为您找到 13167 个相关结果.
  • Android 中的 Thread, Looper 和 Handler 机制

    Android中的Thread, Looper和Handler机制(附带HandlerThread与AsyncTask) Thread,Looper和Handler的关系 MainActivity.java MyHandlerThread.java HandlerThread 和 AsyncTask HandlerThread AsyncTask ...
  • Threads

    Threads Threads Rust provides a mechanism for spawning native OS threads via the spawn function, the argument of this function is a moving closure. use std :: thread ; st...
  • Java 线程教程

    1389 2020-07-08 《Java 教程》
    Java 线程教程 线程类型 线程定义 扩展 Java 线程类: 实现Runnable接口 实例化线程: Thread类中的重载构造器: 备忘单 Java 线程教程 原文: https://javabeginnerstutorial.com/core-java-tutorial/java-thread-tutorial/ 可以...
  • Discussions API

    1912 2020-07-27 《Gitlab 中文文档》
    Discussions API Discussions API Discussions pagination Issues List project issue discussion items Get single issue discussion item Create new issue thread Add note to existing...
  • 引入依赖

    引入依赖 编译安装 下载源码 编译打包 make方式编译 自定义PB3版本 兼容其他版本PB bazel方式编译 通过Makefile引入 静态库方式使用 动态库方式使用 通过CMake引入 静态库方式使用 动态库方式使用 通过Bazel引入 引入依赖 本文档提供如果编译并在自己的项目中引入Polaris CPP SDK方法...
  • MOSN 0.2.1 性能报告

    MOSN 0.2.1 性能报告 总览 单核性能(sidecar 场景) 测试环境 机器信息 部署结构 网络时延 请求模式 7层代理 多核性能(gateway 场景) 测试环境 机器信息 部署结构 网络时延 请求模式 7层代理 长连接网关 测试环境 机器信息 部署结构 网络时延 请求模式 长连接网关 总结 附录 版...
  • Discovery

    Discovery Service API Example Limitations Discovery Bundle Signature OPA can be configured to download bundles of policy and data, report status, and upload decision logs to r...
  • Discovery

    Discovery Service API Example Limitations Discovery Bundle Signature OPA can be configured to download bundles of policy and data, report status, and upload decision logs to r...
  • 0.2.1

    1419 2019-03-29 《SOFAMosn 文档手册》
    性能报告说明 总览 单核性能(sidecar场景) 测试环境 机器信息 部署结构 网络时延 请求模式 7层代理 多核性能(gateway场景) 测试环境 机器信息 部署结构 网络时延 请求模式 7层代理 长连接网关 测试环境 机器信息 部署结构 网络时延 请求模式 长连接网关 总结 附录 版本对比 性...
  • Queued spinlocks

    Synchronization primitives in the Linux kernel. Part 2. Queued Spinlocks Introduction to queued spinlocks API of queued spinlocks Conclusion Links Synchronization primitiv...