场景描述: 重新配置电脑之后,提交了git,邮箱发生错误。 git log # 查看日志git reset 版本 # 回到之前的版本,版本回退git config --global user.name 'username' # 更改用户名git config user.name # 查看用户名git ...
分类:
其他好文 时间:
2019-12-18 11:01:55
阅读次数:
1554
正则表达式验证 验证表达式: 验证邮箱$('#Email').blur(function() { var mobile = $("#Email").val(); var myreg = /^([a-zA-Z0-9]+[_|\_|\.]?)*[a-zA-Z0-9]+@([a-zA-Z0-9]+[_|\ ...
分类:
Web程序 时间:
2017-11-02 19:07:11
阅读次数:
241
Whoops!Error:Couldnotreadhostandservicestatusinformation!Themostcommoncauseofthiserrormessage(especiallyfornewusers),isthefactthatNagiosisnotactuallyrunning.IfNagiosisindeednotrunning,thisisanormalerrormessage.ItsimplyindicatesthattheCGIscouldnotobtainthecu..
分类:
移动开发 时间:
2016-04-26 14:30:44
阅读次数:
611