摘要:
android.content.ActivityNotFoundException: Unable to find explicit activity class {com.x210.communication/com.x210.communication.ShowActivity};have yo 阅读全文
摘要:
package ExceptSourceCode; public class EmbededFinally { public static void main(String args[]) { int result; try { System.out.println("in Level 1"); t 阅读全文
摘要:
import java.util.Scanner;public class 阶段1 {public static int SIZE(int size)//定制数量 { int q; q=size; return q; } public static int SecondOperation(Strin 阅读全文
摘要:
public class Beersong { public static void main (String[] args){ int beernum =99; String word = "bottle"; while (beernum>0){ if (beernum == 1){ word = 阅读全文