2012年12月13日

函数和变量

摘要: def cheese_and_crackers(cheese_count, boxes_of_crackers): print "You have %d cheeses!" % cheese_count print "You have %d boxes of crackers!" % boxes_of_crackers print "Man that's enough for a party!" print "Get a blanket.\n"print "We can just give the 阅读全文

posted @ 2012-12-13 11:16 wangbokun 阅读(150) 评论(0) 推荐(0) 编辑

vbox设置剪切板共享

摘要: 阅读全文

posted @ 2012-12-13 10:31 wangbokun 阅读(224) 评论(0) 推荐(0) 编辑

vboxsvr

摘要: 1. 在主机中执行 VBoxManage sharedfolder add "VM name" -name "sharename" -hostpath "test" 该命令中的 VM name 指定要使用共享文件夹的虚拟机名称,如 WinXP;sharename 为共享的文件夹名称,可任意设置。test 为主机上需要共享的文件夹。 例子:VBoxManage sharedfolder add "xp" -name "公共的" -hostpath "/home/zgf/公共的" 阅读全文

posted @ 2012-12-13 10:21 wangbokun 阅读(1120) 评论(0) 推荐(0) 编辑

导航