错误0x80070522:客户端没有所需的特权 获取链接 Facebook X Pinterest 电子邮件 其他应用 八月 07, 2017 icacls c:\ /setintegritylevel M 获取链接 Facebook X Pinterest 电子邮件 其他应用 评论
ext2fsd挂载ext3分区-踩坑 八月 09, 2017 0.69不能挂载 0.68可以 最新版有bug 通过软件将分区更改为ext3后,必须马上重启 若不重启就用ext2fsd挂载,就会一直卡,重启也是一样,只有删区重来 阅读全文
python3 gdb使用教程 二月 04, 2020 https://wiki.python.org/moin/DebuggingWithGdb https://kouk.surukle.me/2014/09/25/debugging-python-objects-and-fields-with-gdb/ # py-fields https://gist.github.com/fake-name/9ea90ec8551ee2dc3a758921c3853bec # tested in Debian apt install python3-dbg gdb -y gcore <process pid> gdb python3 <process pid> or <core dump file> py-{up|down|} py-{list|locals|print} # ext py-fields # run in gdb source py-fields.py py-fields self.<attr> 阅读全文
locale相关错误 centos_6.8-x64 七月 24, 2017 vim /etc/sysconfig/i18n LANG="en_US.utf-8" (当其他设置不存在时,以LANG的设定为准,为低优先级) LC_ALL="en_US.utf-8" (覆盖全部locale设置,为高优先级) POSIX是系统默认的locale设置 LANG="POSIX" 阅读全文
评论
发表评论