生活的美妙在于,不知道一下秒是惊艳还是伤神,时光流转,珍惜现在的拥有的时光
全部博文(276)
发布时间:2011-12-05 16:30:40
[root@192.168.1.1 ~]# yum groupinfo 虚拟化*Loaded plugins: refresh-packagekit, rhnpluginThis system is not registered with RHN.RHN support will be disabled.Setting up Group ProcessGroup: 虚拟化工具 Description: 用于离线虚拟映像管理的工具。 Default Packages: libguestfs.........【阅读全文】
发布时间:2011-11-02 15:46:57
#!/home/talen/python2.7/bin/python#coding=UTF8 加入这么一句话.#打印信息print "hello world! "#打印出你输入的名字name=raw_input("What is your name ?")print "Hello , "+name+ " ! "#保持窗口不关闭raw_input("Press ")[t@bjb0541 python]$ ./1.py File "./1.py.........【阅读全文】