上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 40 下一页
摘要: 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)
摘要: 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)
摘要: 一、安装 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)
摘要: 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)
摘要: https://motrix.app/zh-CN/ 阅读全文
posted @ 2021-02-19 18:01 b̶i̶n̶g̶.̶ 阅读(122) 评论(0) 推荐(0)
摘要: 一、安装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)
摘要: 原文:https://zhuanlan.zhihu.com/p/118450227 阅读全文
posted @ 2021-02-19 11:39 b̶i̶n̶g̶.̶ 阅读(48) 评论(0) 推荐(0)
摘要: 原文:https://blog.csdn.net/wudinaniya/article/details/81068518 阅读全文
posted @ 2021-01-29 10:23 b̶i̶n̶g̶.̶ 阅读(78) 评论(0) 推荐(0)
摘要: 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)
摘要: 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 下一页