import os def print_directory_contents(sPath): for sChild in os.listdir(sPath): sChildPath = os.path.join(sPath, sChild) if os.path.isdir(sChildPath): ...
分类:
编程语言 时间:
2020-04-01 11:05:35
阅读次数:
81
不死神兔案例: 例: 结果 案例:1+2+3+4+5 结果 例: 结果 ...
分类:
其他好文 时间:
2020-03-31 23:19:16
阅读次数:
122
IMP-00038 Table of Contents 1. 现象 2. 原因 3. 解决方法 1 现象 报错信息: IMP-00038: Could not convert to environment character set's handle IMP-00000: Import termin ...
分类:
其他好文 时间:
2020-03-30 21:27:34
阅读次数:
85
highstate_doc.read_file output the contents of a file: this is a workaround if the cp.push module does not work. https://github.com/saltstack/salt/iss ...
分类:
其他好文 时间:
2020-03-28 21:52:39
阅读次数:
86
参考:https://social.technet.microsoft.com/wiki/contents/articles/18661.sharepoint-2010-update-a-permission-level-using-powershell.aspx $sites = get-spsi ...
分类:
系统相关 时间:
2020-03-28 16:15:28
阅读次数:
93
用于创建文件目录 只是路径而已。没有实际创建 例: 结果 例: 结果 -- ...
分类:
其他好文 时间:
2020-03-28 01:21:07
阅读次数:
74
SQL> alter database backup controlfile to '/home/oracle/con.ctl'; #备份控制文件 Database altered. #删除后会记录到当前的控制文件中,恢复的时候不可以使用当前的控制文件 SQL> drop tablespace tb ...
分类:
其他好文 时间:
2020-03-27 23:20:44
阅读次数:
77
Auto start VM in mac OSX(10.15) 1. Install VirtualBox(6.1.4) 2. Copy file "/Applications/VirtualBox.app/Contents/MacOS/org.virtualbox.vboxautostart.pl ...
分类:
系统相关 时间:
2020-03-24 12:39:53
阅读次数:
128
You'll often find yourself going through a tutorial where you need to copy some code from a webpage and create a file and paste the contents onto your ...
分类:
其他好文 时间:
2020-03-23 16:49:15
阅读次数:
72
Chapter 16 Replication Table of Contents 16.1 Configuring Replication 16.1.1 Binary Log File Position Based Replication Configuration Overview 16.1.2 ...
分类:
数据库 时间:
2020-03-22 13:51:05
阅读次数:
81