摘要: 1 import java.io.InputStream; 2 import java.util.Scanner; 3 4 public class ParityCheck { 5 public static void main(String[] args) { 6 boolean boo=true; 7 while(boo){ 8 ... 阅读全文
posted @ 2017-06-03 18:17 一根绿毛 阅读(4611) 评论(0) 推荐(0) 编辑
摘要: 1 import java.net.PasswordAuthentication; 2 import java.util.Scanner; 3 4 public class Encryption { 5 public static void main(String[] args) { 6 System.out.println("enter a charact... 阅读全文
posted @ 2017-06-03 17:46 一根绿毛 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 1 import java.io.FileNotFoundException; 2 import java.io.PrintStream; 3 4 public class RedirectOutputStream { 5 public static void main(String[] args) { 6 PrintStream out=System.ou... 阅读全文
posted @ 2017-06-03 17:28 一根绿毛 阅读(965) 评论(0) 推荐(0) 编辑
摘要: 1 package 控制台接受输入; 2 3 import java.io.BufferedReader; 4 import java.io.IOException; 5 import java.io.InputStream; 6 import java.io.InputStreamReader; 7 import java.nio.Buffer; 8 import j... 阅读全文
posted @ 2017-06-03 15:55 一根绿毛 阅读(6221) 评论(0) 推荐(0) 编辑