摘要: 1 查看远程分支$ git branch -a* br-2.1.2.2 master remotes/origin/HEAD -> origin/master remotes/origin/br-2.1.2.1 remotes/origin/br-2.1.2.2 remotes/origi... 阅读全文
posted @ 2014-06-17 18:02 see again 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 一、安装xlrd模块到python官网下载http://pypi.python.org/pypi/xlrd模块安装,前提是已经安装了python 环境。二、使用介绍 1、导入模块import xlrd 2、打开Excel文件读取数据data = xlrd.open_workbook('excelFi... 阅读全文
posted @ 2014-06-17 15:52 see again 阅读(158) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8#!/usr/bin/env python#-------------------------------------------------------------------------------# Name: pymssqlTest.py# Purpose: 测试 ... 阅读全文
posted @ 2014-06-17 15:50 see again 阅读(277) 评论(0) 推荐(0) 编辑