万象云档 本次搜索耗时 2.093 秒,为您找到 162 个相关结果.
  • Random

    Random Clone the code or follow along in the online editor . We are about to make an app that “rolls dice”, producing a random number between 1 and 6. When I write...
  • torch.nn.init

    torch.nn.init torch.nn.init torch . nn . init . calculate_gain ( nonlinearity , param = None ) 对于给定的非线性函数,返回推荐的增益值。这些值如下所示: nonlinearity gain linear 1 conv{1,2...
  • 创建标签

    小结 在Git中打标签非常简单,首先,切换到需要打标签的分支上: $ git branch * dev master $ git checkout master Switched to branch 'master' “复制到剪贴板”) 然后,敲命令git tag <name> 就可以打一个新标签: $ git ...
  • Maybe

    Maybe It is best to just start with the definition of Maybe . It is a union type just like in all the examples here . It is defined like this: 复制代码> type Maybe a = ...
  • 高亮输出

    [高亮输出] [普通文本] [信息提示] [错误提示] [注释] [疑问] [高亮] [警告] [合并比较] [高亮输出] 有时我们需要在命令执行输出一些特殊的信息,比如错误,警告等;ThinkCMF支持info 、error 、comment 、question 、highlight 和warning 6种高亮标签。 [普通文本]...
  • 用万能标签替换HTML效果页面的调用内容

     用万能标签替换HTML效果页面的调用内容:  用万能标签替换【例1】中图11和【例2】中图21的调用内容,HTML页面效果如下(图3): ...
  • System administration

    System administration Guides ​ System administration In the following sections, we explore general system administration options with Skytable such as configuration, user mana...
  • Inflector 辅助函数

    Inflector 辅助函数 , 加载辅助函数 , 可用函数 Inflector 辅助函数 Inflector 辅助函数文件包含了一些帮助你将单词转换为单复数或驼峰格式等等的函数。 加载辅助函数 可用函数 ,加载辅助函数 该辅助函数通过下面的代码加载: $this -> load -> helper ( 'inflector' ...
  • 数组辅助函数

    数组辅助函数 ,加载辅助函数 ,可用函数 数组辅助函数 数组辅助函数文件包含了一些帮助你处理数组的函数。 加载辅助函数 可用函数 ,加载辅助函数 该辅助函数通过下面的代码加载: $this -> load -> helper ( 'array' ); ,可用函数 该辅助函数有下列可用函数: element($item...
  • 3.3 各种构件的属性

    3.3 各种构件的属性 3.3 各种构件的属性 除了标准属性,每种构件类还有独特的属性。这里仅以 Button 类为例列出按钮构件的 常用属性,其他构件类仅列出类名,具体有哪些属性请查阅 Tkinter 参考资料。 Button 构造器:Button(parent, option = value, … ) 常用选项: anchor:指定按钮...