09 2017 档案

摘要:Python模块学习:zipfile zip文件操作 Python模块学习:zipfile zip文件操作 2015/05/27 · 系列教程 · zipfile 分享到:3 2015/05/27 · 系列教程 · zipfile 分享到:3 原文出处: DarkBull 最近在写一个网络客户端下载 阅读全文
posted @ 2017-09-13 14:15 吃饭了吗 阅读(263) 评论(0) 推荐(0) 编辑
摘要:import zipfile import osdef un_zip(file_name): """unzip zip file""" zip_file = zipfile.ZipFile(file_name) if os.path.isdir(file_name + "_files"): pass 阅读全文
posted @ 2017-09-13 14:11 吃饭了吗 阅读(186) 评论(0) 推荐(0) 编辑
摘要:VBS 操作Word 1.新建Word文档 '使用Add方法 Dim ObjWD,ObjDOC Set ObjWD=CreateObject("Word.application")Set ObjDOC=ObjWD.Documents.Add '使用完毕需要关闭doc和word程序 ObjDOC.Sa 阅读全文
posted @ 2017-09-12 11:19 吃饭了吗 阅读(1040) 评论(0) 推荐(0) 编辑
摘要:Java Code Examples for com.sun.jdi.VirtualMachineManager https://www.programcreek.com/java-api-examples/index.php?api=com.sun.jdi.VirtualMachineManage 阅读全文
posted @ 2017-09-11 17:45 吃饭了吗 阅读(392) 评论(0) 推荐(0) 编辑
摘要:OpenSSL 的使用详解 苦涩咖啡 • 2016-09-23 • 面授20期 • 阅读 1434 OpenSSL 的使用详解 苦涩咖啡 • 2016-09-23 • 面授20期 • 阅读 1434 OpenSSL 是一个开源项目,其组成主要包括一下三个组件: openssl:多用途的命令行工具 l 阅读全文
posted @ 2017-09-11 16:09 吃饭了吗 阅读(331) 评论(0) 推荐(0) 编辑