摘要: class Utc(tzinfo): "provide a tz concrete class" def __init__(self, offset = 0): self._offset = offset def utcoffset(self, dt): return timedelta(hours... 阅读全文
posted @ 2015-10-13 17:39 jvava 阅读(147) 评论(0) 推荐(0) 编辑
摘要: The spice-vdagent should be running in the guest. Have you installed the spice guest tools in your windows guest? Download them here: http://www.spic... 阅读全文
posted @ 2015-10-13 14:10 jvava 阅读(300) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install lib32stdc++6sudo apt-get install lib32z1http://blog.csdn.net/wangbin_jxust/article/details/41865955 阅读全文
posted @ 2015-10-13 07:23 jvava 阅读(114) 评论(0) 推荐(0) 编辑