摘要: import java.io.IOException; import java.io.PipedInputStream; import java.io.PipedOutputStream; public class Test4 { public static void main(String[] args) { PipedInputStream pin = new PipedInputStream 阅读全文
posted @ 2019-10-02 19:22 深南大道 阅读(262) 评论(0) 推荐(0)
摘要: import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.InputStreamReader; public class Test4 { public static void main(String[] args) { ... 阅读全文
posted @ 2019-10-02 14:09 深南大道 阅读(11044) 评论(0) 推荐(0)
摘要: import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; public class Test4 { public static void main(String[] args) { FileUtil f = new FileUtil(); System.out.println(f.re 阅读全文
posted @ 2019-10-02 13:31 深南大道 阅读(2006) 评论(0) 推荐(0)
摘要: import java.text.SimpleDateFormat; import java.util.Date; public class Test4 { public static void main(String[] args) { /** *Math.sqrt()//计算平方根 *Math.cbrt()//计算立方根 *Math.pow(a, b)//计算a的b次方 *Math.max( 阅读全文
posted @ 2019-10-02 13:19 深南大道 阅读(2475) 评论(0) 推荐(0)
摘要: import java.text.SimpleDateFormat; import java.util.Date; public class Test4 { public static void main(String[] args) { /** * Letter Date or Time Component Presentation Exam... 阅读全文
posted @ 2019-10-02 12:49 深南大道 阅读(333) 评论(0) 推荐(0)