书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 588 个相关结果.
  • Developing for Oculus Quest

    Developing for Oculus Quest Introduction Setting Up Godot Setting Up Your Quest Developing for Oculus Quest Introduction This tutorial goes over how to get started develop...
  • 导入音频采样

    导入音频采样 支持的文件 最佳实践 修剪 循环 导入音频采样 支持的文件 Godot提供了三个选项来导入您的音频数据:WAV, Ogg Vorbis和MP3. 各有优点. WAV文件使用原始数据或轻度压缩(IMA-ADPCM). 它们在CPU上的播放是轻量级的(这种格式的数百个同步声音都可以). 缺点是它们会占用大量的磁盘空间. O...
  • Application Packaging

    Application Packaging With tooling Manual packaging With prebuilt binaries With an app source code archive (asar) Rebranding with downloaded binaries Application Packaging ...
  • Release Notes

    Release Notes Support Policy Laravel 5.3 Notifications WebSockets / Event Broadcasting Laravel Passport (OAuth2 Server) Search (Laravel Scout) Mailable Objects Storing Upload...
  • 任务调度

    任务调度 简介 启动调度器 定义调度 调度频率设置 为真验证限制条件 避免任务重复 任务输出 任务挂勾 Ping 网址 任务调度 简介 定义调度 调度频率设置 避免任务重复 任务输出 任务钩子 简介 在过去,开发者必须为每个需要调度的任务生成单独的 Cron 项目。然而令人头疼的是任务调度不受版本控制,...
  • Using TLS with KeyStore configure

    Using TLS with KeyStore configure Overview TLS encryption with KeyStore configure Generate TLS key and certificate Creating your own CA Signing the certificate Configuring brok...
  • Prerequisites

    Prerequisites Goals Assumptions Required tools Code editor Command line Git and GitHub Node.js and npm Prerequisites Follow along the tutorial This is part 1 of the Ele...
  • Using TLS with KeyStore configure

    概述 TLS encryption with KeyStore configure Generate TLS key and certificate Creating your own CA Signing the certificate Configuring brokers Configuring Clients TLS authentic...
  • 导入音频采样

    导入音频采样 支持的文件 最佳实践 修剪 循环 导入音频采样 支持的文件 Godot提供了三个选项来导入您的音频数据:WAV、Ogg Vorbis和MP3. 各有优点. WAV文件使用原始数据或轻度压缩(IMA-ADPCM).它们在CPU上的播放是轻量级的(这种格式的数百个同步声音都可以).缺点是它们会占用大量的磁盘空间. Og...
  • 08 - Lesson

    1114 2018-04-11 《Pandas 官方教程》
    学习Pandas,第 8 课 版本 1 版本 2 版本 3 学习Pandas,第 8 课 英文原文: 08 - Lesson 如何从微软的 SQL 数据库中抓取数据。 # 导入库 import pandas as pd import sys from sqlalchemy import create_eng...