万象云档 本次搜索耗时 2.531 秒,为您找到 135 个相关结果.
  • 练习 6:Bash:语言设置,LANG,locale,dpkg-reconfigure locales

    练习 6:Bash:语言设置,LANG ,locale ,dpkg-reconfigure locales 这样做 你会看到什么 解释 附加题 练习 6:Bash:语言设置,LANG ,locale ,dpkg-reconfigure locales 原文:Exercise 6. Bash: language settings, LANG...
  • 模板和语言包

    插件语言包 创建语言包 调用语言包 语言包导出 插件模板 插件语言包 创建语言包 给插件创建语言包首先需要创建一个 data/plugindata/identifier.lang.php 文件,文件内容中包含 4 个数组,如下: <? php $scriptlang [ 'identifier' ] = array ( ...
  • 代码段

    代码段 代码段是一个非常有效的工具,可以从一个快捷方式中快速生成常用的代码语法。 这就是说,你可以输入一些类似于habtm 的东西,然后按下回车键,他就会扩展为has_and_belongs_to_many 。 许多包自带他们自己的,具有特定模式的代码段。比如,提供了html语法高亮和语法的language-html 包提供了许多代码段...
  • Atom中的版本控制

    Atom中的版本控制 对于任何项目来说,版本控制都是很重要的一个方面。Atom集成了一些基本的Git和Github功能。 检出(checkout)HEAD中的版本 cmd-alt-Z 快捷键检出当前文件在HEAD中的版本。 这是一个快捷的方法,来撤销所有你保存的或者阶段性的修改,并且把你的文件还原到HEAD中(最后提交)的版本。...
  • 作用域设置、作用域和作用域描述符

    作用域设置、作用域和作用域描述符 Atom支持语言特定的设置。你可以在Markdown文件中软换行,或者在Python中把tab的宽度设置为4。 语言特定的设置只是一些东西的子集,我们把它叫做“作用域设置”。作用域设置可以只作用于一类特定的语法符号。比如你可以仅仅对Ruby的注释,Markdown中的代码段,或者JavaScript函数...
  • Union Types

    Union Types Many languages have trouble expressing data with weird shapes. They give you a small set of built-in types, and you have to represent everything with them. So you ...
  • Client drivers

    Client drivers Official drivers ​ Community powered ​ Client drivers Official drivers​ The drivers that are officially maintained can be expected to be feature complete an...
  • Reading Types

    Reading Types In the Core Language section of this book, we ran a bunch of code in the REPL. Well, we are going to do it again, but now with an emphasis on the types that are...
  • nn package

    nn package Example 1: ConvNet Forward and Backward Function Hooks Example 2: Recurrent Net nn package 译者:@unknown 校对者:@bringtree 我们重新设计了 nn package, 以便与 autograd 完全集成. ...
  • Using the REPL

    Using the REPL Starting the repl ​ Using the REPL ​ First steps ​ Create a space ​ Create a model ​ Add, update and remove some data ​ Use in your own apps ​ Using...