python的遍历在程序中很重要,详细了解一下遍历模式,可以应用于任务分发,数据的读写中。 python的 递归遍历目录: import osdef getAllDirRE(path, sp = ""): #得到当前目录下所有的文件 filesList = os.listdir(path) #处理每 ...
分类:
编程语言 时间:
2020-04-15 21:48:00
阅读次数:
101
# 修改字段名称为临时字段 exec sp_rename 'data_config.description', description1,'COLUMN'; # 创建新的字段并设置为目标格式alter table data_config add description text ;# 把临时字段中的 ...
分类:
数据库 时间:
2020-04-14 12:30:54
阅读次数:
252
import nmap nm = nmap.PortScanner() nm.scan(hosts="192.168.1.1/24", arguments="-n -sP -PE") nm.all_hosts() import telnetlib tm = telnetlib.Telnet(host ...
分类:
编程语言 时间:
2020-04-14 10:41:56
阅读次数:
68
一、在阿里云访问控制中打开用户SSO选项,在阿里云目录中配置可信外部SAMLIdP二、在ADFS中配置阿里云为可信SP元数据URL获取:云账号登录RAM控制台。在左侧导航栏,单击SSO管理。单击用户SSO。在SSO登录设置区域,可以查看当前云账号的SAML服务提供商元数据URL。三、为阿里云SP配置SAML断言属性。配置ActiveDirectory中的UPN为SAML断言中的NameID在这里,
分类:
其他好文 时间:
2020-04-13 22:56:42
阅读次数:
194
ylbtech-Code-Validator:验证IPv6地址 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { public class ValidatorHelper { /// ...
分类:
其他好文 时间:
2020-04-12 16:55:21
阅读次数:
69
ylbtech-Code-Validator:验证电话号码(可以是固定电话号码或手机号码) 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { public class Validat ...
分类:
移动开发 时间:
2020-04-12 16:50:44
阅读次数:
74
ylbtech-Code-Validator:验证固定电话号码 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { public class ValidatorHelper { /// ...
分类:
其他好文 时间:
2020-04-12 16:48:41
阅读次数:
80
ylbtech-Code-Validator:验证字符串字节数长度范围 1.返回顶部 1、 using System; using System.Text; namespace Sp.Common { public class ValidatorHelper { /// <summary> /// ...
分类:
其他好文 时间:
2020-04-12 16:44:52
阅读次数:
92
ylbtech-Code-Validator:验证IPv4地址 1.返回顶部 1、 using System; namespace Sp.Common { public class ValidatorHelper { /// <summary> /// 验证IPv4地址 /// [第一位和最后一位数 ...
分类:
其他好文 时间:
2020-04-12 16:40:12
阅读次数:
66
ylbtech-Code-Validator:验证身份证号 1.返回顶部 1、 using System; namespace Sp.Common { public class ValidatorHelper { /// <summary> /// 身份证上数字对应的地址 /// </summary ...
分类:
其他好文 时间:
2020-04-12 16:39:29
阅读次数:
74