1.封裝result,作為返回的物件
public class result
/*** 失敗時候的呼叫
* */
public static resulterror(codemsg codemsg)
/*** 成功的建構函式
* @param data
*/private result(t data)
private result(int code, string msg)
/*** 失敗的建構函式
* @param code
* @param msg
*/private result(codemsg codemsg)
}get(),set();
}2.封裝codemsg,這裡面存放定義的code對應的msg
public class codemsg
private codemsg( int code,string msg )
//不定參的建構函式
public fillargs(object... args)
@override
public string tostring()
get(),set()方法
}3.應用例項
return result.success(user);
return result.error(codemsg.mobile_error);
Apache 自定義 JSON 格式日誌
原文出處 輸出格式 解釋 logformat 定義兩種格式,common combined 供下面or 以後引用 h host u user ttime s status 表示原始請求,表示轉換後的請求 b back bit 返回位元組數 i identify 定義你要的資訊,user agent ...
theme自定義格式
在androidmanifest.xml檔案中,可以對每乙個activity設定android theme theme的設定 可以設定為系統自帶的格式,也可以自定義格式。a 系統自帶格式 android style theme.black 背景黑色 有標題 非全屏 android style the...
VB Format自定義格式
下面 標識了一些可用來建立使用者自定義數值格式的字元 字元 說明 無 顯示沒有格式的數值。0 數字佔位符。顯示一位數字或是零。如果表示式在格式字串中 0 的位置上有一位數字存在,那麼就顯示出來 否則,就以零顯示。如果數值的位數少於格式表示式中零的位數 無論是小數點的左方或右方 那麼就把前面或後面的零...