package com.kxd.utils; import java.util.Hashtable; import android.util.Log; /** * The class for print log * */ public class MyLogger { private final static boolean logFlag = true; // 调试模式 true 上线模式 false public final static String tag = "远程银行";/…
在进行网页和服务器的测试时, 有时会提醒 500 Internal Server Error: The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@localhost and inform them of the time the error o…