自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

酱油拌面

What if it rained? We didn't care

  • 博客(3)
  • 问答 (1)
  • 收藏
  • 关注

原创 bfs路径打印

#include <iostream> #include <cstring> #include <cstdio> #include <queue> #include <string> #include <map> #include <algorithm> #include <utility>using namespace std;const int dx[4] = {0, 0, -1, 1}; co

2017-05-30 22:02:06 564

转载 python写word

这个教程来自冷水菜 要求win32com代码:import win32com from win32com.client import Dispatch, constants wordApp = win32com.client.Dispatch('Word.Application')# 后台运行,显示,不警告 wordApp.Visible = True wordApp.DisplayAlerts

2017-05-03 17:22:08 697

原创 python读取excel

模块:xlrd 可以pip install xlrd打开一个excel:table = xlrd.open_workbook(filename)获取一个sheetfirst_sheet = table.sheets()[0] # or first_sheet = table.sheet_by_index(0) # or first_sheet = table.sheet_by_name(u'Sh

2017-05-03 17:14:11 356

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除