摘要: ip route 可以用于查看网络的路由信息,并设置路由表 route n 显示所有路由 [root@ceph-104 ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Ifac 阅读全文
posted @ 2021-04-01 20:29 枫叶艾辰 阅读(10693) 评论(1) 推荐(1)
摘要: package com.example.lettcode.dailyexercises; /** * @Class Clumsy * @Description 1006 笨阶乘 * 通常,正整数 n 的阶乘是所有小于或等于 n 的正整数的乘积。 * 例如,factorial(10) = 10 * 9 阅读全文
posted @ 2021-04-01 14:53 枫叶艾辰 阅读(100) 评论(0) 推荐(0)