摘要: https://blog.csdn.net/geekleee/article/details/52794826 阅读全文
posted @ 2018-09-21 21:56 热爱技术的小牛 阅读(316) 评论(0) 推荐(0) 编辑
摘要: python中遍历文件的3个方法 更新时间:2014年09月02日 12:02:32 投稿:junjie 我要评论 python中遍历文件的3个方法 更新时间:2014年09月02日 12:02:32 投稿:junjie 我要评论 这篇文章主要介绍了python中遍历文件的3个方法,本文分别使用os 阅读全文
posted @ 2018-09-21 15:58 热爱技术的小牛 阅读(224) 评论(0) 推荐(0) 编辑
摘要: import os path = 'C:\Python27\Lib\site-packages\myLibrary' print os.path.abspath(path) #返回绝对路径 print os.path.basename(path) #返回文件名 'os.path.commonprefix(list) #返回list(多个路径)中,所有path共有的最长的路径。' print... 阅读全文
posted @ 2018-09-21 15:45 热爱技术的小牛 阅读(2047) 评论(0) 推荐(0) 编辑
摘要: 今天自由草在使用Virtualbox中的Ubuntu虚拟机,打算作为微丫头本地测试,结果屏幕分辨率比较低,不方便使用,就想安装增强功能来实现更改分辨率,但是在安装时出错:未能加载虚拟光驱 VBoxsGuestAdditions.iso到虚拟电脑 经过折腾,最后通过互联网找到了解决方法: 进入系统在侧 阅读全文
posted @ 2018-09-21 10:19 热爱技术的小牛 阅读(529) 评论(0) 推荐(0) 编辑
热爱技术的小牛