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

    2103 2020-06-15 《APICloud 开发文档》
    appsflyerSDK 概述 模块接口 trackAppLaunch {‘af_dev_key’ : ‘DEV_KEY’} callback(ret, err) 示例代码 可用性 reportSession 示例代码 可用性 setDebugLog {‘open_appsflyer_debug_log’ : true} 示例代码 ...
  • 规范与模块化

    1244 2018-07-23 《前端开发笔记本》
    页面模块化 规范 模块化 页面模块化 规范 在具体谈论规范的之前,可以下去查看下各大网络公司的前端开发规范(Developemnt Style Guide)例如谷歌,Facebook 或者 Dropbox。从而更好的理解开发规范在实际应用中和多人协作中的重要性。 不同开发者在开发过程中使用不同的代码风格会直接的提升在之后的开发和维护的成本和...
  • Streaming with SRT or RIST protocols

    Table of Contents: General Overview Can SRT or RIST be used with Twitch or my favorite service? Services Encoders Servers Players VLC usage ffplay usage Play srt or rist s...
  • Serve thrift

    Serve thrift Compile Client accesses thrift server Server processes thrift requests Performance test for native thrift compare with brpc thrift implementaion server side return...
  • Troubleshooting Guide

    Troubleshooting for RocksDB users Information Logs Examine data on disk: ldb and sst_dump Debugging Performance Problems Asking For Help Troubleshooting for RocksDB develope...
  • Access thrift

    Access thrift Compile Client accesses thrift server Server processes thrift requests Performance test for native thrift compare with brpc thrift implementaion server side retur...
  • Translation

    Translation Example Configuration-driven example config.yml Run with Workflows Run with API Methods __init__(self, path=None, quantize=False, gpu=True, batch=64, langdetect=No...
  • Translation

    Translation Example Configuration-driven example config.yml Run with Workflows Run with API Methods __init__(self, path=None, quantize=False, gpu=True, batch=64, langdetect=No...
  • 部署带有 NodePort 的工作负载

    部署带有 NodePort 的工作负载 先决条件 1. 部署工作负载 2. 查看应用 注意事项 已完成! 后续操作 部署带有 NodePort 的工作负载 先决条件 你已有一个正在运行的集群,且该集群中有至少一个节点。 1. 部署工作负载 你可以开始创建你的第一个 Kubernetes 工作负载 。工作负载是一个对象,其中包含 pod...
  • DataBase

    1618 2020-01-02 《Node.js技术栈》
    DataBase NoSQL Relational SearchEngines DataBase 数据库是用来存储数据的仓库,做为一名服务端开发的同学难免是要掌握的。以下列举了一些数据库,并不是说一定要全部都会可以根据实际业务需要有选择的去学习,非关系型数据库里 Redis、MongoDB 和 关系型数据库里的 Mysql/PostgreSQL...