摘要:
有一对兔子,从出生后第3个月起每个月都生一对兔子,小兔子长到第3个月后每个月都生一对兔子,假如兔子不死,第十二个月的兔子对数是多少? public class tuzi { public static void main(String[] args) { int []arr=new int[20]; 阅读全文
摘要:
<!DOCTYPE HTML> <style type="text/css"> body{ font-family: 'Courgette', cursive; } body{ background:#f3f3e1; } .wrap{ margin:0 auto; width:1000px; } . 阅读全文
摘要:
分钟和小时的范围 分钟: 0<=minute<60 小时: 0<=hour<24 代码 public class Main { public static void main(String[] args) { for (int hour=0;hour<=24;hour++){ for (int mi 阅读全文
摘要:
利用Centos 7内置的 crontab 进行系统的定时关机 格式: * * * * * command 分 时 日 月 周 命令 #编辑定时任务: crontab -e #查看定时任务列表: crontab -l #查看定时任务执行情况: tail -f /var/log/cron 设置定时关机 阅读全文
摘要:
1. 下载ntfs-3g ntfs-3g下载地址:http://www.linuxfromscratch.org/blfs/view/svn/postlfs/ntfs-3g.html 2. 上传到centos中,并且解压。 tar -zxvf ntfs-3g_ntfsprogs-2017.3.23. 阅读全文
摘要:
安装esxi途中遇到了找不到网卡驱动的问题: 这是因为iso文件中本身没有添加当前设备网卡的驱动,需要手动导入属于自己网卡的的驱动。 第一步先确定自己的网卡型号: 1 2 3 4 5 6 7 [ma@centos ~]$ lspci -tv -[0000:00]-+-00.0 Advanced Mi 阅读全文
摘要:
咸鱼出现了大量的J1900矿机,看着机箱不错,就入手了一台B款双网卡,经过硬改,成功破解成了双千兆。于是想着安装个ESXI6.7玩玩虚拟机。 没想到遇到了个问题: “Shutting down firmware services… Using 'simple offset' UEFI RTS map 阅读全文
摘要:
PVE7 安装后默认配置的 apt 软件源和 CT (LXC) 容器模板源均是官方默认的,国内使用性能不佳,建议替换为 清华 Tuna 提供的国内镜像源,速度将有一个较大的提升。 如果 pve 官网 iso 镜像下载较慢,也可在 tuna 提供的镜像站下载:https://mirrors.tuna. 阅读全文
摘要:
使用sudo apt-get update后报错: Err:1 http://ppa.launchpad.net/wireshark-dev/stable/ubuntu bionic InRelease Temporary failure resolving 'ppa.launchpad.net' 阅读全文
摘要:
<script src="https://pv.sohu.com/cityjson?ie=utf-8"></script> <script type="text/javascript"> document.write('<b>'+'您的IP:'+returnCitySN["cip"]+' 您的位置: 阅读全文