ylbtech-Code-Validator:验证网址(可以匹配IPv4地址但没对IPv4地址进行格式验证;IPv6暂时没做匹配) 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { ...
分类:
其他好文 时间:
2020-04-12 16:34:17
阅读次数:
55
ylbtech-Code-Validator:验证邮政编码 1.返回顶部 1、 using System; namespace Sp.Common { public class ValidatorHelper { /// <summary> /// 验证邮政编码 /// </summary> /// ...
分类:
其他好文 时间:
2020-04-12 16:31:15
阅读次数:
50
ylbtech-Code-Validator:验证手机号码 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { public class ValidatorHelper { /// < ...
分类:
移动开发 时间:
2020-04-12 16:27:48
阅读次数:
90
ylbtech-Code-Validator:验证日期 1.返回顶部 1、 using System; namespace Sp.Common { public class ValidatorHelper { /// <summary> /// 验证日期 /// </summary> /// <pa ...
分类:
其他好文 时间:
2020-04-12 16:25:54
阅读次数:
80
ylbtech-Code-Validator:验证字符串长度范围 1.返回顶部 1、 using System; using System.Text; using System.Text.RegularExpressions; namespace Sp.Common { public class V ...
分类:
其他好文 时间:
2020-04-12 16:24:44
阅读次数:
81
ylbtech-Code-Validator:验证电子邮箱 1.返回顶部 1、 using System; using System.Text.RegularExpressions; namespace Sp.Common { public class ValidatorHelper { /// < ...
分类:
其他好文 时间:
2020-04-12 16:18:52
阅读次数:
115
ylbtech-Code-Convert:public static void LoadModel<T>(T model, Hashtable ht) 1.返回顶部 1、 using System; using System.Collections; namespace Sp.Common { pu ...
分类:
其他好文 时间:
2020-04-12 12:19:11
阅读次数:
65
USE [master]GO/****** Object: LinkedServer [SQL01] Script Date: 2020/4/9 11:51:17 ******/EXEC master.dbo.sp_addlinkedserver @server = N'SQL01', @srvpr ...
分类:
数据库 时间:
2020-04-09 12:43:26
阅读次数:
151
分布式锁 redis 2020 国际版 Bing https://cn.bing.com/search?q=%E5%88%86%E5%B8%83%E5%BC%8F%E9%94%81%20redis%202020&qs=n&form=QBRE&sp= 1&pq=%E5%88%86%E5%B8%83%E ...
分类:
其他好文 时间:
2020-04-08 19:32:42
阅读次数:
122
1、 1. 连接下载客户端 先安装redis即可使用redis-cli –h 地址 –p 端口号 –a 密码slaveof host port 将当前库设置为host/port对应实例的从库slaveof no one 取消当前库的从库身份(已同步的数据保留) 简单操作命令1)AUTH passwo ...
分类:
其他好文 时间:
2020-04-08 12:19:34
阅读次数:
75