- 博客(2)
- 收藏
- 关注
转载 Git自定义配置
1 自定义 Git - 配置 Git 配置 Git 如第一章所言,用git config配置 Git,要做的第一件事就是设置名字和邮箱地址:gitconfig–globaluser.name“JohnDoe” git config –global user.name “John Doe” git config –global user.email johndoe@example.com
2017-11-13 17:29:09 380
转载 正则表达式
/** * @param regex 正则表达式字符串 * @param str 要匹配的字符串 * @return 如果str 符合 regex的正则表达式格式,返回true, 否则返回 false; */这里写代码片 private static boolean match(String regex, String str)
2017-11-10 15:28:06 115
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人