2019年8月20日

java正则表达式

摘要: /** * 校验发票号码 * 2019年3月27日14:02:56 * @param invoiceNo 获取pdf定义的发票信息,即发票号 */ public boolean checkoutInvoiceNo(String invoiceNo) { //定义一个检测发票成功与否的标志位 boolean checkResult = true; // 将发票号码字符串去掉所有空格 invoiceN 阅读全文

posted @ 2019-08-20 16:39 小白菜好吃 阅读(501) 评论(0) 推荐(0) 编辑

工具1

摘要: package com.qhyf.app.bl.base.util; /** * * 提供对字符串的全角->半角,半角->全角转换 * codingwhy.com * */ public class BCConvertUtils { /** * ASCII表中可见字符从!开始,偏移位值为33(Decimal) */ ... 阅读全文

posted @ 2019-08-20 16:06 小白菜好吃 阅读(189) 评论(0) 推荐(0) 编辑

导航