Java隨機生成姓名 郵箱 手機號碼

2021-08-20 05:05:00 字數 1988 閱讀 2219

不多廢話,直接貼上原始碼

/****

* * project name:recruit-helper-util

* 隨機數生成工具類,主要包括

* 中文姓名,性別,email,手機號,住址

*@classname: randomvalueutil

*@date 2023年5月23日 下午2:11:12

**@author youqiang.xiong

*@version 1.0

*@since

*/public

class

randomvalueutil

/***

* * project name: recruit-helper-util

* 隨機生成email

**@author youqiang.xiong

*@date 2023年5月23日 下午2:13:06

*@version v1.0

*@since

*@param lmin

* 最小長度

*@param lmax

* 最大長度

*@return

*/public

static string getemail(int lmin,int lmax)

return sb.tostring();

}

private

static string telfirst="134,135,136,137,138,139,150,151,152,157,158,159,130,131,132,155,156,133,153".split(",");

/***

* * project name: recruit-helper-util

* 隨機生成手機號碼

**@author youqiang.xiong

*@date 2023年5月23日 下午2:14:17

*@version v1.0

*@since

*@return

*/public

static string gettelephone()

/***

* * project name: recruit-helper-util

* 隨機生成8位**號碼

**@author youqiang.xiong

*@date 2023年5月23日 下午2:15:31

*@version v1.0

*@since

*@return

*/public

static string getlandline()

/**

* 返回中文姓名

*/public

static string name_*** = "";

/***

* * project name: recruit-helper-util

* 返回中文姓名

**@author youqiang.xiong

*@date 2023年5月23日 下午2:16:16

*@version v1.0

*@since

*@return

*/public

static string getchinesename() else

index = getnum(0, length - 1);

string second = str.substring(index, index + 1);

int hasthird = getnum(0, 1);

string third = "";

if (hasthird == 1)

return first + second + third;

}

}

驗證郵箱和手機號

驗證郵箱和手機號 classname regularutil description date 2012 4 26下午06 21 54 public class regularutil 驗證是否是合法的密保答案 param answer 密保答案 return boolean 密保答案只能為數字 字...

手機號間隔生成

1 之前在網上找的一篇也是生成間隔的,但是,同時乙個edittext 監聽兩次,裡面的方法便會執行兩次。無奈之下,又重新找了乙個,圖下 public class dealspaceutils catch exception e return buffer.tostring case 1101 身份證...

python 生成手機號,並且驗證手機號是否存在

1 該功能需要兩個庫,random和phone 2 已移動手機號為例,首先匯入需要的庫,然後定義乙個類,在init裡定義移動手機號的字首,self.yd裡的手機號前三位都是屬於移動的。coding utf 8 import random from phone import phone class c...