zoukankan
html css js c++ java
常用的正则式总结
邮箱
\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*[a-z]
日期
\d{4}\-(0?[1-9]|1[012])\-(0?[1-9]|[12][0-9]|3[01])
--------------------------------------------- |别看了,没了…… 我是一条博客签名~| ---------------------------------------------
查看全文
相关阅读:
LeetCode: Tags-[Array], Difficulty-[Medium]
J2SE 常用方法
LeetCode: Tags-[Array], Difficulty-[Easy]
Java Code Style 记录
LintCode 1-30;
Android在线程中发送GET和POST请求 在主线程更新UI
Android中intent启动Activity中intent.setFlags()的作用
源码备份 listview
android数据库操作
android 验证二
原文地址:https://www.cnblogs.com/rocwang/p/3108548.html
最新文章
91. Decode Ways java solutions
49.Submission Details java solutions
6. ZigZag Conversion java solutions
python while条件和if判断的总练习
python if判断语句&计算
python常用执行方式&变量&input函数
Python安装与环境变量
leetcode : valid parenttheses
leetcode : combinations
leetcode : Letter Combinations of Phone Number
热门文章
leetcode : permutation
leetcode : subsetsII
leetcode : subsets
leetcode : Median of two sorted arrays [难]
leetcode : String to Integer (atoi)
leetcode : Palindrome Number
leetcode : Longest Common Prefix
LeetCode: Tags-[Tree]
LeetCode: Tags-[Linked List]
LeetCode: Tags-[Hash Table]
Copyright © 2011-2022 走看看