Windows 2003]利用域&&组策略自动部署软件 转自 http://hi.baidu.com/qu6zhi/item/4c0fa100dc768613cc34ead0 ===================================================================================可以利用 Active Directory 的组策略功能来为公司的计算机部署软件.在规模比较大的网络环境里面,为了降低我们系统管理逐台给每个客户端去安装
#! /usr/bin/env python # encoding=utf8 import webbrowser import time webbrowser.open("http://www.baidu.com") # wait a while, and then go to another page time.sleep(5) webbrowser.open("http://www.taobao.com") webbrowser 模块提供了一个到系统标准 web