书栈网 · BookStack 本次搜索耗时 0.047 秒,为您找到 7676 个相关结果.
  • Writing your first patch for Django

    Writing your first patch for Django Introduction Who’s this tutorial for? What does this tutorial cover? Code of Conduct Installing Git Getting a copy of Django’s development ...
  • CLI

    命令行界面 Deployment targets Examples 作业提交示例 作业管理示例 Savepoints Trigger a Savepoint Trigger a Savepoint with YARN Stop Cancel with a savepoint (deprecated) Restore a savepoint ...
  • 4.2 序列

    4.2 序列 序列类型上的操作 合并不同类型的序列 生成器表达式 4.2 序列 到目前为止,我们已经看到了两种序列对象:字符串和列表。另一种序列被称为元组。元组由逗号操作符 构造,而且通常使用括号括起来。实际上,我们已经在前面的章节中看到过它们,它们有时也被称为“配对”,因为总是有两名成员。然而,元组可以有任何数目的成员。与列表和字符串一样,元...
  • 项目结构及开发规范

    2154 2019-07-10 《Lin CMS 文档手册》
    项目结构及开发规范 项目结构 开发规范 API 规范 数据库模型规范 异常处理规范 数据校验规范 配置规范 小结 项目结构及开发规范 WARNING 阅读本小节前,请确保你已经完成了上一节 的内容,当然你非常熟悉 Flask 的开发也可直接阅读本小节 项目结构 Flask 是一个优美的微框架。这既是一件好事——你可以按照自己的...
  • 6. 模块

    6. 模块 6.1. 更多有关模块的信息 6.1.1. 以脚本的方式执行模块 6.1.2. 模块搜索路径 6.1.3. “编译过的”Python文件 6.2. 标准模块 6.3. dir() 函数 6.4. 包 6.4.1. 从包中导入 * 6.4.2. 子包参考 6.4.3. 多个目录中的包 6. 模块 如果你从Python...
  • 2. 改变数据类型,降低内存消耗

    2. 改变数据类型,降低内存消耗 # 选取五列 In [ 13 ]: college = pd . read_csv ( 'data/college.csv' ) different_cols = [ 'RELAFFIL' , 'SATMTMID' , 'CURROPER' , 'INSTNM' ,...
  • Writing your first patch for Django

    Writing your first patch for Django Introduction Who’s this tutorial for? What does this tutorial cover? Code of Conduct Installing Git Getting a copy of Django’s development ...
  • How to make a release

    How to make a release Update files Get a fresh copy of the repository Update the version number Tag the release Generate and upload the package On PyPI On mloss.org Finally ...
  • 安装方式

    准备安装包 obproxy-1.x.x-xxxxxx.el6.x86_64.rpm 其中,1.x.x-xxxxxx 表示proxy的版本号。 安装ObProxy软件 以sudo权限用户分别登录proxy待安装机器。 执行以下命令,安装proxy。 sudo rpm - ivh obproxy - 1.x . x - xxxxxx . e...
  • bson – BSON (Binary JSON) Encoding and Decoding

    bson – BSON (Binary JSON) Encoding and Decoding bson – BSON (Binary JSON) Encoding and Decoding BSON (Binary JSON) encoding and decoding. The mapping from Python types to BSON...