windowns live write test

来源:互联网 发布:网络用语污是什么意思 编辑:程序博客网 时间:2024/05/17 09:13

 

Hello this is windows write test.

public static class CdnRes
    {
        public CdnRes(boolean success, String stat)
        {
            bSucess = success;
            requestStats = stat;
        }
        public boolean         bSucess;
        public String         requestStats;  //json;
    }
   
   
    public static final int kSmartDnsHttpRequestTimeoutInterval = 2; //2s
   
    public static CdnRes process(String domain)
    {
       
        CdnRes res = new CdnRes(false, "unknown");
        return res;
    }

 

 

nihao hfadf afa fa

myblog

0 0
原创粉丝点击