文件名称:BatchAddEmployee
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-04-16
- 文件大小:
- 2kb
- 下载次数:
- 0次
- 提 供 者:
- d*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
类名:com.uisftech.hr.util.StringUtil.java。方法如下:
检查一个字符串是否为空(null、“”或全部为空格)
检查一个字符串是否为数字
解析一个文件名字符串,取文件的扩展名
解析一个文件名字符串,取丌含扩展名的文件名
生成一个指定位数的验证码,规则如下:
• 验证码每一位可取:数字0~9,小写字母a、b、c、d、e、f、g、h、i、j、k、m、n、p、q、r、s、t、u、v、w、x、y
• 验证码每一位随机取以上字符
根据指定的ID(数字字符串)生成一个指定长度的新ID,规则如下:
• 如果指定的ID为空,生成的ID全部为“0”
• 如果指定的ID丌为空,生成的ID值取指定ID的值再加1
• 如果生成的ID丌够指定的长度,则左补“0”
检查一个字符串是否符合手机号格式。格式为:
• 长度11位
• 每一位必须为数字
练习一. 创建字符串处理工具类-Class name: com.uisftech.hr.util.StringUtil.java. As follows: check whether a string is empty (null, " " or all spaces) check whether a string parsing a file name string to a number , take the file extension parse a file name string, Take Ji filename extensions containing generate a specified number of verification code, rules are as follows: • the verification code every desirable: the numbers 0 through 9, lowercase letters a, b, c, d, e, f, g, h, i, j, k, m, n, p, q, r, s, t, u, v, w, x, y • an authentication code for each character randomly taken over the specified ID (number string ) to generate a new ID to specify the length of the rule is as follows: • If the specified ID is empty, all the generated ID is " 0" • If the specified ID is empty Ji generated ID value is taken together with the specified ID value 1 • If the generated ID Ji enough specified length, then left up " 0&q
检查一个字符串是否为空(null、“”或全部为空格)
检查一个字符串是否为数字
解析一个文件名字符串,取文件的扩展名
解析一个文件名字符串,取丌含扩展名的文件名
生成一个指定位数的验证码,规则如下:
• 验证码每一位可取:数字0~9,小写字母a、b、c、d、e、f、g、h、i、j、k、m、n、p、q、r、s、t、u、v、w、x、y
• 验证码每一位随机取以上字符
根据指定的ID(数字字符串)生成一个指定长度的新ID,规则如下:
• 如果指定的ID为空,生成的ID全部为“0”
• 如果指定的ID丌为空,生成的ID值取指定ID的值再加1
• 如果生成的ID丌够指定的长度,则左补“0”
检查一个字符串是否符合手机号格式。格式为:
• 长度11位
• 每一位必须为数字
练习一. 创建字符串处理工具类-Class name: com.uisftech.hr.util.StringUtil.java. As follows: check whether a string is empty (null, " " or all spaces) check whether a string parsing a file name string to a number , take the file extension parse a file name string, Take Ji filename extensions containing generate a specified number of verification code, rules are as follows: • the verification code every desirable: the numbers 0 through 9, lowercase letters a, b, c, d, e, f, g, h, i, j, k, m, n, p, q, r, s, t, u, v, w, x, y • an authentication code for each character randomly taken over the specified ID (number string ) to generate a new ID to specify the length of the rule is as follows: • If the specified ID is empty, all the generated ID is " 0" • If the specified ID is empty Ji generated ID value is taken together with the specified ID value 1 • If the generated ID Ji enough specified length, then left up " 0&q
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BatchAddEmployee.java