Loading

01 2021 档案

摘要:CentOS7 安装 Telegram 以root用户登陆 →返回根目录 cd .. 安装编译器 yum install gcc 安装编译环境 yum -y install lua-devel openssl-devel libconfig-devel readline-devel libevent 阅读全文
posted @ 2021-01-22 10:11 oaifree 阅读(709) 评论(0) 推荐(0)
摘要:原文地址:https://blog.csdn.net/kdongyi/article/details/84557708 安装nmcli sudo apt-get install nmcli 查看网络设备 sudo nmcli dev 开启wifi sudo nmcli r wifi on 扫描wif 阅读全文
posted @ 2021-01-21 14:06 oaifree 阅读(359) 评论(0) 推荐(0)
摘要:花生壳 停掉自动启动 : systemctl disable phddns_mini_httpd.service 设置开机自启 : systemctl enable phddns_mini_httpd.service phddns start(启动)| stop(停止)| status(状态)| r 阅读全文
posted @ 2021-01-21 08:58 oaifree 阅读(600) 评论(0) 推荐(0)
摘要:JVM 一、jvm运行流程 二、jvm结构 1.jvm基本结构 类加载器,执行引擎,运行时数据区,本地接口 Class Files → ClassLoader → 运行时数据区 → 执行引擎,本地库接口 → 本地方法库 其中对于方法区,很多人更愿意称为:“永久代(Permanent Generati 阅读全文
posted @ 2021-01-18 16:40 oaifree 阅读(97) 评论(0) 推荐(0)
摘要:原文地址:https://www.cnblogs.com/damoblog/p/9124937.html 方便自己查看,所以拷了一份到自己这边,方便查找 Java8List转map分组 Java8List转map分组 此处是根据名称作为key 分组 public Map<String, List<S 阅读全文
posted @ 2021-01-16 11:26 oaifree 阅读(6420) 评论(0) 推荐(0)
摘要:win10 各个版本的镜像地址 → https://msdn.sjjzm.com/win10.html 阅读全文
posted @ 2021-01-09 09:13 oaifree 阅读(980) 评论(0) 推荐(0)