Life of a Programmer
`Simplicity is prerequisite for reliability.’ - EWD
之前发现,执行 journalctl –vacuum-time=2d 并不一定会释放日志空间。 根本原因是:vacuum 操作只针对已经归档的日志。所以,正确的操作: journalctl --rotate journalctl --vacuum-time=2d 需要注意的是:上面两个
前两天掉进了一个 Python 的坑。 import xml.etree.ElementTree as ET s = """<disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='directsync' io='native'/> <source file='/vms/test/centos76-efi'/> <target dev='vda' bus='virtio'/> </disk>""" ele = etree.fromstring(s) t = ele.find('target') # <Element 'target' at 0x249dc90> if t: ele.remove(t) 然后发现,’ele.remove(t
最近碰到个 ‘UnboundLocalError’, 初看不可思议,知道原理后就释然了。 # file: test.py def e(x): print(x) def g(): e(1) e = 1 g() 运行一下: $ python test.py Traceback (most recent call last): File "test.py", line 7, in <module> g() File "test.py", line 4, in g e(1) UnboundLocalError: local variable 'e' referenced before assignment
破财 🔗在某农家乐墙角停车时,倒车撞到了悬在半空的空调支架,留下一个 “I” 形的伤口。心疼。 母与子 🔗越来越觉得,小朋友很狗腿。 “妈妈,妈妈,汉字描红
看着父母在喝啤酒,小朋友有点眼馋:“让我闻一闻,让我闻一闻!” 递了过去,“要不,你喝一口尝尝?” 推辞不过,抿着嘴巴,嘴唇碰了两下:“闻着香,