摘要: yum install -y yum-utils device-mapper-persistent-data lvm2 yum-config-manager --add-repo http://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.r 阅读全文
posted @ 2020-05-17 18:39 天天代码码天天 阅读(2) 评论(0) 推荐(0) 编辑
摘要: public class ListItem { /// <summary> /// Key /// </summary> public string Key { get; set; } /// <summary> /// Value /// </summary> public object Valu 阅读全文
posted @ 2020-05-17 15:45 天天代码码天天 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Singleton 类如下: public class Singleton<T> where T : class, new() { private static T _instance; private static readonly object syslock = new object(); p 阅读全文
posted @ 2020-05-17 15:26 天天代码码天天 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1、下载地址:https://www.oracle.com/java/technologies/javase-downloads.html 2、双击运行,下一步、下一步…… 3、新建变量名:JAVA_HOME,值为:C:\Program Files\Java\jdk1.8.0_231 4、PATH变 阅读全文
posted @ 2020-05-17 14:56 天天代码码天天 阅读(4) 评论(0) 推荐(0) 编辑