摘要:
https://baike.baidu.com/item/C语言/105958 由ISO标准定义的C语言关键字共32个: auto double int struct break else long switch case enum register typedef char extern retu 阅读全文
摘要:
pika\adapters\blocking_connection.py 阅读全文
摘要:
遍历二叉树 traversing binary tree 线索二叉树 threaded binary tree 线索链表 线索化 1、 二叉树3个基本单元组成:根节点、左子树、右子树 以L、D、R分别表示遍历左子树、访问根节点、遍历右子树 可能的情况6种 排列A3 2 LDR LRD DLR DRL 阅读全文
摘要:
Python Runtime Services — Python 3.7.2 documentation https://docs.python.org/3/library/python.html 阅读全文
摘要:
Concurrent Execution — Python 3.7.2 documentation https://docs.python.org/3/library/concurrency.html 阅读全文
摘要:
Converting Python Virtual Machine Code to C 阅读全文
摘要:
Python Virtual Machine 阅读全文
摘要:
一些资源管理器常常设计成单例模式。 https://baike.baidu.com/item/单例模式/5946627?fr=aladdin 单例模式,是一种常用的软件设计模式。在它的核心结构中只包含一个被称为单例的特殊类。通过单例模式可以保证系统中,应用该模式的一个类只有一个实例。即一个类只有一个 阅读全文
摘要:
Android hook 钩子 阅读全文
摘要:
windows hook 钩子 场景: 1、打印机 Ctrl+P弹出支付窗口,付款成功后打印 阅读全文
摘要:
q 翻译 搜索 复制 阅读全文