Easy Tag Write(3.3)

Posted nowmorning

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Easy Tag Write(3.3)相关的知识,希望对你有一定的参考价值。

package skyseraph.android.util;

/**
 * @Title : Constant.java
 * @Package : tcl.nfc.tv.util
 * @ClassName : Constant
 * @Description : TODO
 * @author[email protected]
 * @date : 2013-5-20 上午9:31:10
 * @version : V1.0
 */
public class MyConstant {
    public static final int ERROR = 0;

    public static final int SUCCESS = 1;

    public static final String TAG = "skyseraph/nfc";

    public static final boolean isExit = false;

    // LogUtil
    public static boolean isDebug = true;

    public static boolean isVerbose = true;

    public static boolean isInformation = true;

    public static boolean isWarning = true;

    public static boolean isError = true;
}

 

以上是关于Easy Tag Write(3.3)的主要内容,如果未能解决你的问题,请参考以下文章

Easy Tag Write

Easy Tag Write(3.1)

Easy Tag Write(3.2)

[TIA PORTAL][CONVERT] Convert Char Array to DInt...DInt to Char Array..Useful and easy function(代码片段

Operator '||' cannot be applied to operands of type 'bool?' and 'bool?'(代码片段

Operator '||' cannot be applied to operands of type 'bool?' and 'bool?'(代码片段