08 2017 档案
摘要:1、字符串函数 1.1、CONCAT(str1,str2,...): 返回来自于参数连结的字符串。如果任何参数是NULL,返回NULL。可以有超过2个的参数。 1.2、LENGTH(str): 返回字符串str的长度 1.3、LOCATE(substr,str): 返回子串substr在字符串str
阅读全文
摘要:/** * 判断姓名字符长度 * 字符串为空返回0;有中文返回中文字符数;无中文返回2 * @param CustomerSn * @return */ private Integer getNameLength(Integer CustomerSn){ Integer sealWidth = 32; Cu...
阅读全文

浙公网安备 33010602011771号