摘要:
参考: "" pip "Cannot uninstall 'six'. It is a distutils installed project..." 解决方法 在升级 six 时遇到无法安装的问题,错误日志如下: 导致错误的原因: "Six issue when installing packag 阅读全文
摘要:
参考: "LEETCODE 中的member access within null pointer of type 'struct ListNode'" 解决 leetcode 编译问题:Line x: member access within null pointer of type 'struc 阅读全文
摘要:
(1) Linked List: "2 add two numbers" , "2.cpp" "19 remove nth node from end of list" ,TBD "21 merge two sorted lists" ,TBD "83 remove duplicates from 阅读全文
摘要:
参考: "fatal error: Python.h: No such file or directory" Ubuntu下 fatal error: Python.h: No such file or directory 解决方法 根据使用的Python版本安装 库。 比如,在使用Python3. 阅读全文
摘要:
参考: "Flushing your DNS cache in Mac OS X and Linux" Mac OS X 清除DNS缓存 根据Mac OS X操作系统的版本选择以下命令: Mac OS X 12 (Sierra) and later: Mac OS X 11 (El Capitan) 阅读全文
摘要:
参考: "删除Mac中所有 .DS_Store 隐藏文件" Mac OS X 避免产生临时文件 .DS_Store 隐藏文件保存针对目录的特殊信息和设置配置,例如查看方式,图标大小以及这个目录的一些附属元数据。 打开终端,输入以下命令避免产生临时文件 .DS_Store: 2018.5 阅读全文