上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页
摘要: public static void Main(string[] args) { CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("zh-CN", true) { DateTimeFormat = { ShortDatePatter 阅读全文
posted @ 2021-07-01 11:45 b̶i̶n̶g̶.̶ 阅读(106) 评论(0) 推荐(0) 编辑
摘要: https://www.kancloud.cn/aligame/hp-socket/724212 阅读全文
posted @ 2021-06-25 12:53 b̶i̶n̶g̶.̶ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 一、术语 1.容器 很多用户在接触Docker 之初都会认为容器就是一种轻量级的虚拟机,但实际上,容器和虚拟机有非常大的区别。从根本形态上来看,容器其实就是运行在操作系统上的一个进程,只不过加入了对资源的隔离和限制。 2.镜像 容器是一个动态的概念,而镜像是一个相对静止的概念。简单来说,镜像就是容器 阅读全文
posted @ 2021-06-18 17:57 b̶i̶n̶g̶.̶ 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 1.当使用Docker For Window,且不使用VMware时,请以管理员身份运行PowerShell,并输入 命令: bcdedit /set hypervisorlaunchtype auto 2.当需要WMware而不是用Docker For WIndow时,请以管理员身份运行Power 阅读全文
posted @ 2021-06-18 13:05 b̶i̶n̶g̶.̶ 阅读(94) 评论(0) 推荐(0) 编辑
摘要: curl -L https://github.com/docker/compose/releases/download/1.29.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose chmod +x /usr 阅读全文
posted @ 2021-06-18 09:48 b̶i̶n̶g̶.̶ 阅读(45) 评论(0) 推荐(0) 编辑
摘要: <PackageReference Include="BouncyCastle.NetCore" Version="1.8.8" /> 一、后端 public static class RSASignatureEncrypterHelp { /// <summary> /// 生成PEM格式的公钥和 阅读全文
posted @ 2021-06-17 11:36 b̶i̶n̶g̶.̶ 阅读(91) 评论(0) 推荐(0) 编辑
摘要: #region 验证密码格式 public static bool ValidatePwd(string pwd) { return System.Text.RegularExpressions.Regex.IsMatch(pwd, "^(?![a-zA-Z]+$)(?![A-Z0-9]+$)(?! 阅读全文
posted @ 2021-06-09 11:21 b̶i̶n̶g̶.̶ 阅读(625) 评论(0) 推荐(0) 编辑
摘要: public void Configure(IApplicationBuilder app, IWebHostEnvironment env, IHostApplicationLifetime hostApplicationLifetime) { hostApplicationLifetime.Ap 阅读全文
posted @ 2021-06-04 14:00 b̶i̶n̶g̶.̶ 阅读(219) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sumjob/article/details/103835877 阅读全文
posted @ 2021-05-19 09:30 b̶i̶n̶g̶.̶ 阅读(207) 评论(0) 推荐(0) 编辑
摘要: 公式:astart <=bend && aend>=bstart 举例: //测试数据astart 1991-1 aend 1991-12 bstart 1992-1 bend 1992-12 阅读全文
posted @ 2021-05-13 08:38 b̶i̶n̶g̶.̶ 阅读(291) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 39 下一页