摘要:
结果: 阅读全文
摘要:
原文:https://www.cnblogs.com/chenmeng0818/p/6370819.html js中的正则表达式入门 什么是正则表达式呢? 正则表达式(regular expression)描述了一种字符串匹配的模式,可以用来检查一个字符串是否含有某种子串、将匹配的子串做替换或者从某 阅读全文
摘要:
Jquery获取html标签,包含该标签本身 2018年04月01日 20:16:10 清--水 阅读数:829 2018年04月01日 20:16:10 清--水 阅读数:829 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/yh12346789 阅读全文
摘要:
import java.util.regex.*; public class Regex { public static void main(String[] args){ String sa = new String("abc123"); String sb = new String("abc123a"); Pattern pattern = Pattern.compile("\\d+... 阅读全文
摘要:
增加spring配置文件: application-jedis.xml 测试代码: 阅读全文