摘要:
安装包 + bochs 2.6.8 平台 + centos6 前提依赖 + yum groupinstall y "Server Platform Development" "Development Tools" + yum install kernel headers kernel devel q 阅读全文
摘要:
list方法 + append: 添加一个新的元素到末尾 + extend: 扩展元素 + insert: 在任何位置插入元素 + pop: 弹出末尾的元素 + remove: remove first occurrence of value + sort: 原地排序 + reverse + cou 阅读全文
摘要:
方法 + find(): 找不到会返回 1 + index(): 找不到会报错 + rfind(): 找不到会返回 1 + rindex(): 找不到会报错 + ','.join + startswith() + endswith(): 用于判断文件类型很有用 + ljust: 调整位置 + rju 阅读全文
摘要:
目录结构 + solution_dir + Debug: 存放Debug版本信息的.exe + Release: Release的.exe + .sln: visual studio 项目文件 + project_dir + Debug(Debug模式下生成的临时目录, 没有.exe, 可以删除): 阅读全文