摘要:
import winreg from collections import namedtuple __all__ = ['Reg', 'REG_ROOTS'] _empty_generator = (_ele for _ele in ()) _backslash = '\\' _REG_VALUE 阅读全文
posted @ 2022-01-07 14:19
__清雨
阅读(80)
评论(0)
推荐(0)
|
摘要:
import winreg from collections import namedtuple __all__ = ['Reg', 'REG_ROOTS'] _empty_generator = (_ele for _ele in ()) _backslash = '\\' _REG_VALUE 阅读全文
posted @ 2022-01-07 14:19
__清雨
阅读(80)
评论(0)
推荐(0)
摘要:
/** * 校验时间字符串是否合法 * * @param dateStr the date str * @param pattern the pattern * @return the boolean */ public static boolean validDateStr(String date 阅读全文
posted @ 2021-04-13 17:37
__清雨
阅读(7884)
评论(0)
推荐(0)
摘要:
def sizeFormat(size, is_disk=False, precision=2): ''' size format for human. byte (B) kilobyte (KB) megabyte (MB) gigabyte (GB) terabyte (TB) petabyte 阅读全文
posted @ 2019-06-06 10:47
__清雨
阅读(986)
评论(0)
推荐(0)
|