Wh0ami-hy

实践是检验真理的唯一标准

Centos初始化

注:Centos7 Linux 内核:3.10 1. 网络配置 使用命令ifconfig查看网卡,以eth或ens开头 /etc/sysconfig/network-scripts/ifcfg-网卡 是一个网络配置文件,通常在Linux系统中用于配置网络接口 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static...

How to ask questions the smart way

1. 提问的智慧 How To Ask Questions The Smart Way Copyright © 2001,2006,2014 Eric S. Raymond, Rick Moen 本指南英文版版权为 Eric S. Raymond, Rick Moen 所有。 原文网址:http://www.catb.org/~esr/faqs/smart-questions.htm...

Cmd设置代理

首先需要查看代理软件的代理端口,比如我这里的代理端口是7890 设置http代理 set http_proxy=http://127.0.0.1:7890 set https_proxy=http://127.0.0.1:7890 设置socks5代理 set http_proxy=socks5://127.0.0.1:7890 set https_proxy=socks5://1...

Terminal配置

配置 // 默认启动为Git Bash "defaultProfile": "{5D1F95DF-36E8-56AD-C203-EA75CE06422C}", // You can add more global application settings here. // To learn more about global settings, visit https://aka.ms/...

Java实用工具库

1. MyExcel 功能全面的 Excel 处理工具,内存占用低 <dependency> <groupId>com.github.liaochong</groupId> <artifactId>myexcel</artifactId> <version>4.3.0.RC4</vers...

本站总访问量