书栈网 · BookStack 本次搜索耗时 0.017 秒,为您找到 2801 个相关结果.
  • Secrets Management

    Quickstart: Secrets Management Pre-requisites Step 1: Set up the environment Step 2: Retrieve the secret Behind the scenes Step 3: View the order-processor outputs Pre-requisi...
  • Document Notice

    Documentation Notice Get the document project The document environment Document build guide The document specification How to submit a document Pull Request Reference to the d...
  • Python Developer Tools

    595 2021-08-20 《Krita 4.4 文档》
    Python Developer Tools Setup Code Checks Unit Tests Python Developer Tools For working with Krita’s Python code, there are a couple of tools for running unit tests and code ...
  • uWSGI

    uWSGI Starting your app with uwsgi Configuring nginx uWSGI uWSGI is a deployment option on servers like nginx , lighttpd , and cherokee ; see FastCGI and Standalone WSGI Con...
  • 类的多态

    六、类的多态 六、类的多态 多态的概念其实不难理解,它是指对不同类型的变量进行相同的操作,它会根据对象(或类)类型的不同而表现出不同的行为。 事实上,我们经常用到多态的性质,比如: >>> 1 + 2 3 >>> 'a' + 'b' 'ab' 可以看到,我们对两个整数进行 + 操作,会返回它们的和,对两个...
  • 2.16 以指定列宽格式化字符串

    2.16 以指定列宽格式化字符串 问题 解决方案 讨论 2.16 以指定列宽格式化字符串 问题 你有一些长字符串,想以指定的列宽将它们重新格式化。 解决方案 使用 textwrap 模块来格式化字符串的输出。比如,假如你有下列的长字符串: s = "Look into my eyes, look into my eyes, ...
  • 第二章:字符串和文本

    第二章:字符串和文本 第二章:字符串和文本 几乎所有有用的程序都会涉及到某些文本处理,不管是解析数据还是产生输出。这一章将重点关注文本的操作处理,比如提取字符串,搜索,替换以及解析等。大部分的问题都能简单的调用字符串的内建方法完成。但是,一些更为复杂的操作可能需要正则表达式或者强大的解析器,所有这些主题我们都会详细讲解。并且在操作Unicode时候碰...
  • 文本处理

    文本处理 用于解析和操作文本的库。 通用 chardet :字符编码检测器,兼容 Python2 和 Python3。官网 difflib:(Python 标准库)帮助我们进行差异化比较。官网 ftfy:让 Unicode 文本更完整更连贯。官网 fuzzywuzzy:模糊字符串匹配。官网 Levenshtein:快速计算编辑距离以及字符串的...
  • 6.9 编码和解码十六进制数

    6.9 编码和解码十六进制数 问题 解决方案 讨论 6.9 编码和解码十六进制数 问题 你想将一个十六进制字符串解码成一个字节字符串或者将一个字节字符串编码成一个十六进制字符串。 解决方案 如果你只是简单的解码或编码一个十六进制的原始字符串,可以使用 binascii 模块。例如: >>> # Initial byte str...
  • Windows

    97 2024-06-27 《Blender 4.1 Manual》
    Installation on Windows Installing Python Installing Git and Downloading the Repository Setting up the Build Environment Installation on Windows This guide covers the followi...