Attribute 属性
callable 可调用的
abstract 抽象
virtual 虚拟
Matrix 矩阵
decoration 装饰
Rectangle 矩形
Triangle 三角形
Interface 接口
shortcut 快捷键
Serializable 序列化
be cast to 被转换为
Uninstall 卸载
assembly 组件
binary system 二进制
hexadecimal 十六进制
Octal 八进制
decimalism 十进制
precision 精度
encode 编码
decode 解码
sequence 序列
syntactically 语法上
indent 缩进
instance 实例
offline 离线
capabilities 能力
option 选择
exports 通常指导出模块中的函数、类、变量或接口,使它们可被其他模块或程序使用。这是一种封装和模块化的方法,允许开发者创建可重用的代码块,并定义哪些部分应该被暴露给模块的使用者。
Multibyte:通常是指编码方案中一个字符可能由多个字节表示。这通常在Unicode或者其它需要表示大范围字符集的编码方案中出现。例如,UTF-8编码就可以是一个到四个字节长,用于表示所有Unicode字符。
positional arguments 位置参数
parse 解析
interactable 可交互的
subscriptable 可下标的
python专区
list 列表
tuple 元组 namedtuple 命名元组
set 集合
dictionary 字典 ordereddict 有序字典 defaultdict 默认字典
queue 队列 deque 双端队列
counter 计数器
BufferError: Existing exports of data: object cannot be re-sized:
它通常出现在使用 Python 的 NumPy 库进行数组操作时。这个错误表明正在尝试改变一个已被导出给其他语言(如 C 或 C++)使用,并因此被“锁定”的 NumPy 数组的大小。一旦一个数组被导出,并且可能正被外部代码访问,你就不能再改变它的大小,因为这会破坏内存的完整性。
github专区
import 导入
Prepare for a career(职业生涯) in tech by joining GitHub Global Campus(校园). Global Campus will help you get the practical(实际的) industry(行业) knowledge you need by giving you access to industry tools, events(活动), learning resources and a growing student community.
Updates to your homepage(主页) feed(内容) We've combined(结合) the power of the Following(动态) feed with the For you feed so there’s one place to discover(发现) content(内容) on GitHub.(我们将“关注”动态的能力与“为您推荐”动态结合起来,因此现在GitHub上有一个地方可以发现内容。) There’s improved filtering(过滤) so you can customize(自定义) your feed exactly how you like it, and a shiny new visual(视觉的) design.
A repository(仓库) contains all of your project's files, revision(修订) history, and collaborator(协作者) discussion.
Introduce yourself with a profile(个人主页) README
While(虽然) we have safeguards(保护措施), ChatGPT may give you inaccurate(不正确的) information. It’s not intended(预期) to give advice.
Markdown linting(分析)
deprecated in favor of 已弃用,取而代之的是