会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
b̶i̶n̶g̶.̶
只要心中有景、何处不是花香满径。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
40
下一页
2021年3月5日
.net core 使用PinYinConverterCore 汉字转拼音
摘要: 1.全拼音 public static string ToPinyin(this string msg, bool islower=true) { string result = string.Empty; msg= Regex.Replace(msg, @"[^\u4e00-\u9fa5]", s
阅读全文
posted @ 2021-03-05 11:59 b̶i̶n̶g̶.̶
阅读(600)
评论(0)
推荐(0)
2021年3月3日
.Net Core 跨平台 DateTime 中文 上午 下午 解决方案
摘要: CultureInfo.DefaultThreadCurrentCulture = new CultureInfo("zh-CN", true) { DateTimeFormat = { ShortDatePattern = "yyyy-MM-dd", FullDateTimePattern = "
阅读全文
posted @ 2021-03-03 20:06 b̶i̶n̶g̶.̶
阅读(239)
评论(0)
推荐(0)
2021年3月1日
安装MySQL8最新版(社区版)
摘要: 一、安装 1、选择安装源(二选一) 1.1 最新版安装 wget https://repo.mysql.com/mysql80-community-release-el8-4.noarch.rpm rpm -ivh mysql80-community-release-el8-4.noarch.rpm
阅读全文
posted @ 2021-03-01 16:18 b̶i̶n̶g̶.̶
阅读(344)
评论(0)
推荐(0)
2021年2月20日
Centos8.2安装Elasticsearch-7.11.1
摘要: 1. 下载elasticsearch curl -L -O https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-linux-x86_64.tar.gz tar -xzvf elasticsearch-7.
阅读全文
posted @ 2021-02-20 09:58 b̶i̶n̶g̶.̶
阅读(223)
评论(0)
推荐(0)
2021年2月19日
Motrix下载器
摘要: https://motrix.app/zh-CN/
阅读全文
posted @ 2021-02-19 18:01 b̶i̶n̶g̶.̶
阅读(122)
评论(0)
推荐(0)
centos8.2安装Rabbitmq-3.8.12
摘要: 一、安装erlang 1、首先安装erlang 环境,因为rabbitmq是基于erlang开发的 #添加仓库 curl -s https://packagecloud.io/install/repositories/rabbitmq/erlang/script.rpm.sh | sudo bash
阅读全文
posted @ 2021-02-19 16:02 b̶i̶n̶g̶.̶
阅读(131)
评论(0)
推荐(0)
redis6 多线程特性
摘要: 原文:https://zhuanlan.zhihu.com/p/118450227
阅读全文
posted @ 2021-02-19 11:39 b̶i̶n̶g̶.̶
阅读(48)
评论(0)
推荐(0)
2021年1月29日
Centos8配置NFS4
摘要: 原文:https://blog.csdn.net/wudinaniya/article/details/81068518
阅读全文
posted @ 2021-01-29 10:23 b̶i̶n̶g̶.̶
阅读(78)
评论(0)
推荐(0)
2020年12月28日
Centos8安装Redis
摘要: 1.安装 1 wget https://download.redis.io/releases/redis-6.0.9.tar.gz 2 tar xzf redis-6.0.9.tar.gz 3 cd redis-6.0.9 4 make 5 make install PREFIX=/usr/loca
阅读全文
posted @ 2020-12-28 13:49 b̶i̶n̶g̶.̶
阅读(104)
评论(0)
推荐(0)
2020年10月14日
C#时间差
摘要: 1 #region 获取时间差 2 /// <summary> 3 /// 获取时间差 4 /// </summary> 5 /// <param name="t">实际时间</param> 6 /// <returns>时间差</returns> 7 public static string Ge
阅读全文
posted @ 2020-10-14 08:13 b̶i̶n̶g̶.̶
阅读(173)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
13
···
40
下一页
公告