摘要: select TABLE_NAME ,COLUMN_NAME from user_tab_columns where Table_Name IN ( select table_name from user_tables where ( table_name like 'xxx%' OR table_ 阅读全文
posted @ 2022-08-26 10:36 小秦的开发梦 阅读(173) 评论(0) 推荐(0)
摘要: #!/usr/bin/env python import os import re import json def get_all_file(dir_path,target_file): ''' 获取dir_path下所有扩展名在target_file内的文件完整路径 :param dir_path 阅读全文
posted @ 2022-08-26 10:34 小秦的开发梦 阅读(163) 评论(0) 推荐(0)
摘要: 删除 :del eg:del C:\Users\65102\Desktop\xjwjj\test2\ctlog.ini 递归删除可以 rd 复制:copy xxx xxx; eg:copy C:\Users\65102\Desktop\xjwjj\ctlog.ini C:\Users\65102\D 阅读全文
posted @ 2022-08-26 10:10 小秦的开发梦 阅读(62) 评论(0) 推荐(0)