Daily Archives: January 17, 2019

Python风格规范

https://zh-google-styleguide.readthedocs.io/en/latest/google-python-styleguide/python_style_rules/ 分号 Tip 不要在行尾加分号,... Read More | Share it now!

python中给程序加锁之fcntl模块的使用

python 中给文件加锁——fcntl模块import fcntl打开一个文件##当前目录下test文件要先存在,如果不存在会报错。或者以写的方式打开f =... Read More | Share it now!