中文转数字工具类
摘要:package com.taidi.nlp.cn.bot.utils; import java.text.NumberFormat; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.springframework.util.StringUtils; /** * 中文转数字 * @author du
阅读全文
posted @
2019-09-12 16:44
小桥听雨
阅读(1537)
推荐(0)
eclipse中新添加的文件没有被git管理
摘要:在eclipse中,使用git提交项目,发现新增的文件无法提交,而且文件也有git管理的标记,如test中的那个文件夹右下方,没有数据库的那个图标 解决方法,进入对应文件中,或者上一级,删除.ignore后缀名的文件
阅读全文
posted @
2019-09-11 12:46
小桥听雨
阅读(2114)
推荐(0)