from pptx import Presentationfrom pptx.util import Inchesfrom pptx.enum.text import MSO_AUTO_SIZEfrom pptx.enum.chart import XL_TICK_MARKfrom pptx.uti ...
分类:
编程语言 时间:
2017-12-24 22:58:01
阅读次数:
305
prs = Presentation('2017年北科建第一阶段满意度调研报告V.7.0汇报.pptx')slide=prs.slides[8]for shape in slide.shapes: if not shape.has_chart: continue else: chart = shap ...
分类:
编程语言 时间:
2017-12-24 20:13:23
阅读次数:
280
Pandoc+markdown生成slides 参考:http://blog.csdn.net/pizi0475/article/details/50955900 1.安装 http://pandoc.org/installing.html Pandoc提供多种文件格式的互相转化,这里介绍markd ...
分类:
其他好文 时间:
2017-12-04 23:28:29
阅读次数:
273
from pptx import Presentationfrom pptx.util import Ptfrom docx.shared import Inchesprs=Presentation() slide=prs.slides.add_slide(prs.slide_layouts[1]) ...
分类:
编程语言 时间:
2017-11-29 21:53:48
阅读次数:
285
.vs\config\applicationhost.config ...
分类:
移动开发 时间:
2017-11-14 11:39:38
阅读次数:
216
//css .slidsWarpper{ height:100px; width:80%; margin:0 auto; border:2px solid red; overflow: hidden; position:relative; } .slides{ position:absolute; ...
分类:
其他好文 时间:
2017-11-07 14:27:24
阅读次数:
180
2.Excel转PDF、PPT转PDF 1. ...
分类:
Web程序 时间:
2017-10-28 22:03:36
阅读次数:
599
http://www.mit.edu/~9.54/fall14/slides/Reinforcement%20Learning%202-Model%20Free.pdf 【基于所有、单个样本】 ...
分类:
其他好文 时间:
2017-09-30 21:04:52
阅读次数:
195
Sorting Slides Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 4777 Accepted: 1867 Description Professor Clumsey is going to give an import ...
分类:
其他好文 时间:
2017-09-29 12:43:05
阅读次数:
271
http://www.gatsby.ucl.ac.uk/~gretton/coursefiles/RKHS2013_slides1.pdf RKHS: a function space with a very special structure ...
分类:
其他好文 时间:
2017-09-29 00:16:13
阅读次数:
139