书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 2973 个相关结果.
  • Text Align

    Text Align Quick reference Basic usage Setting the text alignment Applying conditionally Hover, focus, and other states Breakpoints and media queries Typography Text Alig...
  • 4.7 示例:随机漫步

    4.7 示例:随机漫步 我们通过模拟随机漫步来说明如何运用数组运算。先来看一个简单的随机漫步的例子:从0开始,步长1和-1出现的概率相等。 下面是一个通过内置的random模块以纯Python的方式实现1000步的随机漫步: In [ 247 ]: import random .....: position = 0 ...
  • Line Height

    Line Height Quick reference Basic usage Relative line-heights Fixed line-heights Applying conditionally Hover, focus, and other states Breakpoints and media queries Overridin...
  • Line Height

    Line Height Quick reference Basic usage Relative line-heights Fixed line-heights Applying conditionally Hover, focus, and other states Breakpoints and media queries Overridin...
  • Line Height

    Line Height Quick reference Basic usage Relative line-heights Fixed line-heights Applying conditionally Hover, focus, and other states Breakpoints and media queries Overridin...
  • Navigation

    57 2024-08-11 《Blender 4.2 Manual》
    Navigation Orbit & Pan Zoom Fly & Walk Walk Gravity Navigation Blender Preferences navigation section. Orbit & Pan Orbit Method Choose you are preferred method of inter...
  • Commit log

    680 2019-05-28 《pygit2 Document》
    Commit log Commit log Repository. walk (oid[, sort_mode]) → iterator Generator that traverses the history starting from the given commit.The following types of sorting could ...
  • 3.4 转换数据格式

    3.4 转换数据格式 3.4 转换数据格式 已标注语言数据很少以最方便的格式保存,往往需要进行各种格式转换。字符编码之间的转换已经讨论过(见3.3 )。在这里,我们专注于数据结构。 最简单的情况,输入和输出格式是同构的。例如,我们可能要将词汇数据从 Toolbox 格式转换为 XML,可以直接一次一个的转换词条(4 )。数据结构反映在所需的程序的结...
  • 路径

    路径 walk trail path 视频 路径 图论中一个非常重要的概念是路径,路径是指一个有限或无限的边序列,这些边连接着一系列点。 路径的类型分为三种:walk 、trail 、path 。关于路径的详细说明,请参见维基百科 #Walk,_trail,_path)。 本文以下图为例进行简单介绍。 walk walk 类型的路径...
  • 15.4 遍历文件树

    2744 2019-03-05 《Kotlin极简教程》
    15.4 遍历文件树 15.4 遍历文件树 和Groovy一样,Kotlin也提供了方便的功能来遍历文件树。遍历文件树需要调用扩展方法walk()。它会返回一个FileTreeWalk对象,它有一些方法用于设置遍历方向和深度,详情参见FileTreeWalk API 文档说明。 提示:FileTreeWalk API 文档链接 下面的例子遍历了...