书栈网 · BookStack 本次搜索耗时 0.016 秒,为您找到 846 个相关结果.
  • 1.1 引言

    1.1 引言 1.1.1 在Python中编程 1.1.2 安装Python3 1.1.3 交互式会话 1.1.4 第一个例子 1.1.5 实践指南 1.1 引言 来源:1.1 Introduction 译者:飞龙 协议:CC BY-NC-SA 4.0 计算机科学是一个极其宽泛的学科。全球的分布式系统、人工智能、机器人...
  • Documentation

    Documentation Rendering documentation locally Type-checking code examples Syntax for code examples Visible, checked code examples Visible, unchecked code examples Invisible, ch...
  • Installing Helm

    Installing Helm From The Helm Project From the Binary Releases From Script Through Package Managers From Homebrew (macOS) From Chocolatey (Windows) From Apt (Debian/Ubuntu) F...
  • Installing Helm

    Installing Helm From The Helm Project From the Binary Releases From Script Through Package Managers From Homebrew (macOS) From Chocolatey (Windows) From Scoop (Windows) From ...
  • 实验中可能使用的软件

    实验中可能使用的软件 实验中可能使用的软件 编辑器 (1) Ubuntu 下自带的编辑器可以作为代码编辑的工具。例如 gedit 是 gnome 桌面环境下兼容UTF-8的文本编辑器。它十分的简单易用,有良好的语法高亮,对中文支持很好。通常可以通过双击或者命令行打开目标文件进行编辑。 (2) Vim 编辑器:Vim是一款极方便的文本编辑软件,是...
  • Character and Integer Directives

    Character and Integer Directives Character and Integer Directives In addition to the general-purpose directives, ~A and ~S , **FORMAT** supports several directives that can b...
  • 在Atom中移动

    在Atom中移动 通过符号浏览 Atom书签 在Atom中移动 用鼠标和方向键,简单地在Atom中移来移去非常容易,然而Atom有一些快捷键,可以让你把手一直放到键盘上,更快速地浏览文档。 首先,Atom自带许多Emacs的快捷键来浏览文档。要想上移或者下移一个字符,你可以按ctrl-P 和ctrl-N 。左移或右移一个字符,按ctrl-B ...
  • REPL 交互执行

    1182 2018-02-06 《nodejs中文文档》
    REPL 交互执行 REPL 交互执行 node 的“读入、运行、输出循环模式(REPL)”既可以单独执行也很容易嵌入其它程序中。REPL 提供了一种交互式执行Javascript 并查看结果的模式。这种模式可以用来调试、测试或者仅仅用来某些新特性。 如果直接执行node 而不跟任何参数就会进入REPL 模式。它类似于简化的emacs 行编辑模式。...
  • Documentation

    Documentation Rendering documentation locally Type-checking code examples Syntax for code examples Visible, checked code examples Visible, unchecked code examples Invisible, ch...
  • Introduction to Godot

    Introduction to Godot What is Godot? What can the engine do? How does it work and look? Programming languages What do I need to know to use Godot? Up to date This page is u...