万象云档 本次搜索耗时 4.146 秒,为您找到 827 个相关结果.
  • 创建标签

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

    Data recovery Understanding data loss ​ Recovering database files ​ Important notes ​ Post recovery ​ Data recovery In the unforeseen event that a power failure or other...
  • Tip 7: 使用web worker执行需要大量CPU资源的操作

    Tip 7: 使用web worker执行需要大量CPU资源的操作 Tip 7: 使用web worker执行需要大量CPU资源的操作 web worker有两个好处: 1) 快速 2) 不阻塞浏览器响应. 点击web worker slide 查看更多信息. web worker的一些可能的使用场景: 长文本格式化 语法高亮 图片处理 图片合成...
  • torchvision.models

    torchvision.models torchvision.models.alexnet(pretrained=False, ** kwargs) torchvision.models.resnet18(pretrained=False, ** kwargs) torchvision.models.resnet34(pretrained=False, ...
  • Inflector 辅助函数

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

    指定颜色 CN 颜色选择 指定颜色 原文:Specifying Colors 译者:飞龙 协议:CC BY-NC-SA 4.0 在 matplotlib 的几乎所有地方,用户都可以指定颜色,它可以以如下形式提供: RGB 或者 RGBA 浮点值元组,[0, 1] 之间,例如(0.1, 0.2, 0.5) 或者(0.1, 0.2,...
  • Effects

    The Elm Architecture + Effects The last section showed how to handle all sorts of user input. You can think of those programs like this: From our perspective, we just r...
  • Matplotlib 用户指南

    Matplotlib 用户指南 赞助我 Matplotlib 用户指南 来源:User’s Guide 译者:飞龙 协议:CC BY-NC-SA 4.0 在线阅读 PDF格式 EPUB格式 MOBI格式 代码仓库 赞助我
  • In-memory Compaction

    In-memory Compaction 77. Overview 78. Enabling In-memory Compaction 77. Overview In-memory Compaction (A.K.A Accordion) is a new feature in hbase-2.0.0. It was first introduc...
  • 文本属性及布局

    文本属性及布局 文本属性及布局 原文:Text properties and layout 译者:飞龙 协议:CC BY-NC-SA 4.0 matplotlib.text.Text 实例有各种属性,可以通过关键字参数配置文本命令(例如,title() ,xlabel() 和text() )。 属性 值类型 alp...