会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
b̶i̶n̶g̶.̶
只要心中有景、何处不是花香满径。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
40
下一页
2021年6月18日
Centos8安装docker-compose
摘要: 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̶.̶
阅读(50)
评论(0)
推荐(0)
2021年6月17日
.net5 RSA
摘要: <PackageReference Include="BouncyCastle.NetCore" Version="1.8.8" /> 一、后端 public static class RSASignatureEncrypterHelp { /// <summary> /// 生成PEM格式的公钥和
阅读全文
posted @ 2021-06-17 11:36 b̶i̶n̶g̶.̶
阅读(107)
评论(0)
推荐(0)
2021年6月9日
密码规则之数字、小写、大写、特殊字符,至少满足3个
摘要: #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̶.̶
阅读(658)
评论(0)
推荐(0)
2021年6月4日
.net5 应用程序启动和停止事件
摘要: public void Configure(IApplicationBuilder app, IWebHostEnvironment env, IHostApplicationLifetime hostApplicationLifetime) { hostApplicationLifetime.Ap
阅读全文
posted @ 2021-06-04 14:00 b̶i̶n̶g̶.̶
阅读(262)
评论(0)
推荐(0)
2021年5月19日
MySQL中国省市区数据表
摘要: https://blog.csdn.net/sumjob/article/details/103835877
阅读全文
posted @ 2021-05-19 09:30 b̶i̶n̶g̶.̶
阅读(228)
评论(0)
推荐(0)
2021年5月13日
SQL判断两个时间段是否重叠
摘要: 公式: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̶.̶
阅读(304)
评论(0)
推荐(0)
2021年5月11日
SqlServer创建链接服务器
摘要: --创建链接服务器 exec sp_addlinkedserver '名称','','SQLOLEDB','远程服务器名或ip地址' exec sp_addlinkedsrvlogin '名称','false',null,'用户名','密码'
阅读全文
posted @ 2021-05-11 16:39 b̶i̶n̶g̶.̶
阅读(37)
评论(0)
推荐(0)
2021年5月6日
centos8.2安装nginx
摘要: 1、官网地址 http://nginx.org/en/download.html 2、安装nginx yum -y install gcc gcc-c++ autoconf automake make yum -y install openssl openssl-develyum -y instal
阅读全文
posted @ 2021-05-06 10:37 b̶i̶n̶g̶.̶
阅读(151)
评论(0)
推荐(0)
2021年4月24日
Centos8安装PostgreSQL
摘要: 一、前言 官网地址:https://www.postgresql.org/download/linux/redhat/ 二、安装 # Install the repository RPM: sudo dnf install -y https://download.postgresql.org/pub
阅读全文
posted @ 2021-04-24 16:46 b̶i̶n̶g̶.̶
阅读(216)
评论(0)
推荐(0)
PostgreSQL 安装时提示下载元数据失败
摘要: 一、安装问题 安装时,执行 dnf -qy module disable postgresql 报错: 二、解决方案 sudo dnf install wget
阅读全文
posted @ 2021-04-24 16:34 b̶i̶n̶g̶.̶
阅读(286)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
40
下一页
公告