会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
brookin
Do the thing you fear,and the death of fear is certain.
博客园
首页
新随笔
联系
订阅
管理
03 2019 档案
java 中 正则 matches vs find
摘要:find()方法在部分匹配时和完全匹配时返回true,匹配不上返回false; matches()方法只有在完全匹配时返回true,匹配不上和部分匹配都返回false。
阅读全文
posted @
2019-03-04 22:28
brookin
阅读(369)
评论(0)
推荐(0)
utf8 vs utf8mb4
摘要:UTF-8 is a variable-length encoding. In the case of UTF-8, this means that storing one code point requires one to four bytes. However, MySQL's encodin
阅读全文
posted @
2019-03-04 11:45
brookin
阅读(428)
评论(0)
推荐(0)
公告