07 2023 档案
摘要:金融服务汽车贷款种类 All In One
标准贷款
50-50弹性贷款
36期弹性贷款
60期弹性贷款
阅读全文
摘要:Python 3 List Type errors All In One
NameError: name 'List' is not defined
阅读全文
摘要:Linux fdisk command All In One
disk partition / 磁盘分区
阅读全文
摘要:Linux group & user & password All In One
groupadd groupmod groupdel useradd usermod userdel
passed shadow
/etc/passwd 用户账户信息
/etc/shadow 安全用户账户信息
/etc/group 组账户信息
/etc/gshadow 安全组账户信息
阅读全文
摘要:聊斋志异小说 All In One
《聊斋志异》是我国著名文学家蒲松龄所著的文学巨著。
全书分为12卷,收录短篇文言小说491篇。
蒲松龄在继承魏晋志怪和唐宋传奇传统的基础上,以隽永之笔、博爱之情,取得了中国文言小说创作的伟大成就,本书也就成为一部家喻户晓、妇孺皆知的不朽作品。
罗刹海市
阅读全文
摘要:视频剪辑教程之运动跟踪 All In One
AI 加持, 手部自动跟踪视频特效
阅读全文
摘要:Python Files All In One
open, read, write, append, binary, close
阅读全文
摘要:Python exceptions All In One
ImportError: an import fails;
IndexError: a list is indexed with an out-of-range number;
NameError: an unknown variable is used;
SyntaxError: the code can't be parsed properly;
TypeError: a function is called on a value of an inappropriate type;
ValueError: a function is called on a value of the correct type, but with an inappropriate value.
阅读全文
摘要:如何使用地图软件制作一个自定义的旅游线路示意图 All In One
Vlog 视频
Vlog 视频博客
Video blog、Video log
自媒体
如何用 Google Map 做路线图
阅读全文
摘要:Python decorator method and decorator property All In One
修饰器/装饰器;静态方法;实例方法; 属性方法;
@classmethod decorator
@staticmethod decorator
@property decorator
property getter
property setter
阅读全文
摘要:Python data hiding All In One
private data / private method
⚠️ 约定:class 里面使用单个下划线,表示私有的属性或私有的方法,实际上在 class 外面是可以访问的
阅读全文
摘要:URL.canParse API All In One
阅读全文
摘要:环球骑行骑行路线图解 All In One
round the world cycling
朱志文环球骑行
阅读全文
摘要:Python Magic Methods & Operator Overloading All In One
__init__ & __add__
阅读全文
摘要:Linux /etc/passwd and /etc/shadow All In One
Linux 用户管理
Linux 用户权限管理
Raspberry Pi
阅读全文
摘要:document.createComment All In One
XML / HTML
Comment
阅读全文