书栈网 · BookStack 本次搜索耗时 0.032 秒,为您找到 2692 个相关结果.
  • 快速上手: 制作第一个游戏

    快速上手:制作第一个游戏 准备项目和资源 打开初始项目 检查游戏资源 创建游戏场景 了解 Canvas 设置场景图像 添加背景 修改背景尺寸 添加地面 添加主角 编写主角脚本 创建脚本 编写组件属性 编写跳跃和移动代码 移动控制 制作星星 制作 Prefab 添加游戏控制脚本 在随机位置生成星星 添加主角碰触收集星星的行为...
  • 快速上手: 制作第一个游戏

    快速上手:制作第一个游戏 准备项目和资源 打开初始项目 检查游戏资源 创建游戏场景 了解 Canvas 设置场景图像 添加背景 修改背景尺寸 添加地面 添加主角 编写主角脚本 创建脚本 编写组件属性 编写跳跃和移动代码 移动控制 制作星星 制作 Prefab 添加游戏控制脚本 在随机位置生成星星 添加主角碰触收集星星的行为...
  • MeiliSearch Documentation

    MeiliSearch Documentation Getting started with MeiliSearch Version compatibility Open-source MeiliSearch Documentation Welcome to the MeiliSearch documentation. Here you’ll f...
  • Joins

    Joins Joins Apache Druid has two features related to joining of data: Join operators. These are available using a join datasource in native queries, or using the JOIN operat...
  • 介绍

    介绍 介绍 众所周知 OpenAI 的 API 无法联网的,所以如果只使用自己的功能实现联网搜索并给出回答、总结 PDF 文档、基于某个 Youtube 视频进行问答等等的功能肯定是无法实现的。所以,我们来介绍一个非常强大的第三方开源库:LangChain 。 文档地址:https://python.langchain.com/en/latest...
  • 总结

    564 2018-09-06 《Redux 简明教程》
    § 总结 Redux 有五个 API,分别是: createStore(reducer, [initialState]) combineReducers(reducers) applyMiddleware(...middlewares) bindActionCreators(actionCreators, dispatch) compose(...
  • Introduction

    Node.js in action Node.js in action This is a tiny book about Node.js (view update on this page ). It aims to help the ones who are new to Node.js to learn to create their own...
  • Curve Nodes

    59 2024-06-26 《Blender 4.1 Manual》
    Curve Nodes Curve Nodes Nodes that only operate on curves. Read Curve Handle Position Node Curve Length Node Curve Tangent Node Curve Tilt Node Endpoint Selection Node H...
  • Scatter

    Scatter 父组件 子组件 Properties Scatter 父组件 <ScatterChart /> 子组件 <Cell /> <LabelList /> <ErrorBar /> Properties legendType 'line' | 'square' | 'rect'| 'circle...
  • 单例类

    单例类 单例类 单例方法是属于单个对象的方法。另一方面,单例类(singleton class)则是定义单个对象的类。感到困惑?我也是。那么让我们仔细看看这些令人讨厌的东西… 假设你创建了几十个对象,每个对象都是 Object 类的一个实例。自然的,它们都可以访问 Object 类的常用方法,例如 inspect 和 class 。但是现在你决定...