摘要: 1.tar命令:将多个文件归档 2.压缩归档 3.总结 阅读全文
posted @ 2022-05-13 15:36 李林林 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 1.题目 2.实现 package com.qx.pta; public class PtaOneUtil { /** * 1.求N的阶乘 * 2.求(N-M)的阶乘 */ public static double N(double N) { if (N == 1 || N == 0) { retu 阅读全文
posted @ 2022-05-13 10:26 李林林 阅读(49) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-13 08:51 李林林 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2022-05-13 08:41 李林林 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1.FileinputStream的使用 package com.qx.lll; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; public clas 阅读全文
posted @ 2022-05-13 07:35 李林林 阅读(21) 评论(0) 推荐(0) 编辑