Loading

摘要: openpyl 模块是解决 Microsoft Excel 2007/2010 之类版本中扩展名是 Excel 2010 xlsx/xlsm/xltx/xltm 的文件的读写的第三方库。 安装 pip install openpyxl workbook 和 sheet的建立 引入模块 >>> fro 阅读全文
posted @ 2016-09-22 10:51 头痛不头痛 阅读(490) 评论(0) 推荐(0)
摘要: 安装 Python-MySQLdb pip install mysql-Python Python对mysql的操作 建立一个实验数据库demo mysql> create database demo character set utf8; Query OK, 1 row affected (0.0 阅读全文
posted @ 2016-09-22 09:52 头痛不头痛 阅读(340) 评论(0) 推荐(0)
摘要: 环境准备 管理IP地址 角色 备注 192.168.11.131 调度器(Director) 对外提供VIP服务的地址为192.168.1.114 192.168.11.132 RS1 网关为192.168.11.131 192.168.11.129 RS2 网关为192.168.11.131 将D 阅读全文
posted @ 2016-09-22 00:18 头痛不头痛 阅读(187) 评论(0) 推荐(0)