摘要:前人所做的 java中枚举类型的自增: 链接 : https://www.h5w3.com/177055.html 1 enum MSG_TYPE { 2 MSG_LOGIN(500), 3 MSG_LOGOUT, 4 MSG_REGISTER, 5 MSG_SEARCH, 6 MSG_ADD(60
阅读全文
posted @ 2022-06-08 00:58
|
|
|
06 2022 档案
摘要:前人所做的 java中枚举类型的自增: 链接 : https://www.h5w3.com/177055.html 1 enum MSG_TYPE { 2 MSG_LOGIN(500), 3 MSG_LOGOUT, 4 MSG_REGISTER, 5 MSG_SEARCH, 6 MSG_ADD(60
阅读全文
posted @ 2022-06-08 00:58
|
|