摘要: 有时候git窗口 提交/更新 需要输入账号密码,烦不胜烦。 窗口命令: git config --global credential.helper store 在git pull,如果提示输入账号密码,手动输入一次,重新git pull,正常情况下就是免密了。 阅读全文
posted @ 2020-08-13 15:12 为你撑起一片天 阅读(235) 评论(1) 推荐(0) 编辑
摘要: Java判断字符串是不是时间日期格式 ##引入包:import org.apache.commons.lang3.time.DateUtils; private static String[] parsePatterns = {"yyyy-MM-dd","yyyy年MM月dd日", "yyyy-MM 阅读全文
posted @ 2020-08-13 15:06 为你撑起一片天 阅读(16132) 评论(0) 推荐(0) 编辑