配置檔案 列舉類 配置字元

2021-10-24 02:59:41 字數 710 閱讀 6770

專案中根據不同地區生成銀聯支付號

如 zz:6217

kf:6218

zk:6219

在配置檔案中配置地區編碼 根據列舉類獲取銀聯支付號字首

import lombok.getter;

/** * 銀聯支付 地區字首字串獲取

* * @author ch

* @param null:

* @return: null

* @date 2020/8/26 0026 11:24

**/public

enum refprefixenum

@getter

private int code;

@getter

private string msg;

/** * 通過地區獲取字首

*/public

static int getareaprefix

(string area)

}return0;

}}

//銀聯支付號 字首+隨機字串(hutool工具類)

string reference = refprefixenum.

getareaprefix

(area)

+ idutil.

******uuid()

;

C Config 配置檔案類

本文config類的序列化和反序列化使用的jsoncpp,因為jsoncpp提供的方法很簡單易閱讀。配置檔案的格式自然也是json。1 5 google了一下 c config 這類的文章有不少,寫的很nice,但都是ini的,ini的層次和資料結構是有限的,例如,理想中的配置檔案類的介面很簡單,自...

drbd配置檔案 drbd配置檔案

drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...

ConfigHelper 配置檔案輔助類

using system using system.globalization using system.io using system.security using system.security.cryptography using system.text using system.xml us...