Security in Internet Posted on 2022-08-28 Edited on 2026-01-29 In Computer Science Outline: Intro Transport Layer: TLS Network-Layer: IPsec and VPN Application Layer: Securing E-Mail Read more »
Python Debugging Posted on 2022-08-26 Edited on 2026-01-29 In Software Engineering Outline: logging pdb Read more »
Python Test Posted on 2022-08-26 Edited on 2026-01-29 In Software Engineering Outline: Unit Test Doc Test //TODO Read more »
Python REGEX Posted on 2022-08-26 Edited on 2026-01-29 In Software Engineering Outline: re模块 切分字符串 分组 贪婪匹配 编译 Read more »
CAP Theory Posted on 2022-08-25 Edited on 2026-01-29 In Computer Science Outline: Intro Consistency Availability Partition Tolerance CAP: Tradeoff Yield && Harvest BASE Theory Read more »
Python Module Posted on 2022-08-24 Edited on 2026-01-29 In Software Engineering Outline: Basic Module Scope Searching Path Common Modules Read more »
Python OOP Advanced Posted on 2022-08-24 Edited on 2026-01-29 In Software Engineering Outline: Abstract Class Static Member Inner Class _slots_ @propetry multi-inheritance Specialize Class Enum metaclass 绝大部分抄自廖雪峰的教程 Read more »
RSA Posted on 2022-08-23 Edited on 2026-01-29 In Computer Science Outline: Intro Prerequisites Key Generation Reliability Encription && Decription Key Format Use RSA Read more »
HTML Basic Posted on 2022-08-22 Edited on 2026-01-29 In Software Engineering Outline: Basic HTML Attributes Head Elements Block and Inline Elements Other Elements CSS Read more »
Javascript Basic Posted on 2022-08-22 Edited on 2026-01-29 In Software Engineering Outline: Intro Basic Function ... Read more »