import docx fn = r'D:\长恨歌.docx' doc = docx.Document(fn) # 按段落读取全部数据 for paragraph in doc.paragraphs: print(paragraph.text) # 按表格读取全部数据 for table in do ...
分类:
编程语言 时间:
2020-02-14 20:32:33
阅读次数:
266
#!/bin/sh tomcat_id=$(ps -ef | grep tomcat | grep -v "grep" | awk '{print $2}') for tomcatid in $tomcat_id do kill -9 ${tomcatid} echo "killed tomcat_ ...
分类:
系统相关 时间:
2020-02-14 18:17:21
阅读次数:
130
C - Piggy-Bank HDU - 1114 Before ACM can do anything, a budget must be prepared and the necessary financial support obtained. The main income for this ...
分类:
其他好文 时间:
2020-02-14 16:24:58
阅读次数:
72
$.ajax('http://192.168.1.107:8080/test/test.do';,{ data:{ username:username, password1:password1 }, dataType:'jsonp',//服务器返回json格式数据 crossDomain: true ...
分类:
Web程序 时间:
2020-02-14 10:45:04
阅读次数:
113
中位数是有序列表中间的数。如果列表长度是偶数,中位数则是中间两个数的平均值。 例如, [2,3,4]?的中位数是 3 [2,3] 的中位数是 (2 + 3) / 2 = 2.5 设计一个支持以下两种操作的数据结构: void addNum(int num) 从数据流中添加一个整数到数据结构中。 do ...
分类:
其他好文 时间:
2020-02-13 19:30:58
阅读次数:
57
你有一个思想,我有一个思想,我们交换后,一个人就有两个思想 If you can NOT explain it simply, you do NOT understand it well enough 现陆续将Demo代码和技术文章整理在一起 "Github实践精选" , 本文同样收录在此 ,方便大 ...
分类:
编程语言 时间:
2020-02-13 13:03:50
阅读次数:
94
参考地址:http://www.macrozheng.com/#/architect/mall_arch_10?id=oss 参考地址:https://help.aliyun.com/document_detail/31927.html 参考地址:https://help.aliyun.com/do ...
分类:
编程语言 时间:
2020-02-13 00:12:19
阅读次数:
88
Bird \1. How do you feel about birds? I enjoy watching birds. I especially like birds with colorful feather and twittering sound. 注意:1、bird twitter 而不 ...
分类:
其他好文 时间:
2020-02-12 22:20:09
阅读次数:
162
Dancing | BalletBreakingPoppingJazz | Latin danceTangoCha cha chaTap | Hip HopBelly danceFolk dance | | | | | | | | | \1. Do you like to dance? passio ...
分类:
其他好文 时间:
2020-02-12 21:59:08
阅读次数:
97
运行自动操作 点击快速操作 . 按照圈着的选添加:for f in "$@" do open -a "Visual Studio Code" "$f" done保存 - 起名 - 点击文件夹选中自己起的名字就可以直接打开 ...
分类:
系统相关 时间:
2020-02-12 00:19:42
阅读次数:
257