1. 安装需要的软件 ~]# yum install -y vim net-tools sysstat createrepo mkisofs rsync syslinux 2. 创建目录及文件拷贝 创建本地yum源 ~]# mount /dev/sr0 /mnt #挂载镜像或者U盘,如果是U盘就是/ ...
分类:
其他好文 时间:
2021-04-06 14:20:16
阅读次数:
0
In a forest, each rabbit has some color. Some subset of rabbits (possibly all of them) tell you how many other rabbits have the same color as them. Th ...
分类:
其他好文 时间:
2021-04-06 14:17:51
阅读次数:
0
Contextual Inquiry and Analysis Methodology—— 背景研究 & 分析方法 1、Some usability Methods Contextual inquiry Contextual Analysis (Design) Paper prototype 【原型 ...
分类:
其他好文 时间:
2021-04-05 12:46:46
阅读次数:
0
Here is my advice to you for how to succeed at office politics without becoming a backstabber. 这是我给你的建议-如何在职场上取得成功?-不是变成一个在别人背后暗箭伤人的人! Don't keep your ...
分类:
其他好文 时间:
2021-04-05 12:23:05
阅读次数:
0
1.安装you-getpip install you-getyou-get --version查看的版本。2.下载视频you-get -i url 可以查看网页视频的信息三种方式you-get url 下载默认格式的视频you-get --format=对应格式 下载对应格式的视频you-get - ...
分类:
其他好文 时间:
2021-04-01 12:54:45
阅读次数:
0
https://daveceddia.com/deploy-react-express-app-heroku/ You’ve got a React app, and an API server written in Express or something else. Now – how do y ...
分类:
其他好文 时间:
2021-03-31 12:15:10
阅读次数:
0
引言 Log4j 是 Java 的主流日志框架,通过灵活的配置可以提供各种类型的日志服务。 在使用 Log4j 进行实际项目开发的过程中,有时不想使用 rootLogger 记录器,把所有的日志都输出到同一个 log 日志文件中,那么我们可以在 log4j.properties 配置文件中多配置几个 ...
分类:
其他好文 时间:
2021-03-31 11:43:23
阅读次数:
0
When dealing with `fs` library, the common problem you will meet is the path to file. Different envs may have different way to handle the path. The be ...
分类:
Web程序 时间:
2021-03-30 13:42:21
阅读次数:
0
工作区:代码编辑部分 暂存区:git add 本地仓库 git commit git 配置 git config --global user.name "" git config --global user.email "" git config --global --list ctril +l清屏 ...
分类:
其他好文 时间:
2021-03-26 15:12:55
阅读次数:
0
Given a non-negative integer, you could swap two digits at most once to get the maximum valued number. Return the maximum valued number you could get. ...
分类:
其他好文 时间:
2021-03-18 14:32:17
阅读次数:
0