Python 学习笔记 #1 —— PEP8 编程风格

Posted on 2020-04-12 13:55 in CS • Tagged with PEP, python

翻译 PEP8 -- Style Guide for Python Code


Continue reading

Python 学习笔记 #0 —— 新的开始

Posted on 2020-04-05 23:56 in CS • Tagged with PEP, python

千里之行,适于足下


Continue reading

Regular Expression 小结

Posted on 2015-04-27 00:00 in CS • Tagged with regular expression

regular expression 学习笔记


Continue reading

学习 Linux 软件包依赖管理

Posted on 2014-04-21 13:43 in CS • Tagged with Package Management

安装软件时遇到依赖库版本过高的问题,学习总结 Linux 软件包管理 。


Continue reading

C++ const 限定符

Posted on 2014-04-09 11:13 in CS • Tagged with C++, const

总结 const 限定符的用法。


Continue reading

C/C++ 内置数据类型

Posted on 2014-03-31 13:37 in CS • Tagged with C++, data type

重读经典 C++ Primer,总结 C++ 内置数据类型。


Continue reading

原码、反码、补码

Posted on 2014-03-19 14:31 in CS • Tagged with Code

最近找到一本好书——《编码: 隐匿在计算机软硬件背后的语言》 。作者是大名鼎鼎的 Charles Petzold 。看到用继电器搭建加法器、减法器,讨论二进制编码方式那章,想起一直不是很清楚的原码、反码、补码等,果断 Google、Wiki,于是总结出下文 。


Continue reading